projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0f8fa2
)
fddi: fix typos in code comments
author
Weitao Hou
<houweitaoo@gmail.com>
Mon, 20 May 2019 04:49:38 +0000
(12:49 +0800)
committer
David S. Miller
<davem@davemloft.net>
Tue, 21 May 2019 00:21:22 +0000
(20:21 -0400)
fix abord to abort
Signed-off-by: Weitao Hou <houweitaoo@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/fddi/skfp/hwmtm.c
patch
|
blob
|
history
diff --git
a/drivers/net/fddi/skfp/hwmtm.c
b/drivers/net/fddi/skfp/hwmtm.c
index abbe309051d9ff46c27d62f10f5b5b0bbd05d980..3d0f417e85867d6893ff2b1aeb6ef8702994e964 100644
(file)
--- a/
drivers/net/fddi/skfp/hwmtm.c
+++ b/
drivers/net/fddi/skfp/hwmtm.c
@@
-1206,7
+1206,7
@@
void process_receive(struct s_smc *smc)
}
/*
* SUPERNET 3 Bug: FORMAC delivers status words
- * of abor
d
ed frames to the BMU
+ * of abor
t
ed frames to the BMU
*/
if (len <= 4) {
DB_RX(2, "Frame length = 0");
@@
-1343,7
+1343,7
@@
void process_receive(struct s_smc *smc)
break ;
default :
/*
- * unknown FC abor
d
the frame
+ * unknown FC abor
t
the frame
*/
DB_RX(2, "unknown FC error");
smt_free_mbuf(smc,mb) ;