diff options
author | Theodore Ts'o <tytso@mit.edu> | 2019-06-19 23:30:03 +0300 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2019-06-19 23:30:03 +0300 |
commit | c60990b361cc0a08e7b442a8191d89e9304c2d62 (patch) | |
tree | 5620813b90be028c3cf1709dcab5269ffe447f74 /fs/ext4/balloc.c | |
parent | 7ddf79a103958ff7e529a3bc0c5b3d1e9cbc22c7 (diff) | |
download | linux-c60990b361cc0a08e7b442a8191d89e9304c2d62.tar.xz |
ext4: clean up kerneldoc warnigns when building with W=1
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'fs/ext4/balloc.c')
-rw-r--r-- | fs/ext4/balloc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/ext4/balloc.c b/fs/ext4/balloc.c index e5d6ee61ff48..0b202e00d93f 100644 --- a/fs/ext4/balloc.c +++ b/fs/ext4/balloc.c @@ -603,9 +603,9 @@ int ext4_claim_free_clusters(struct ext4_sb_info *sbi, } /** - * ext4_should_retry_alloc() + * ext4_should_retry_alloc() - check if a block allocation should be retried * @sb: super block - * @retries number of attemps has been made + * @retries: number of attemps has been made * * ext4_should_retry_alloc() is called when ENOSPC is returned, and if * it is profitable to retry the operation, this function will wait |