On 22/11/15 19:24, Andy Shevchenko wrote:
On Sun, Nov 22, 2015 at 9:19 PM, Jitendra Kumar Khasdev
<jkhas...@gmail.com> wrote:
This patch is to comedilib.h file that fixes up following warnings
reported by checkpatch.pl :
I) Block comments use * on subsequent lines

Signed-off-by: Jitendra Kumar Khasdev <jkhas...@gmail.com>
---
  drivers/staging/comedi/comedilib.h | 32 ++++++++++++++++----------------
  1 file changed, 16 insertions(+), 16 deletions(-)

diff --git a/drivers/staging/comedi/comedilib.h 
b/drivers/staging/comedi/comedilib.h
index 56baf85..ccbe17b 100644
--- a/drivers/staging/comedi/comedilib.h
+++ b/drivers/staging/comedi/comedilib.h
@@ -1,20 +1,20 @@
  /*
-    linux/include/comedilib.h

I don't think the file name is somehow useful here.

To be fair, this patch is merely fixing the comment style, rather than changing the contents. Although I wouldn't mind if this line were changed, especially as the existing pathname is wrong.

It could be changed to be just the basename of the header file like this:

 * comedilib.h

which is similar to the header comment in comedidev.h.



-    header file for kcomedilib

Perhaps

* Header file for kcomedilib.

No objections there.

--
-=( Ian Abbott @ MEV Ltd.    E-mail: <abbo...@mev.co.uk> )=-
-=(                          Web: http://www.mev.co.uk/  )=-
_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to