lkml.org 
[lkml]   [2017]   [Nov]   [6]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Date
    Subject[PATCH 3.16 236/294] bfa: Fix indentation
    3.16.50-rc1 review patch.  If anyone has any objections, please let me know.

    ------------------

    From: Anil Gurumurthy <anil.gurumurthy@qlogic.com>

    commit b7f4d6343820af5c2dc3979e91d85e71e638cd3d upstream.

    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>

    Signed-off-by: Arnd Bergmann <arnd@arndb.de>
    Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
    ---
    drivers/scsi/bfa/bfa_ioc.c | 22 +++++++++++-----------
    1 file changed, 11 insertions(+), 11 deletions(-)

    --- a/drivers/scsi/bfa/bfa_ioc.c
    +++ b/drivers/scsi/bfa/bfa_ioc.c
    @@ -3665,19 +3665,19 @@ bfa_cb_sfp_state_query(struct bfa_sfp_s
    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;
    }

    /*
    \
     
     \ /
      Last update: 2017-11-08 20:59    [W:6.061 / U:0.812 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site