fddi: fix typos in code comments
fix abord to abort Signed-off-by: Weitao Hou <houweitaoo@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Родитель
c0f8fa21b3
Коммит
d97c6f6830
|
@ -1206,7 +1206,7 @@ void process_receive(struct s_smc *smc)
|
|||
}
|
||||
/*
|
||||
* SUPERNET 3 Bug: FORMAC delivers status words
|
||||
* of aborded frames to the BMU
|
||||
* of aborted 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 abord the frame
|
||||
* unknown FC abort the frame
|
||||
*/
|
||||
DB_RX(2, "unknown FC error");
|
||||
smt_free_mbuf(smc,mb) ;
|
||||
|
|
Загрузка…
Ссылка в новой задаче