Re: [PATCH v2 1/9] Staging: rts5208: rtsx_transport.c: Fix comment style warnings

2016-02-08 Thread Joshua Clayton
Hello Shaun, /* * Multiline comments (except in the net subsystem) should * start with "/*" on a separate line. see Documentation/CodingStyle */ If you are going to fix the comments you should get both the beginning and the end. More comments inline. On Monday, February 08, 2016 05:31:17 PM

[PATCH v2 1/9] Staging: rts5208: rtsx_transport.c: Fix comment style warnings

2016-02-08 Thread Shaun Ren
This patch fixes all comment style warnings in rtsx_transport.c reported by checkpatch.pl: WARNING: Block comments use a trailing */ on a separate line Signed-off-by: Shaun Ren --- drivers/staging/rts5208/rtsx_transport.c | 21 ++--- 1 file changed, 14