summaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_pscsi.h
diff options
context:
space:
mode:
authorStefan Hajnoczi2012-02-23 19:15:26 +0100
committerNicholas Bellinger2012-02-25 23:37:50 +0100
commite6a8a41a30489bcb775b505f75bced550aeaa4f1 (patch)
treecd51f513c5e4996ba7942d055adb1a8224b7feef /drivers/target/target_core_pscsi.h
parenttarget: Fix off-by-seven in target_report_luns (diff)
downloadkernel-qcow2-linux-e6a8a41a30489bcb775b505f75bced550aeaa4f1.tar.gz
kernel-qcow2-linux-e6a8a41a30489bcb775b505f75bced550aeaa4f1.tar.xz
kernel-qcow2-linux-e6a8a41a30489bcb775b505f75bced550aeaa4f1.zip
target/pscsi: fix PHV_VIRUTAL_HOST_ID typo
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
Diffstat (limited to 'drivers/target/target_core_pscsi.h')
-rw-r--r--drivers/target/target_core_pscsi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/target/target_core_pscsi.h b/drivers/target/target_core_pscsi.h
index fdc17b6aefb3..43f1c419e8e5 100644
--- a/drivers/target/target_core_pscsi.h
+++ b/drivers/target/target_core_pscsi.h
@@ -49,7 +49,7 @@ struct pscsi_dev_virt {
} ____cacheline_aligned;
typedef enum phv_modes {
- PHV_VIRUTAL_HOST_ID,
+ PHV_VIRTUAL_HOST_ID,
PHV_LLD_SCSI_HOST_NO
} phv_modes_t;