You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
trivial: remove unnecessary semicolons
Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
@@ -960,7 +960,7 @@ static void pcm_fsm(struct s_smc *smc, struct s_phy *phy, int cmd)
|
||||
/*PC88b*/
|
||||
if (!phy->cf_join) {
|
||||
phy->cf_join = TRUE ;
|
||||
queue_event(smc,EVENT_CFM,CF_JOIN+np) ; ;
|
||||
queue_event(smc,EVENT_CFM,CF_JOIN+np) ;
|
||||
}
|
||||
if (cmd == PC_JOIN)
|
||||
GO_STATE(PC8_ACTIVE) ;
|
||||
|
||||
@@ -807,9 +807,9 @@ void smt_add_para(struct s_smc *smc, struct s_pcon *pcon, u_short para,
|
||||
mib_p->fddiPORTLerFlag ;
|
||||
sp->p4050_pad = 0 ;
|
||||
sp->p4050_cutoff =
|
||||
mib_p->fddiPORTLer_Cutoff ; ;
|
||||
mib_p->fddiPORTLer_Cutoff ;
|
||||
sp->p4050_alarm =
|
||||
mib_p->fddiPORTLer_Alarm ; ;
|
||||
mib_p->fddiPORTLer_Alarm ;
|
||||
sp->p4050_estimate =
|
||||
mib_p->fddiPORTLer_Estimate ;
|
||||
sp->p4050_reject_ct =
|
||||
@@ -829,7 +829,7 @@ void smt_add_para(struct s_smc *smc, struct s_pcon *pcon, u_short para,
|
||||
sp->p4051_porttype =
|
||||
mib_p->fddiPORTMy_Type ;
|
||||
sp->p4051_connectstate =
|
||||
mib_p->fddiPORTConnectState ; ;
|
||||
mib_p->fddiPORTConnectState ;
|
||||
sp->p4051_pc_neighbor =
|
||||
mib_p->fddiPORTNeighborType ;
|
||||
sp->p4051_pc_withhold =
|
||||
@@ -853,7 +853,7 @@ void smt_add_para(struct s_smc *smc, struct s_pcon *pcon, u_short para,
|
||||
struct smt_p_4053 *sp ;
|
||||
sp = (struct smt_p_4053 *) to ;
|
||||
sp->p4053_multiple =
|
||||
mib_p->fddiPORTMultiple_P ; ;
|
||||
mib_p->fddiPORTMultiple_P ;
|
||||
sp->p4053_availablepaths =
|
||||
mib_p->fddiPORTAvailablePaths ;
|
||||
sp->p4053_currentpath =
|
||||
|
||||
Reference in New Issue
Block a user