Skip to content

Commit

Permalink
sysfs.h: fix non-kernel-doc comment
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Randy Dunlap authored and Greg Kroah-Hartman committed Jul 16, 2018
1 parent e01afc3 commit 3ec7879
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/linux/sysfs.h
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 3ec7879

Please sign in to comment.