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/delayed-ref.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/delayed-ref.c')
-rw-r--r-- | fs/btrfs/delayed-ref.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/btrfs/delayed-ref.c b/fs/btrfs/delayed-ref.c index 9fe4ccca50a0..08b88b7faf39 100644 --- a/fs/btrfs/delayed-ref.c +++ b/fs/btrfs/delayed-ref.c @@ -837,8 +837,7 @@ add_delayed_ref_head(struct btrfs_trans_handle *trans, } /* - * init_delayed_ref_common - Initialize the structure which represents a - * modification to a an extent. + * Initialize the structure which represents a modification to a an extent. * * @fs_info: Internal to the mounted filesystem mount structure. * |