Skip to content

Commit

Permalink
scsi: smartpqi: clean up an indentation issue
Browse files Browse the repository at this point in the history
There are some statements that are indented too deeply, remove the
extraneous tabs and rejoin split lines.

Link: https://lore.kernel.org/r/20190927095840.26377-1-colin.king@canonical.com
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
  • Loading branch information
Colin Ian King authored and Martin K. Petersen committed Oct 1, 2019
1 parent 9adc2a5 commit 9e32231
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/scsi/smartpqi/smartpqi_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -2172,8 +2172,8 @@ static int pqi_update_scsi_devices(struct pqi_ctrl_info *ctrl_info)
REPORT_PHYS_LUN_DEV_FLAG_AIO_ENABLED) &&
phys_lun_ext_entry->aio_handle) {
device->aio_enabled = true;
device->aio_handle =
phys_lun_ext_entry->aio_handle;
device->aio_handle =
phys_lun_ext_entry->aio_handle;
}
pqi_get_physical_disk_info(ctrl_info, device, id_phys);
} else {
Expand Down

0 comments on commit 9e32231

Please sign in to comment.