diff options
author | Andrew Vasquez <andrew.vasquez@qlogic.com> | 2005-07-06 13:32:07 -0400 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.(none)> | 2005-07-14 11:03:15 -0400 |
commit | fa2a1ce53d4b869b74da9a770770c79f9af64914 (patch) | |
tree | da350e79117d3177f51c2788c51aeba425afd4ca /drivers/scsi/qla2xxx/qla_gs.c | |
parent | ba5140b48e35aa4e4b57eb6db5cface63d7bd712 (diff) |
[SCSI] qla2xxx: Code scrubbing.
Code scrubbing.
- Remove trailing whitespace from driver files.
- Remove unused #defines and inlines.
- Standardize on C comments (// -> /* */)
Signed-off-by: Andrew Vasquez <andrew.vasquez@qlogic.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/qla2xxx/qla_gs.c')
-rw-r--r-- | drivers/scsi/qla2xxx/qla_gs.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/scsi/qla2xxx/qla_gs.c b/drivers/scsi/qla2xxx/qla_gs.c index ec5ecbfbc1f6..bfebfc356975 100644 --- a/drivers/scsi/qla2xxx/qla_gs.c +++ b/drivers/scsi/qla2xxx/qla_gs.c | |||
@@ -317,7 +317,7 @@ qla2x00_gid_pt(scsi_qla_host_t *ha, sw_info_t *list) | |||
317 | * single call. Return a failed status, and let GA_NXT handle | 317 | * single call. Return a failed status, and let GA_NXT handle |
318 | * the overload. | 318 | * the overload. |
319 | */ | 319 | */ |
320 | if (i == MAX_FIBRE_DEVICES) | 320 | if (i == MAX_FIBRE_DEVICES) |
321 | rval = QLA_FUNCTION_FAILED; | 321 | rval = QLA_FUNCTION_FAILED; |
322 | } | 322 | } |
323 | 323 | ||
@@ -658,7 +658,7 @@ qla2x00_rsnn_nn(scsi_qla_host_t *ha) | |||
658 | 658 | ||
659 | /* Prepare CT arguments -- node_name, symbolic node_name, size */ | 659 | /* Prepare CT arguments -- node_name, symbolic node_name, size */ |
660 | memcpy(ct_req->req.rsnn_nn.node_name, ha->node_name, WWN_SIZE); | 660 | memcpy(ct_req->req.rsnn_nn.node_name, ha->node_name, WWN_SIZE); |
661 | 661 | ||
662 | /* Prepare the Symbolic Node Name */ | 662 | /* Prepare the Symbolic Node Name */ |
663 | /* Board type */ | 663 | /* Board type */ |
664 | snn = ct_req->req.rsnn_nn.sym_node_name; | 664 | snn = ct_req->req.rsnn_nn.sym_node_name; |
@@ -863,7 +863,7 @@ qla2x00_sns_gid_pt(scsi_qla_host_t *ha, sw_info_t *list) | |||
863 | * single call. Return a failed status, and let GA_NXT handle | 863 | * single call. Return a failed status, and let GA_NXT handle |
864 | * the overload. | 864 | * the overload. |
865 | */ | 865 | */ |
866 | if (i == MAX_FIBRE_DEVICES) | 866 | if (i == MAX_FIBRE_DEVICES) |
867 | rval = QLA_FUNCTION_FAILED; | 867 | rval = QLA_FUNCTION_FAILED; |
868 | } | 868 | } |
869 | 869 | ||