Staging: comedi: amcc_s5933: a line over 80 fixed
authorSam Asadi <asadi.samuel@gmail.com>
Tue, 22 Jul 2014 02:51:22 +0000 (05:51 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 22 Jul 2014 22:33:23 +0000 (15:33 -0700)
A 'line over 80 characters' fixed by removing comment to
previous line.

Signed-off-by: Sam Asadi <asadi.samuel@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/amcc_s5933.h

index 96b71f9..b8cc8ee 100644 (file)
@@ -52,7 +52,8 @@
 #define INTCSR_INBOX_BYTE(x)   (((x) & 0x3) << 8)
 #define INTCSR_INBOX_SELECT(x) (((x) & 0x3) << 10)
 #define INTCSR_INBOX_FULL_INT  0x1000  /*  enable inbox full interrupt */
-#define INTCSR_INBOX_INTR_STATUS       0x20000 /*  read, or write clear inbox full interrupt */
+/* read, or write clear inbox full interrupt */
+#define INTCSR_INBOX_INTR_STATUS       0x20000
 #define INTCSR_INTR_ASSERTED   0x800000        /*  read only, interrupt asserted */
 
 /****************************************************************************/