Skip to content

Commit 6167597

Browse files
sacrendavem330
authored andcommitted
net: cxgb: fix a typo in kernel doc
Fix a trivial typo of 'pakcet' in cxgb kernel doc. Signed-off-by: Jean Sacren <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 067bb3c commit 6167597

File tree

1 file changed

+1
-1
lines changed
  • drivers/net/ethernet/chelsio/cxgb

1 file changed

+1
-1
lines changed

drivers/net/ethernet/chelsio/cxgb/sge.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1359,7 +1359,7 @@ static void restart_sched(struct tasklet_struct *t)
13591359
* @fl: the free list that contains the packet buffer
13601360
* @len: the packet length
13611361
*
1362-
* Process an ingress ethernet pakcet and deliver it to the stack.
1362+
* Process an ingress ethernet packet and deliver it to the stack.
13631363
*/
13641364
static void sge_rx(struct sge *sge, struct freelQ *fl, unsigned int len)
13651365
{

0 commit comments

Comments
 (0)