diff options
author | David Sterba <dsterba@suse.com> | 2023-09-08 01:09:25 +0200 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2023-10-12 16:44:04 +0200 |
commit | 9580503bcb6e1169c72f2cceb80af4c65d17b1da (patch) | |
tree | 83faf76b9e50edc0032e38881218e2b5998e2d91 /fs/btrfs/messages.c | |
parent | 33b6b2519127eda18fdab6e2f98855cfb855a452 (diff) |
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/messages.c')
-rw-r--r-- | fs/btrfs/messages.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/fs/btrfs/messages.c b/fs/btrfs/messages.c index 7695decc7243..5be060cb6ef5 100644 --- a/fs/btrfs/messages.c +++ b/fs/btrfs/messages.c @@ -110,8 +110,8 @@ const char * __attribute_const__ btrfs_decode_error(int errno) } /* - * __btrfs_handle_fs_error decodes expected errors from the caller and - * invokes the appropriate error response. + * Decodes expected errors from the caller and invokes the appropriate error + * response. */ __cold void __btrfs_handle_fs_error(struct btrfs_fs_info *fs_info, const char *function, @@ -283,8 +283,8 @@ void __cold btrfs_err_32bit_limit(struct btrfs_fs_info *fs_info) #endif /* - * __btrfs_panic decodes unexpected, fatal errors from the caller, issues an - * alert, and either panics or BUGs, depending on mount options. + * Decode unexpected, fatal errors from the caller, issue an alert, and either + * panic or BUGs, depending on mount options. */ __cold void __btrfs_panic(struct btrfs_fs_info *fs_info, const char *function, |