OSDN Git Service

fddi/skfp: fix typo
authorqhjindev <qhjin_dev@163.com>
Mon, 26 Apr 2021 23:57:52 +0000 (07:57 +0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 27 Apr 2021 21:07:27 +0000 (14:07 -0700)
change 'privae' to 'private'

Signed-off-by: qhjindev <qhjin_dev@163.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/fddi/skfp/h/smc.h

index 706fa61..3814a2f 100644 (file)
@@ -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 ;