Commit a3a65ddd authored by Colin Ian King's avatar Colin Ian King Committed by Martin K. Petersen
Browse files

scsi: smartpqi: clean up indentation of a statement

There is a statement that is indented one level too deeply, remove the tab,
re-join broken line and remove some empty lines.

Link: https://lore.kernel.org/r/20190831073903.7834-1-colin.king@canonical.com


Addresses-Coverity: ("Indentation does not match nesting")
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
parent d8b2625f
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -2175,10 +2175,7 @@ static int pqi_update_scsi_devices(struct pqi_ctrl_info *ctrl_info)
					device->aio_handle =
						phys_lun_ext_entry->aio_handle;
			}

				pqi_get_physical_disk_info(ctrl_info,
					device, id_phys);

			pqi_get_physical_disk_info(ctrl_info, device, id_phys);
		} else {
			memcpy(device->volume_id, log_lun_ext_entry->volume_id,
				sizeof(device->volume_id));