mirror of
https://github.com/qemu/qemu.git
synced 2025-08-24 03:08:29 +00:00
iscsi: fix indentation
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Reviewed-by: Fam Zheng <famz@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
This commit is contained in:
parent
537b41f501
commit
35cb1748d5
@ -1065,8 +1065,9 @@ static QemuOptsList runtime_opts = {
|
|||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
static struct scsi_task *iscsi_do_inquiry(struct iscsi_context *iscsi,
|
static struct scsi_task *iscsi_do_inquiry(struct iscsi_context *iscsi, int lun,
|
||||||
int lun, int evpd, int pc) {
|
int evpd, int pc)
|
||||||
|
{
|
||||||
int full_size;
|
int full_size;
|
||||||
struct scsi_task *task = NULL;
|
struct scsi_task *task = NULL;
|
||||||
task = iscsi_inquiry_sync(iscsi, lun, evpd, pc, 64);
|
task = iscsi_inquiry_sync(iscsi, lun, evpd, pc, 64);
|
||||||
|
Loading…
Reference in New Issue
Block a user