staging: netlogic: Remove multiple blank lines
Avoid the use of multiple blank lines. Checkpatch found this issue. Signed-off-by: Laura Garcia Liebana <nevola@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
76ee538178
commit
b0b24338ad
|
@ -209,7 +209,6 @@ static void xlr_gmac_init(void)
|
||||||
.gpio_addr = NULL,
|
.gpio_addr = NULL,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
static struct platform_device xlr_net_dev0 = {
|
static struct platform_device xlr_net_dev0 = {
|
||||||
.name = "xlr-net",
|
.name = "xlr-net",
|
||||||
.id = 0,
|
.id = 0,
|
||||||
|
|
Loading…
Reference in New Issue