From: Gulsah Kose Date: Tue, 30 Sep 2014 17:32:05 +0000 (+0300) Subject: staging: ft1000: ft1000-usb: Added new line after declarations. X-Git-Tag: firefly_0821_release~176^2~3121^2~17 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=6254e1c06231259357b811c934ded22a2fd9f763;p=firefly-linux-kernel-4.4.55.git staging: ft1000: ft1000-usb: Added new line after declarations. This patch fixes "Missing a blank line after declarations" checkpatch.pl warning in ft1000_hw.c Signed-off-by: Gulsah Kose Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/ft1000/ft1000-usb/ft1000_hw.c b/drivers/staging/ft1000/ft1000-usb/ft1000_hw.c index 7012e09a1599..fa82d4f3523e 100644 --- a/drivers/staging/ft1000/ft1000-usb/ft1000_hw.c +++ b/drivers/staging/ft1000/ft1000-usb/ft1000_hw.c @@ -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;