Skip to content

Commit

Permalink
kernfs: kernel-doc warning fix
Browse files Browse the repository at this point in the history
s/static_name/name_is_static

Signed-off-by: Fabian Frederick <[email protected]>
Acked-by: Tejun Heo <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
Fabian Frederick authored and gregkh committed Jul 9, 2014
1 parent 485d440 commit 8278bd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/kernfs/file.c
Original file line number Diff line number Diff line change
Expand Up @@ -896,7 +896,7 @@ const struct file_operations kernfs_file_fops = {
* @ops: kernfs operations for the file
* @priv: private data for the file
* @ns: optional namespace tag of the file
* @static_name: don't copy file name
* @name_is_static: don't copy file name
* @key: lockdep key for the file's active_ref, %NULL to disable lockdep
*
* Returns the created node on success, ERR_PTR() value on error.
Expand Down

0 comments on commit 8278bd3

Please sign in to comment.