Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1467839 > unrolled thread

[PATCH] staging: vt6656: usbpipe.c: Fix checkpatch warning

Started byAnson Jacob <ansonjacob.aj@gmail.com>
First post2016-08-22 19:20 +0200
Last post2016-08-22 19:20 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH] staging: vt6656: usbpipe.c: Fix checkpatch warning Anson Jacob <ansonjacob.aj@gmail.com> - 2016-08-22 19:20 +0200

#1467839 — [PATCH] staging: vt6656: usbpipe.c: Fix checkpatch warning

FromAnson Jacob <ansonjacob.aj@gmail.com>
Date2016-08-22 19:20 +0200
Subject[PATCH] staging: vt6656: usbpipe.c: Fix checkpatch warning
Message-ID<s913c-JI-19@gated-at.bofh.it>
Fix checkpatch.pl warning for line over 80 characters

Signed-off-by: Anson Jacob <ansonjacob.aj@gmail.com>
---
 drivers/staging/vt6656/usbpipe.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/vt6656/usbpipe.c b/drivers/staging/vt6656/usbpipe.c
index f546553..e9b6b21 100644
--- a/drivers/staging/vt6656/usbpipe.c
+++ b/drivers/staging/vt6656/usbpipe.c
@@ -28,8 +28,9 @@
  *	vnt_control_in_u8 - Read one byte from MEM/BB/MAC/EEPROM
  *
  * Revision History:
- *      04-05-2004 Jerry Chen:  Initial release
- *      11-24-2004 Warren Hsu: Add ControlvWriteByte,ControlvReadByte,ControlvMaskByte
+ *      04-05-2004 Jerry Chen: Initial release
+ *      11-24-2004 Warren Hsu: Add ControlvWriteByte,ControlvReadByte,
+ *                             ControlvMaskByte
  *
  */
 
-- 
2.7.4

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web