[PATCH 2/2] Staging: comedi: amcc_s5933: a style issue fixed

From: Sam Asadi
Date: Mon Jul 21 2014 - 22:51:43 EST


A 'line over 80 characters' fixed by removing comment to the previous
line.

Signed-off-by: Sam Asadi <asadi.samuel@xxxxxxxxx>
---
drivers/staging/comedi/drivers/amcc_s5933.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/staging/comedi/drivers/amcc_s5933.h b/drivers/staging/comedi/drivers/amcc_s5933.h
index 089b71f..c9f2afa 100644
--- a/drivers/staging/comedi/drivers/amcc_s5933.h
+++ b/drivers/staging/comedi/drivers/amcc_s5933.h
@@ -54,7 +54,8 @@
#define INTCSR_INBOX_FULL_INT 0x1000 /* enable 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 */
+/* read only, interrupt asserted */
+#define INTCSR_INTR_ASSERTED 0x800000

/****************************************************************************/
/* AMCC - PCI non-volatile ram command register (byte 3 of master control/status register) */
--
1.7.10.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/