mirror of https://gitee.com/openkylin/linux.git
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: Chandra Annamaneni <chandra627@gmail.com> Link: https://lore.kernel.org/r/20191029091638.16101-1-chandra627@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
6e0afa355a
commit
25ec44ebdc
|
@ -50,6 +50,7 @@ static struct flash_platform_data p2kr0_spi0_pdata = {
|
||||||
.nr_parts = ARRAY_SIZE(p2kr0_spi0_parts),
|
.nr_parts = ARRAY_SIZE(p2kr0_spi0_parts),
|
||||||
.parts = p2kr0_spi0_parts,
|
.parts = p2kr0_spi0_parts,
|
||||||
};
|
};
|
||||||
|
|
||||||
static struct flash_platform_data p2kr0_spi1_pdata = {
|
static struct flash_platform_data p2kr0_spi1_pdata = {
|
||||||
.name = "SPI1",
|
.name = "SPI1",
|
||||||
.nr_parts = ARRAY_SIZE(p2kr0_spi1_parts),
|
.nr_parts = ARRAY_SIZE(p2kr0_spi1_parts),
|
||||||
|
|
Loading…
Reference in New Issue