]> git.baikalelectronics.ru Git - kernel.git/commitdiff
net: cxgb: fix a typo in kernel doc
authorJean Sacren <sakiwit@gmail.com>
Tue, 30 Nov 2021 07:03:11 +0000 (00:03 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 30 Nov 2021 12:18:08 +0000 (12:18 +0000)
Fix a trivial typo of 'pakcet' in cxgb kernel doc.

Signed-off-by: Jean Sacren <sakiwit@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/chelsio/cxgb/sge.c

index cda01f22c71c828ce5a8d32ca5b5c3cce048b594..12e76fd0ae91d0b5dc68fd6f9fd16abc3ecbf827 100644 (file)
@@ -1359,7 +1359,7 @@ static void restart_sched(struct tasklet_struct *t)
  *     @fl: the free list that contains the packet buffer
  *     @len: the packet length
  *
- *     Process an ingress ethernet pakcet and deliver it to the stack.
+ *     Process an ingress ethernet packet and deliver it to the stack.
  */
 static void sge_rx(struct sge *sge, struct freelQ *fl, unsigned int len)
 {