aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/scsi/zfcp_fsf.c
diff options
context:
space:
mode:
authorAndreas Herrmann <aherrman@de.ibm.com>2006-05-22 12:15:49 -0400
committerJames Bottomley <jejb@mulgrave.il.steeleye.com>2006-05-28 12:38:15 -0400
commitca3271b40225a1049334766f6fb35b57a0162bd2 (patch)
treea781c265f8cde3ba06a775948a923cb7b5fe896d /drivers/s390/scsi/zfcp_fsf.c
parent4a9d2d8bf989c77b54add430932fa5ed8a80dba9 (diff)
[SCSI] zfcp: (cleanup) remove useless comments
Removed some useless comments. Signed-off-by: Andreas Herrmann <aherrman@de.ibm.com> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/s390/scsi/zfcp_fsf.c')
-rw-r--r--drivers/s390/scsi/zfcp_fsf.c20
1 files changed, 0 insertions, 20 deletions
diff --git a/drivers/s390/scsi/zfcp_fsf.c b/drivers/s390/scsi/zfcp_fsf.c
index 4a35960103d8..4475e412066c 100644
--- a/drivers/s390/scsi/zfcp_fsf.c
+++ b/drivers/s390/scsi/zfcp_fsf.c
@@ -1929,14 +1929,6 @@ skip_fsfstatus:
1929 return retval; 1929 return retval;
1930} 1930}
1931 1931
1932/*
1933 * function:
1934 *
1935 * purpose:
1936 *
1937 * returns: address of initiated FSF request
1938 * NULL - request could not be initiated
1939 */
1940int 1932int
1941zfcp_fsf_exchange_config_data(struct zfcp_erp_action *erp_action) 1933zfcp_fsf_exchange_config_data(struct zfcp_erp_action *erp_action)
1942{ 1934{
@@ -3656,18 +3648,6 @@ zfcp_fsf_send_fcp_command_task(struct zfcp_adapter *adapter,
3656 return retval; 3648 return retval;
3657} 3649}
3658 3650
3659/*
3660 * function: zfcp_fsf_send_fcp_command_task_management
3661 *
3662 * purpose:
3663 *
3664 * returns:
3665 *
3666 * FIXME(design): should be watched by a timeout!!!
3667 * FIXME(design) shouldn't this be modified to return an int
3668 * also...don't know how though
3669 *
3670 */
3671struct zfcp_fsf_req * 3651struct zfcp_fsf_req *
3672zfcp_fsf_send_fcp_command_task_management(struct zfcp_adapter *adapter, 3652zfcp_fsf_send_fcp_command_task_management(struct zfcp_adapter *adapter,
3673 struct zfcp_unit *unit, 3653 struct zfcp_unit *unit,