diff options
author | Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> | 2012-02-23 13:15:26 -0500 |
---|---|---|
committer | Nicholas Bellinger <nab@linux-iscsi.org> | 2012-02-25 17:37:50 -0500 |
commit | e6a8a41a30489bcb775b505f75bced550aeaa4f1 (patch) | |
tree | cd51f513c5e4996ba7942d055adb1a8224b7feef /drivers/target/target_core_pscsi.h | |
parent | 99f730d88fd0a25c3e2dfc357bde4cf6b8cb5b40 (diff) |
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.h | 2 |
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 { | |||
49 | } ____cacheline_aligned; | 49 | } ____cacheline_aligned; |
50 | 50 | ||
51 | typedef enum phv_modes { | 51 | typedef enum phv_modes { |
52 | PHV_VIRUTAL_HOST_ID, | 52 | PHV_VIRTUAL_HOST_ID, |
53 | PHV_LLD_SCSI_HOST_NO | 53 | PHV_LLD_SCSI_HOST_NO |
54 | } phv_modes_t; | 54 | } phv_modes_t; |
55 | 55 | ||