Commit 25ec44eb authored by Chandra Annamaneni's avatar Chandra Annamaneni Committed by Greg Kroah-Hartman
Browse files

staging: KPC2000: kpc2000_spi.c: Fix style issues (missing blank line)



Resolved: "CHECK: Please use a blank line after.." from checkpatch.pl

Signed-off-by: default avatarChandra Annamaneni <chandra627@gmail.com>
Link: https://lore.kernel.org/r/20191029091638.16101-1-chandra627@gmail.com


Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 6e0afa35
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -50,6 +50,7 @@ static struct flash_platform_data p2kr0_spi0_pdata = {
	.nr_parts =	ARRAY_SIZE(p2kr0_spi0_parts),
	.parts =	p2kr0_spi0_parts,
};

static struct flash_platform_data p2kr0_spi1_pdata = {
	.name =		"SPI1",
	.nr_parts =	ARRAY_SIZE(p2kr0_spi1_parts),