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

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
...@@ -1359,7 +1359,7 @@ static void restart_sched(struct tasklet_struct *t) ...@@ -1359,7 +1359,7 @@ static void restart_sched(struct tasklet_struct *t)
* @fl: the free list that contains the packet buffer * @fl: the free list that contains the packet buffer
* @len: the packet length * @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) static void sge_rx(struct sge *sge, struct freelQ *fl, unsigned int len)
{ {
......
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