[<prev] [next>] [day] [month] [year] [list]
Message-ID: <2a60601b-7c74-3cdc-94b7-068001b06dd3@infradead.org>
Date: Sun, 15 Jul 2018 10:31:28 -0700
From: Randy Dunlap <rdunlap@...radead.org>
To: LKML <linux-kernel@...r.kernel.org>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Subject: [PATCH] sysfs.h: fix non-kernel-doc comment
From: Randy Dunlap <rdunlap@...radead.org>
Don't use "/**" to begin this comment block since it is not a
kernel-doc comment block.
Also adjust comment line to fit in 80 characters.
Signed-off-by: Randy Dunlap <rdunlap@...radead.org>
---
include/linux/sysfs.h | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
--- lnx-418-rc4.orig/include/linux/sysfs.h
+++ lnx-418-rc4/include/linux/sysfs.h
@@ -91,9 +91,9 @@ struct attribute_group {
struct bin_attribute **bin_attrs;
};
-/**
- * Use these macros to make defining attributes easier. See include/linux/device.h
- * for examples..
+/*
+ * Use these macros to make defining attributes easier.
+ * See include/linux/device.h for examples..
*/
#define SYSFS_PREALLOC 010000
Powered by blists - more mailing lists