diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2018-07-15 13:31:28 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-07-16 07:32:20 -0400 |
commit | 3ec78790ec9a1e23fd9b6c8681a7cd3b64d3ad23 (patch) | |
tree | 850be83a9c46085d34911c21aa47a0bd01c49cc6 /include/linux/sysfs.h | |
parent | e01afc32502555beb2057ddd74401be38475d851 (diff) |
sysfs.h: fix non-kernel-doc comment
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>
Diffstat (limited to 'include/linux/sysfs.h')
-rw-r--r-- | include/linux/sysfs.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/linux/sysfs.h b/include/linux/sysfs.h index b8bfdc173ec0..8e08a90b1d15 100644 --- a/include/linux/sysfs.h +++ b/include/linux/sysfs.h | |||
@@ -91,9 +91,9 @@ struct attribute_group { | |||
91 | struct bin_attribute **bin_attrs; | 91 | struct bin_attribute **bin_attrs; |
92 | }; | 92 | }; |
93 | 93 | ||
94 | /** | 94 | /* |
95 | * Use these macros to make defining attributes easier. See include/linux/device.h | 95 | * Use these macros to make defining attributes easier. |
96 | * for examples.. | 96 | * See include/linux/device.h for examples.. |
97 | */ | 97 | */ |
98 | 98 | ||
99 | #define SYSFS_PREALLOC 010000 | 99 | #define SYSFS_PREALLOC 010000 |