projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
067bb3c
)
net: cxgb: fix a typo in kernel doc
author
Jean Sacren
<sakiwit@gmail.com>
Tue, 30 Nov 2021 07:03:11 +0000
(
00:03
-0700)
committer
David 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
patch
|
blob
|
history
diff --git
a/drivers/net/ethernet/chelsio/cxgb/sge.c
b/drivers/net/ethernet/chelsio/cxgb/sge.c
index cda01f22c71c828ce5a8d32ca5b5c3cce048b594..12e76fd0ae91d0b5dc68fd6f9fd16abc3ecbf827 100644
(file)
--- 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 pa
kc
et and deliver it to the stack.
+ * Process an ingress ethernet pa
ck
et and deliver it to the stack.
*/
static void sge_rx(struct sge *sge, struct freelQ *fl, unsigned int len)
{