mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-11-24 10:34:57 +08:00
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
Block a user