Skip to content

Commit

Permalink
fddi/skfp: fix typo
Browse files Browse the repository at this point in the history
change 'privae' to 'private'

Signed-off-by: qhjindev <qhjin_dev@163.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
qhjindev authored and David S. Miller committed Apr 27, 2021
1 parent 6066234 commit 23c9c2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/fddi/skfp/h/smc.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 ;
Expand Down

0 comments on commit 23c9c2b

Please sign in to comment.