diff options
author | Jean Sacren <sakiwit@gmail.com> | 2021-11-30 00:03:11 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-11-30 12:18:08 +0000 |
commit | 6167597d442f6676c6b79a05d5cba18967dca366 (patch) | |
tree | 8a4b081273193b1abcf61b48a3c382f0e037b131 /drivers/net/ethernet/chelsio | |
parent | 067bb3c307ccb8432cf5e3f66805c3a2f2b0d601 (diff) | |
download | linux-6167597d442f6676c6b79a05d5cba18967dca366.tar.bz2 |
net: cxgb: fix a typo in kernel doc
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>
Diffstat (limited to 'drivers/net/ethernet/chelsio')
-rw-r--r-- | drivers/net/ethernet/chelsio/cxgb/sge.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/chelsio/cxgb/sge.c b/drivers/net/ethernet/chelsio/cxgb/sge.c index cda01f22c71c..12e76fd0ae91 100644 --- a/drivers/net/ethernet/chelsio/cxgb/sge.c +++ b/drivers/net/ethernet/chelsio/cxgb/sge.c @@ -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) { |