mirror of https://gitee.com/openkylin/linux.git
fddi/skfp: fix typo
change 'privae' to 'private' Signed-off-by: qhjindev <qhjin_dev@163.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
6066234aa3
commit
23c9c2b314
|
@ -228,7 +228,7 @@ struct s_phy {
|
|||
u_char timer1_exp ;
|
||||
u_char timer2_exp ;
|
||||
u_char pcm_pad1[1] ;
|
||||
int cem_pst ; /* CEM privae state; used for dual homing */
|
||||
int cem_pst ; /* CEM private state; used for dual homing */
|
||||
struct lem_counter lem ;
|
||||
#ifdef AMDPLC
|
||||
struct s_plc plc ;
|
||||
|
|
Loading…
Reference in New Issue