lkml.org 
[lkml]   [2018]   [Jul]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] sysfs.h: fix non-kernel-doc comment
Date
From: Randy Dunlap <rdunlap@infradead.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@infradead.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
\
 
 \ /
  Last update: 2018-07-15 22:07    [W:0.044 / U:1.396 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site