diff options
author | David Sterba <dsterba@suse.com> | 2023-09-08 02:09:25 +0300 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2023-10-12 17:44:04 +0300 |
commit | 9580503bcb6e1169c72f2cceb80af4c65d17b1da (patch) | |
tree | 83faf76b9e50edc0032e38881218e2b5998e2d91 /fs/btrfs/space-info.c | |
parent | 33b6b2519127eda18fdab6e2f98855cfb855a452 (diff) | |
download | linux-9580503bcb6e1169c72f2cceb80af4c65d17b1da.tar.xz |
btrfs: reformat remaining kdoc style comments
Function name in the comment does not bring much value to code not
exposed as API and we don't stick to the kdoc format anymore. Update
formatting of parameter descriptions.
Reviewed-by: Qu Wenruo <wqu@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/btrfs/space-info.c')
-rw-r--r-- | fs/btrfs/space-info.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/btrfs/space-info.c b/fs/btrfs/space-info.c index d7e8cd4f140c..58de9a14e525 100644 --- a/fs/btrfs/space-info.c +++ b/fs/btrfs/space-info.c @@ -978,7 +978,8 @@ static bool steal_from_global_rsv(struct btrfs_fs_info *fs_info, } /* - * maybe_fail_all_tickets - we've exhausted our flushing, start failing tickets + * We've exhausted our flushing, start failing tickets. + * * @fs_info - fs_info for this fs * @space_info - the space info we were flushing * |