bfa: Fix indentation
Signed-off-by: Anil Gurumurthy <anil.gurumurthy@qlogic.com> Tested-by : Sudarasana Kalluru <sudarsana.kalluru@qlogic.com> Reviewed-by: Ewan D. Milne <emilne@redhat.com> Signed-off-by: James Bottomley <JBottomley@Odin.com>
This commit is contained in:
parent
0c416b54f2
commit
b7f4d63438
|
@ -3665,19 +3665,19 @@ bfa_cb_sfp_state_query(struct bfa_sfp_s *sfp)
|
|||
if (sfp->state_query_cbfn)
|
||||
sfp->state_query_cbfn(sfp->state_query_cbarg,
|
||||
sfp->status);
|
||||
sfp->media = NULL;
|
||||
}
|
||||
sfp->media = NULL;
|
||||
}
|
||||
|
||||
if (sfp->portspeed) {
|
||||
sfp->status = bfa_sfp_speed_valid(sfp, sfp->portspeed);
|
||||
if (sfp->state_query_cbfn)
|
||||
sfp->state_query_cbfn(sfp->state_query_cbarg,
|
||||
sfp->status);
|
||||
sfp->portspeed = BFA_PORT_SPEED_UNKNOWN;
|
||||
}
|
||||
if (sfp->portspeed) {
|
||||
sfp->status = bfa_sfp_speed_valid(sfp, sfp->portspeed);
|
||||
if (sfp->state_query_cbfn)
|
||||
sfp->state_query_cbfn(sfp->state_query_cbarg,
|
||||
sfp->status);
|
||||
sfp->portspeed = BFA_PORT_SPEED_UNKNOWN;
|
||||
}
|
||||
|
||||
sfp->state_query_lock = 0;
|
||||
sfp->state_query_cbfn = NULL;
|
||||
sfp->state_query_lock = 0;
|
||||
sfp->state_query_cbfn = NULL;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue