summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/mpi3mr
diff options
context:
space:
mode:
authorDan Carpenter <dan.carpenter@oracle.com>2022-07-18 14:20:54 +0300
committerMartin K. Petersen <martin.petersen@oracle.com>2022-07-18 23:04:11 -0400
commit502f4c18704da6842337a4d8f10da47b47939b87 (patch)
tree953624bcc0ad22834a3dfaba30f9099242f1faf4 /drivers/scsi/mpi3mr
parent2a8a0147cb523ff8c21e57195dae1833b35dafaf (diff)
downloadlinux-502f4c18704da6842337a4d8f10da47b47939b87.tar.bz2
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 <dan.carpenter@oracle.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'drivers/scsi/mpi3mr')
-rw-r--r--drivers/scsi/mpi3mr/mpi3mr_os.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/mpi3mr/mpi3mr_os.c b/drivers/scsi/mpi3mr/mpi3mr_os.c
index 4102636df4fc..8bdf92762fb4 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;