diff options
author | Swen Schillig <swen@vnet.ibm.com> | 2007-09-07 03:15:31 -0400 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.localdomain> | 2007-10-12 14:47:21 -0400 |
commit | 41fa2adabc0a750a40d6fe86d5ce2f75fb3ad287 (patch) | |
tree | a23eb761e971890f23cbbb4a73f90a09ee4e46ed /drivers/s390/scsi/zfcp_scsi.c | |
parent | 82d1ce505d1a77a03acb9d22240ef5a63a18b653 (diff) |
[SCSI] zfcp: whitespace cleanup
Cleanup the whitepace from the entire zfcp driver to prevent
to have those changes in future feature or function patches.
Signed-off-by: Swen Schillig <swen@vnet.ibm.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/s390/scsi/zfcp_scsi.c')
-rw-r--r-- | drivers/s390/scsi/zfcp_scsi.c | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/drivers/s390/scsi/zfcp_scsi.c b/drivers/s390/scsi/zfcp_scsi.c index 5fbbd21a88e4..abae2027f7e5 100644 --- a/drivers/s390/scsi/zfcp_scsi.c +++ b/drivers/s390/scsi/zfcp_scsi.c | |||
@@ -1,22 +1,22 @@ | |||
1 | /* | 1 | /* |
2 | * This file is part of the zfcp device driver for | 2 | * This file is part of the zfcp device driver for |
3 | * FCP adapters for IBM System z9 and zSeries. | 3 | * FCP adapters for IBM System z9 and zSeries. |
4 | * | 4 | * |
5 | * (C) Copyright IBM Corp. 2002, 2006 | 5 | * (C) Copyright IBM Corp. 2002, 2006 |
6 | * | 6 | * |
7 | * This program is free software; you can redistribute it and/or modify | 7 | * This program is free software; you can redistribute it and/or modify |
8 | * it under the terms of the GNU General Public License as published by | 8 | * it under the terms of the GNU General Public License as published by |
9 | * the Free Software Foundation; either version 2, or (at your option) | 9 | * the Free Software Foundation; either version 2, or (at your option) |
10 | * any later version. | 10 | * any later version. |
11 | * | 11 | * |
12 | * This program is distributed in the hope that it will be useful, | 12 | * This program is distributed in the hope that it will be useful, |
13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | 13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
15 | * GNU General Public License for more details. | 15 | * GNU General Public License for more details. |
16 | * | 16 | * |
17 | * You should have received a copy of the GNU General Public License | 17 | * You should have received a copy of the GNU General Public License |
18 | * along with this program; if not, write to the Free Software | 18 | * along with this program; if not, write to the Free Software |
19 | * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | 19 | * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. |
20 | */ | 20 | */ |
21 | 21 | ||
22 | #define ZFCP_LOG_AREA ZFCP_LOG_AREA_SCSI | 22 | #define ZFCP_LOG_AREA ZFCP_LOG_AREA_SCSI |
@@ -101,7 +101,7 @@ zfcp_get_fcp_dl_ptr(struct fcp_cmnd_iu * fcp_cmd) | |||
101 | ((unsigned char *) fcp_cmd + | 101 | ((unsigned char *) fcp_cmd + |
102 | sizeof (struct fcp_cmnd_iu) + additional_length); | 102 | sizeof (struct fcp_cmnd_iu) + additional_length); |
103 | /* | 103 | /* |
104 | * fcp_dl_addr = start address of fcp_cmnd structure + | 104 | * fcp_dl_addr = start address of fcp_cmnd structure + |
105 | * size of fixed part + size of dynamically sized add_dcp_cdb field | 105 | * size of fixed part + size of dynamically sized add_dcp_cdb field |
106 | * SEE FCP-2 documentation | 106 | * SEE FCP-2 documentation |
107 | */ | 107 | */ |
@@ -194,7 +194,7 @@ static void zfcp_scsi_slave_destroy(struct scsi_device *sdpnt) | |||
194 | "address %p\n", sdpnt); | 194 | "address %p\n", sdpnt); |
195 | } | 195 | } |
196 | 196 | ||
197 | /* | 197 | /* |
198 | * called from scsi midlayer to allow finetuning of a device. | 198 | * called from scsi midlayer to allow finetuning of a device. |
199 | */ | 199 | */ |
200 | static int | 200 | static int |
@@ -372,7 +372,7 @@ zfcp_unit_lookup(struct zfcp_adapter *adapter, int channel, unsigned int id, | |||
372 | 372 | ||
373 | /** | 373 | /** |
374 | * zfcp_scsi_eh_abort_handler - abort the specified SCSI command | 374 | * zfcp_scsi_eh_abort_handler - abort the specified SCSI command |
375 | * @scpnt: pointer to scsi_cmnd to be aborted | 375 | * @scpnt: pointer to scsi_cmnd to be aborted |
376 | * Return: SUCCESS - command has been aborted and cleaned up in internal | 376 | * Return: SUCCESS - command has been aborted and cleaned up in internal |
377 | * bookkeeping, SCSI stack won't be called for aborted command | 377 | * bookkeeping, SCSI stack won't be called for aborted command |
378 | * FAILED - otherwise | 378 | * FAILED - otherwise |