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

Commit 583d077d authored by Frans Pop's avatar Frans Pop Committed by David S. Miller
Browse files

net/ps3_gelic: remove trailing space in messages



ps3_gelic_wireless.c: also remove a stray "p" after a newline.

Signed-off-by: default avatarFrans Pop <elendil@planet.nl>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: linuxppc-dev@ozlabs.org
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 19299b34
Loading
Loading
Loading
Loading
+17 −17
Original line number Diff line number Diff line
@@ -2317,7 +2317,7 @@ static struct net_device * __devinit gelic_wl_alloc(struct gelic_card *card)
	pr_debug("%s:start\n", __func__);
	netdev = alloc_etherdev(sizeof(struct gelic_port) +
				sizeof(struct gelic_wl_info));
	pr_debug("%s: netdev =%p card=%p \np", __func__, netdev, card);
	pr_debug("%s: netdev =%p card=%p\n", __func__, netdev, card);
	if (!netdev)
		return NULL;

+2 −2

File changed.

Contains only whitespace changes.