1
0
Fork 0

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>
hifive-unleashed-5.1
Randy Dunlap 2018-07-15 10:31:28 -07:00 committed by Greg Kroah-Hartman
parent e01afc3250
commit 3ec78790ec
1 changed files with 3 additions and 3 deletions

View 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