Fix checkpatch.pl warning:
Block comments use * on subsequent lines
Block comments use a trailing */ on a separate line

Signed-off-by: Anson Jacob <ansonjacob...@gmail.com>
---
 drivers/staging/comedi/drivers/jr3_pci.h | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/drivers/staging/comedi/drivers/jr3_pci.h 
b/drivers/staging/comedi/drivers/jr3_pci.h
index 356811d..f3614b4 100644
--- a/drivers/staging/comedi/drivers/jr3_pci.h
+++ b/drivers/staging/comedi/drivers/jr3_pci.h
@@ -421,12 +421,13 @@ struct jr3_channel {
         */
 
        struct force_array filter[7];   /* offset 0x0090,
-                                          offset 0x0098,
-                                          offset 0x00a0,
-                                          offset 0x00a8,
-                                          offset 0x00b0,
-                                          offset 0x00b8 ,
-                                          offset 0x00c0 */
+                                        * offset 0x0098,
+                                        * offset 0x00a0,
+                                        * offset 0x00a8,
+                                        * offset 0x00b0,
+                                        * offset 0x00b8,
+                                        * offset 0x00c0
+                                        */
 
        /* Rate_data is the calculated rate data. It is a first derivative
         * calculation. It is calculated at a frequency specified by the
-- 
2.7.4

_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to