Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6254e1c0 authored by Gulsah Kose's avatar Gulsah Kose Committed by Greg Kroah-Hartman
Browse files

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: default avatarGulsah Kose <gulsah.1004@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent dab5aeeb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;