aboutsummaryrefslogtreecommitdiff
path: root/fs/kernfs/file.c
diff options
context:
space:
mode:
authorGravatar Fabian Frederick <fabf@skynet.be> 2014-07-04 21:47:53 +0200
committerGravatar Greg Kroah-Hartman <gregkh@linuxfoundation.org> 2014-07-09 16:37:29 -0700
commit8278bd3abd727f894f6e41adc06f1126a23ee1fd (patch)
tree05748faded13ef595e615cf5b6b8b13556c06530 /fs/kernfs/file.c
parentdebugfs: Fix corrupted loop in debugfs_remove_recursive (diff)
downloadlinux-8278bd3abd727f894f6e41adc06f1126a23ee1fd.tar.gz
linux-8278bd3abd727f894f6e41adc06f1126a23ee1fd.tar.bz2
linux-8278bd3abd727f894f6e41adc06f1126a23ee1fd.zip
kernfs: kernel-doc warning fix
s/static_name/name_is_static Signed-off-by: Fabian Frederick <fabf@skynet.be> Acked-by: Tejun Heo <tj@kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'fs/kernfs/file.c')
-rw-r--r--fs/kernfs/file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/kernfs/file.c b/fs/kernfs/file.c
index d895b4b7b661..4429d6d9217f 100644
--- a/fs/kernfs/file.c
+++ b/fs/kernfs/file.c
@@ -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.