Drivers:staging:dgap: Added a blank line after declaration
authorAnjana Sasindran <anjanasasindran123@gmail.com>
Thu, 20 Nov 2014 18:57:50 +0000 (00:27 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 26 Nov 2014 22:00:22 +0000 (14:00 -0800)
This patch fixes the checkpatch.pl warning:

WARNING:Missing a blank line after declaration

Signed-off-by: Anjana Sasindran <anjanasasindran123@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/dgap/dgap.c

index f38354f04d5086c8cc245d9958ba309f844cc21c..bdb5317e3d9d1b48a70ee594b79e1c8ef020e2f9 100644 (file)
@@ -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 ||