]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
sysfs.h: fix non-kernel-doc comment
authorRandy Dunlap <rdunlap@infradead.org>
Sun, 15 Jul 2018 17:31:28 +0000 (10:31 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 16 Jul 2018 11:32:20 +0000 (13:32 +0200)
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@infradead.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
include/linux/sysfs.h

index b8bfdc173ec0d49f2bf965861ee96d0080cc1f99..8e08a90b1d152f68376e6aa154291f457a56e5c1 100644 (file)
@@ -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