lkml.org 
[lkml]   [2016]   [Oct]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 33/45] staging: rts5208: rtsx.c: CamelCase
    Date
    Make camel case labels all lowercase

    Signed-off-by: Wayne Porter <wporter82@gmail.com>
    ---
    drivers/staging/rts5208/rtsx.c | 8 ++++----
    1 file changed, 4 insertions(+), 4 deletions(-)

    diff --git a/drivers/staging/rts5208/rtsx.c b/drivers/staging/rts5208/rtsx.c
    index f611d3d..efd42de 100644
    --- a/drivers/staging/rts5208/rtsx.c
    +++ b/drivers/staging/rts5208/rtsx.c
    @@ -438,7 +438,7 @@ static int rtsx_control_thread(void *__dev)
    /* has the command aborted ? */
    if (rtsx_chk_stat(chip, RTSX_STAT_ABORT)) {
    chip->srb->result = DID_ABORT << 16;
    - goto SkipForAbort;
    + goto skip_for_abort;
    }

    scsi_unlock(host);
    @@ -485,7 +485,7 @@ static int rtsx_control_thread(void *__dev)
    else if (chip->srb->result != DID_ABORT << 16) {
    chip->srb->scsi_done(chip->srb);
    } else {
    -SkipForAbort:
    +skip_for_abort:
    dev_err(&dev->pci->dev, "scsi command aborted\n");
    }

    @@ -602,7 +602,7 @@ static irqreturn_t rtsx_interrupt(int irq, void *dev_id)
    dev->trans_result = TRANS_RESULT_FAIL;
    if (dev->done)
    complete(dev->done);
    - goto Exit;
    + goto exit;
    }
    }

    @@ -624,7 +624,7 @@ static irqreturn_t rtsx_interrupt(int irq, void *dev_id)
    }
    }

    -Exit:
    +exit:
    spin_unlock(&dev->reg_lock);
    return IRQ_HANDLED;
    }
    --
    2.1.4
    \
     
     \ /
      Last update: 2016-10-12 00:03    [W:2.803 / U:0.056 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site