From: Dan Carpenter Date: Mon, 18 Jul 2022 11:20:54 +0000 (+0300) Subject: scsi: mpi3mr: Delete a stray tab X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=502f4c18704da6842337a4d8f10da47b47939b87;p=linux.git scsi: mpi3mr: Delete a stray tab This code is indented one more tab than it should be. Link: https://lore.kernel.org/r/YtVCFshEJNC7ELid@kili Signed-off-by: Dan Carpenter Signed-off-by: Martin K. Petersen --- diff --git a/drivers/scsi/mpi3mr/mpi3mr_os.c b/drivers/scsi/mpi3mr/mpi3mr_os.c index 4102636df4fca..8bdf92762fb41 100644 --- a/drivers/scsi/mpi3mr/mpi3mr_os.c +++ b/drivers/scsi/mpi3mr/mpi3mr_os.c @@ -4340,7 +4340,7 @@ static int mpi3mr_qcmd(struct Scsi_Host *shost, goto out; } op_req_q = &mrioc->req_qinfo[scmd_priv_data->req_q_idx]; - data_len_blks = scsi_bufflen(scmd) >> 9; + data_len_blks = scsi_bufflen(scmd) >> 9; if ((data_len_blks >= mrioc->io_throttle_data_length) && stgt_priv_data->io_throttle_enabled) { tracked_io_sz = data_len_blks;