staging: ft1000: ft1000-usb: Added new line after declarations.
authorGulsah Kose <gulsah.1004@gmail.com>
Tue, 30 Sep 2014 17:32:05 +0000 (20:32 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 2 Oct 2014 17:13:37 +0000 (10:13 -0700)
This patch fixes "Missing a blank line after declarations" checkpatch.pl
warning in ft1000_hw.c

Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/ft1000/ft1000-usb/ft1000_hw.c

index 7012e09a1599b541955632423bdaa4e2aceea994..fa82d4f3523e1719229edec57fb4fc09adfafbf4 100644 (file)
@@ -1153,6 +1153,7 @@ static int ft1000_proc_drvmsg(struct ft1000_usb *dev, u16 size)
        } convert;
 
        char *cmdbuffer = kmalloc(1600, GFP_KERNEL);
+
        if (!cmdbuffer)
                return -ENOMEM;