aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ps3_gelic_net.c
diff options
context:
space:
mode:
authorFrans Pop <elendil@planet.nl>2010-03-24 03:57:31 -0400
committerDavid S. Miller <davem@davemloft.net>2010-03-24 17:01:55 -0400
commit583d077d35dd8df231c1e391e5406f0faf1a1788 (patch)
treea5d85fa9996968928235936fa1b41613261a524f /drivers/net/ps3_gelic_net.c
parent19299b34b42f4d37be2ce9b411664f37ca10ff61 (diff)
net/ps3_gelic: remove trailing space in messages
ps3_gelic_wireless.c: also remove a stray "p" after a newline. Signed-off-by: Frans Pop <elendil@planet.nl> Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org> Cc: linuxppc-dev@ozlabs.org Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ps3_gelic_net.c')
-rw-r--r--drivers/net/ps3_gelic_net.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/ps3_gelic_net.c b/drivers/net/ps3_gelic_net.c
index a849f6f23a17..a602da6418c8 100644
--- a/drivers/net/ps3_gelic_net.c
+++ b/drivers/net/ps3_gelic_net.c
@@ -326,7 +326,7 @@ static int gelic_descr_prepare_rx(struct gelic_card *card,
326 unsigned int bufsize; 326 unsigned int bufsize;
327 327
328 if (gelic_descr_get_status(descr) != GELIC_DESCR_DMA_NOT_IN_USE) 328 if (gelic_descr_get_status(descr) != GELIC_DESCR_DMA_NOT_IN_USE)
329 dev_info(ctodev(card), "%s: ERROR status \n", __func__); 329 dev_info(ctodev(card), "%s: ERROR status\n", __func__);
330 /* we need to round up the buffer size to a multiple of 128 */ 330 /* we need to round up the buffer size to a multiple of 128 */
331 bufsize = ALIGN(GELIC_NET_MAX_MTU, GELIC_NET_RXBUF_ALIGN); 331 bufsize = ALIGN(GELIC_NET_MAX_MTU, GELIC_NET_RXBUF_ALIGN);
332 332
@@ -1434,7 +1434,7 @@ static void gelic_net_tx_timeout_task(struct work_struct *work)
1434 container_of(work, struct gelic_card, tx_timeout_task); 1434 container_of(work, struct gelic_card, tx_timeout_task);
1435 struct net_device *netdev = card->netdev[GELIC_PORT_ETHERNET_0]; 1435 struct net_device *netdev = card->netdev[GELIC_PORT_ETHERNET_0];
1436 1436
1437 dev_info(ctodev(card), "%s:Timed out. Restarting... \n", __func__); 1437 dev_info(ctodev(card), "%s:Timed out. Restarting...\n", __func__);
1438 1438
1439 if (!(netdev->flags & IFF_UP)) 1439 if (!(netdev->flags & IFF_UP))
1440 goto out; 1440 goto out;