[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1416509870-7808-1-git-send-email-anjanasasindran123@gmail.com>
Date: Fri, 21 Nov 2014 00:27:50 +0530
From: Anjana Sasindran <anjanasasindran123@...il.com>
To: gregkh@...uxfoundation.org
Cc: linux-kernel@...r.kernel.org, devel@...verdev.osuosl.org,
Anjana Sasindran <anjanasasindran123@...il.com>
Subject: [PATCH] Drivers:staging:dgap: Added a blank line after declaration
This patch fixes the checkpatch.pl warning:
WARNING:Missing a blank line after declaration
Signed-off-by: Anjana Sasindran <anjanasasindran123@...il.com>
---
drivers/staging/dgap/dgap.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/staging/dgap/dgap.c b/drivers/staging/dgap/dgap.c
index f38354f..bdb5317 100644
--- a/drivers/staging/dgap/dgap.c
+++ b/drivers/staging/dgap/dgap.c
@@ -4414,6 +4414,7 @@ static struct board_t *find_board_by_major(unsigned int major)
for (i = 0; i < MAXBOARDS; i++) {
struct board_t *brd = dgap_board[i];
+
if (!brd)
return NULL;
if (major == brd->serial_driver->major ||
--
1.9.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists