diff options
author | Jayamohan Kallickal <jayamohan.kallickal@emulex.com> | 2012-04-04 00:41:40 -0400 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2012-04-25 04:05:08 -0400 |
commit | b5b9323b9514d2d5d2b09d8e1b7a93f5bbf047f0 (patch) | |
tree | d15f31780150b0936f9eb08f4f81fbe8c6d89ddd /drivers/scsi | |
parent | 1282ab76d983b2753b5cd4c9ae6b8019b0557b30 (diff) |
[SCSI] be2iscsi: Fix typo function name mismatch
Signed-off-by: Minh Tran <MinhDuc.Tran@Emulex.Com>
Signed-off-by: Jayamohan Kallickal <jayamohan.kallickal@emulex.com>
Signed-off-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers/scsi')
-rw-r--r-- | drivers/scsi/be2iscsi/be_iscsi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/be2iscsi/be_iscsi.c b/drivers/scsi/be2iscsi/be_iscsi.c index 33c8f09c7ac..2bb681ef19e 100644 --- a/drivers/scsi/be2iscsi/be_iscsi.c +++ b/drivers/scsi/be2iscsi/be_iscsi.c | |||
@@ -221,7 +221,7 @@ int beiscsi_ep_get_param(struct iscsi_endpoint *ep, | |||
221 | struct beiscsi_endpoint *beiscsi_ep = ep->dd_data; | 221 | struct beiscsi_endpoint *beiscsi_ep = ep->dd_data; |
222 | int len = 0; | 222 | int len = 0; |
223 | 223 | ||
224 | SE_DEBUG(DBG_LVL_8, "In beiscsi_conn_get_param, param= %d\n", param); | 224 | SE_DEBUG(DBG_LVL_8, "In beiscsi_ep_get_param, param= %d\n", param); |
225 | 225 | ||
226 | switch (param) { | 226 | switch (param) { |
227 | case ISCSI_PARAM_CONN_PORT: | 227 | case ISCSI_PARAM_CONN_PORT: |