Hi Colin,

On 4/8/19, 1:20 AM, "[email protected] on behalf of Colin King" 
<[email protected] on behalf of [email protected]> wrote:

    From: Colin Ian King <[email protected]>
    
    There is a spelling mistake in a ql_log message. Fix it.
    
    Signed-off-by: Colin Ian King <[email protected]>
    ---
     drivers/scsi/qla2xxx/qla_nvme.c | 2 +-
     1 file changed, 1 insertion(+), 1 deletion(-)
    
    diff --git a/drivers/scsi/qla2xxx/qla_nvme.c 
b/drivers/scsi/qla2xxx/qla_nvme.c
    index 1ca63e80a7fe..3a6160ca9b4a 100644
    --- a/drivers/scsi/qla2xxx/qla_nvme.c
    +++ b/drivers/scsi/qla2xxx/qla_nvme.c
    @@ -205,7 +205,7 @@ static void qla_nvme_abort_work(struct work_struct 
*work)
        if (atomic_read(&sp->ref_count) == 0) {
                WARN_ON(1);
                ql_log(ql_log_info, fcport->vha, 0xffff,
    -                   "%s: command alredy aborted on sp: %p\n",
    +                   "%s: command already aborted on sp: %p\n",
                        __func__, sp);
                return;
        }
    -- 
    2.20.1
    
 Thanks for the patch.

Acked-by: Himanshu Madhani <[email protected]>

Reply via email to