From: Colin Ian King Date: Fri, 27 Sep 2019 09:58:40 +0000 (+0100) Subject: scsi: smartpqi: clean up an indentation issue X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=9e322310e16c8cc2ae90b885a821dba121025eb7;p=openwrt%2Fstaging%2Fblogic.git scsi: smartpqi: clean up an indentation issue 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 Signed-off-by: Martin K. Petersen --- diff --git a/drivers/scsi/smartpqi/smartpqi_init.c b/drivers/scsi/smartpqi/smartpqi_init.c index 4f649ad9e5bd..e5c4202a862d 100644 --- a/drivers/scsi/smartpqi/smartpqi_init.c +++ b/drivers/scsi/smartpqi/smartpqi_init.c @@ -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 {