diff options
author | Jayamohan Kallickal <jayamohan.kallickal@emulex.com> | 2012-04-03 23:41:40 -0500 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2012-04-25 09:05:08 +0100 |
commit | b5b9323b9514d2d5d2b09d8e1b7a93f5bbf047f0 (patch) | |
tree | d15f31780150b0936f9eb08f4f81fbe8c6d89ddd /drivers/scsi/be2iscsi | |
parent | 1282ab76d983b2753b5cd4c9ae6b8019b0557b30 (diff) | |
download | op-kernel-dev-b5b9323b9514d2d5d2b09d8e1b7a93f5bbf047f0.zip op-kernel-dev-b5b9323b9514d2d5d2b09d8e1b7a93f5bbf047f0.tar.gz |
[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/be2iscsi')
-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 33c8f09..2bb681e 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, struct beiscsi_endpoint *beiscsi_ep = ep->dd_data; int len = 0; - SE_DEBUG(DBG_LVL_8, "In beiscsi_conn_get_param, param= %d\n", param); + SE_DEBUG(DBG_LVL_8, "In beiscsi_ep_get_param, param= %d\n", param); switch (param) { case ISCSI_PARAM_CONN_PORT: |