浏览代码

debugfs: improve formatting of debugfs_real_fops()

Type of debugfs_real_fops() is longer than parameters and
the name, so there is no way to break the declaration nicely.
We have to go over 80 characters.

Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Jakub Kicinski 8 年之前
父节点
当前提交
e41746b0dd
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      include/linux/debugfs.h

+ 1 - 2
include/linux/debugfs.h

@@ -52,8 +52,7 @@ extern struct srcu_struct debugfs_srcu;
  * Must only be called under the protection established by
  * Must only be called under the protection established by
  * debugfs_use_file_start().
  * debugfs_use_file_start().
  */
  */
-static inline const struct file_operations *
-debugfs_real_fops(const struct file *filp)
+static inline const struct file_operations *debugfs_real_fops(const struct file *filp)
 	__must_hold(&debugfs_srcu)
 	__must_hold(&debugfs_srcu)
 {
 {
 	/*
 	/*