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:
Родитель
6e0afa355a
Коммит
25ec44ebdc
|
@ -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),
|
||||
|
|
Загрузка…
Ссылка в новой задаче