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


Groups > linux.kernel > #1391698

[PATCH 3/4] staging: i4l: act2000: remove blank line after brace

From Sudip Mukherjee <sudipm.mukherjee@gmail.com>
Newsgroups linux.kernel
Subject [PATCH 3/4] staging: i4l: act2000: remove blank line after brace
Date 2016-04-30 23:40 +0200
Message-ID <rtKMh-6nl-13@gated-at.bofh.it> (permalink)
References <rtKMh-6nl-9@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


checkpatch complains about an extra blank line after an opening brace.

Signed-off-by: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
---
 drivers/staging/i4l/act2000/act2000_isa.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/staging/i4l/act2000/act2000_isa.c b/drivers/staging/i4l/act2000/act2000_isa.c
index 048507e..27c0046 100644
--- a/drivers/staging/i4l/act2000/act2000_isa.c
+++ b/drivers/staging/i4l/act2000/act2000_isa.c
@@ -358,7 +358,6 @@ act2000_isa_send(act2000_card *card)
 static int
 act2000_isa_getid(act2000_card *card)
 {
-
 	act2000_fwid fid;
 	u_char *p = (u_char *)&fid;
 	int count = 0;
-- 
1.9.1

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 1/4] staging: i4l: act2000: fix use of return Sudip Mukherjee <sudipm.mukherjee@gmail.com> - 2016-04-30 23:40 +0200
  [PATCH 3/4] staging: i4l: act2000: remove blank line after brace Sudip Mukherjee <sudipm.mukherjee@gmail.com> - 2016-04-30 23:40 +0200
  [PATCH 4/4] staging: i4l: act2000: remove extra space Sudip Mukherjee <sudipm.mukherjee@gmail.com> - 2016-04-30 23:40 +0200

csiph-web