diff options
| author | Julia Lawall <Julia.Lawall@inria.fr> | 2024-09-30 13:20:54 +0200 |
|---|---|---|
| committer | Christian Brauner <brauner@kernel.org> | 2024-10-22 11:16:57 +0200 |
| commit | 1e756248be2aa03188a9700da5feb3d3f3c91eed (patch) | |
| tree | 70601b4074b1d566611629d4c500de9535e89b91 /fs/dcache.c | |
| parent | e6957c99dca5fd919756e6721e798cbadd23445a (diff) | |
| download | linux-1e756248be2aa03188a9700da5feb3d3f3c91eed.tar.gz linux-1e756248be2aa03188a9700da5feb3d3f3c91eed.tar.bz2 linux-1e756248be2aa03188a9700da5feb3d3f3c91eed.zip | |
fs: Reorganize kerneldoc parameter names
Reorganize kerneldoc parameter names to match the parameter
order in the function header.
Problems identified using Coccinelle.
Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
Link: https://lore.kernel.org/r/20240930112121.95324-9-Julia.Lawall@inria.fr
Signed-off-by: Christian Brauner <brauner@kernel.org>
Diffstat (limited to 'fs/dcache.c')
| -rw-r--r-- | fs/dcache.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/dcache.c b/fs/dcache.c index 0d7d1bfa23bd..0099077a2982 100644 --- a/fs/dcache.c +++ b/fs/dcache.c @@ -2049,8 +2049,8 @@ EXPORT_SYMBOL(d_obtain_root); /** * d_add_ci - lookup or allocate new dentry with case-exact name - * @inode: the inode case-insensitive lookup has found * @dentry: the negative dentry that was passed to the parent's lookup func + * @inode: the inode case-insensitive lookup has found * @name: the case-exact name to be associated with the returned dentry * * This is to avoid filling the dcache with case-insensitive names to the @@ -2103,8 +2103,8 @@ EXPORT_SYMBOL(d_add_ci); /** * d_same_name - compare dentry name with case-exact name - * @parent: parent dentry * @dentry: the negative dentry that was passed to the parent's lookup func + * @parent: parent dentry * @name: the case-exact name to be associated with the returned dentry * * Return: true if names are same, or false |
