Commit e3001c98 authored by Andre Heider's avatar Andre Heider Committed by David S. Miller

ps3_gelic: Fix typos

Signed-off-by: default avatarAndre Heider <a.heider@gmail.com>
Acked-by: default avatarGeoff Levand <geoff@infradead.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 40522998
...@@ -876,7 +876,7 @@ int gelic_net_xmit(struct sk_buff *skb, struct net_device *netdev) ...@@ -876,7 +876,7 @@ int gelic_net_xmit(struct sk_buff *skb, struct net_device *netdev)
result = gelic_descr_prepare_tx(card, descr, skb); result = gelic_descr_prepare_tx(card, descr, skb);
if (result) { if (result) {
/* /*
* DMA map failed. As chanses are that failure * DMA map failed. As chances are that failure
* would continue, just release skb and return * would continue, just release skb and return
*/ */
netdev->stats.tx_dropped++; netdev->stats.tx_dropped++;
...@@ -1041,7 +1041,7 @@ static int gelic_card_decode_one_descr(struct gelic_card *card) ...@@ -1041,7 +1041,7 @@ static int gelic_card_decode_one_descr(struct gelic_card *card)
goto refill; goto refill;
} }
/* /*
* descriptoers any other than FRAME_END here should * descriptors any other than FRAME_END here should
* be treated as error. * be treated as error.
*/ */
if (status != GELIC_DESCR_DMA_FRAME_END) { if (status != GELIC_DESCR_DMA_FRAME_END) {
...@@ -1200,7 +1200,7 @@ void gelic_net_poll_controller(struct net_device *netdev) ...@@ -1200,7 +1200,7 @@ void gelic_net_poll_controller(struct net_device *netdev)
#endif /* CONFIG_NET_POLL_CONTROLLER */ #endif /* CONFIG_NET_POLL_CONTROLLER */
/** /**
* gelic_net_open - called upon ifonfig up * gelic_net_open - called upon ifconfig up
* @netdev: interface device structure * @netdev: interface device structure
* *
* returns 0 on success, <0 on failure * returns 0 on success, <0 on failure
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment