Skip to content

Commit a92c7ba

Browse files
valdiskAl Viro
authored andcommitted
fs/handle.c - fix up kerneldoc
When building with W=1, we get some kerneldoc warnings: CC fs/fhandle.o fs/fhandle.c:259: warning: Function parameter or member 'flags' not described in 'sys_open_by_handle_at' fs/fhandle.c:259: warning: Excess function parameter 'flag' description in 'sys_open_by_handle_at' Fix the typo that caused it. Signed-off-by: Valdis Kletnieks <[email protected]> Signed-off-by: Al Viro <[email protected]>
1 parent 5f9e832 commit a92c7ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs/fhandle.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ static long do_handle_open(int mountdirfd, struct file_handle __user *ufh,
246246
* sys_open_by_handle_at: Open the file handle
247247
* @mountdirfd: directory file descriptor
248248
* @handle: file handle to be opened
249-
* @flag: open flags.
249+
* @flags: open flags.
250250
*
251251
* @mountdirfd indicate the directory file descriptor
252252
* of the mount point. file handle is decoded relative

0 commit comments

Comments
 (0)