Commit 6167597d authored by Jean Sacren's avatar Jean Sacren Committed by David S. Miller
Browse files

net: cxgb: fix a typo in kernel doc



Fix a trivial typo of 'pakcet' in cxgb kernel doc.

Signed-off-by: default avatarJean Sacren <sakiwit@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 067bb3c3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)
{