diff options
Diffstat (limited to 'drivers/net/ps3_gelic_net.c')
-rw-r--r-- | drivers/net/ps3_gelic_net.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ps3_gelic_net.c b/drivers/net/ps3_gelic_net.c index 89c4948300a5..0c768593aad0 100644 --- a/drivers/net/ps3_gelic_net.c +++ b/drivers/net/ps3_gelic_net.c | |||
@@ -314,7 +314,7 @@ static void gelic_card_reset_chain(struct gelic_card *card, | |||
314 | * @card: card structure | 314 | * @card: card structure |
315 | * @descr: descriptor to re-init | 315 | * @descr: descriptor to re-init |
316 | * | 316 | * |
317 | * return 0 on succes, <0 on failure | 317 | * return 0 on success, <0 on failure |
318 | * | 318 | * |
319 | * allocates a new rx skb, iommu-maps it and attaches it to the descriptor. | 319 | * allocates a new rx skb, iommu-maps it and attaches it to the descriptor. |
320 | * Activate the descriptor state-wise | 320 | * Activate the descriptor state-wise |