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_fw.h | |
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_fw.h')
-rw-r--r-- | drivers/scsi/qla2xxx/qla_fw.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/scsi/qla2xxx/qla_fw.h b/drivers/scsi/qla2xxx/qla_fw.h index 694d09f3a43..bebc32eb586 100644 --- a/drivers/scsi/qla2xxx/qla_fw.h +++ b/drivers/scsi/qla2xxx/qla_fw.h | |||
@@ -21,8 +21,6 @@ | |||
21 | #ifndef __QLA_FW_H | 21 | #ifndef __QLA_FW_H |
22 | #define __QLA_FW_H | 22 | #define __QLA_FW_H |
23 | 23 | ||
24 | // ISP24xx | ||
25 | |||
26 | #define RISC_SADDRESS 0x100000 | 24 | #define RISC_SADDRESS 0x100000 |
27 | #define MBS_CHECKSUM_ERROR 0x4010 | 25 | #define MBS_CHECKSUM_ERROR 0x4010 |
28 | 26 | ||
@@ -60,7 +58,6 @@ struct port_database_24xx { | |||
60 | #define PDS_PORT_UNAVAILABLE 0x07 | 58 | #define PDS_PORT_UNAVAILABLE 0x07 |
61 | #define PDS_PRLO_PENDING 0x09 | 59 | #define PDS_PRLO_PENDING 0x09 |
62 | #define PDS_LOGO_PENDING 0x11 | 60 | #define PDS_LOGO_PENDING 0x11 |
63 | //FIXME | ||
64 | #define PDS_PRLI2_PENDING 0x12 | 61 | #define PDS_PRLI2_PENDING 0x12 |
65 | 62 | ||
66 | uint8_t hard_address[3]; | 63 | uint8_t hard_address[3]; |