diff options
author | Jeff Garzik <jeff@garzik.org> | 2007-10-03 13:52:23 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-10-10 19:54:29 -0400 |
commit | 9ddf7774b9d760dc3fa4d5ae7d7fd92d4c02150b (patch) | |
tree | a124a3a14b636ef761db0f4bd3b708588c643882 /drivers/net/qla3xxx.h | |
parent | 07c2c76e27e629fb5c9a539e249906802866abb8 (diff) |
drivers/net/qla3xxx: trim trailing whitespace
Also, hopefully, change the file permissions to 0644.
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Diffstat (limited to 'drivers/net/qla3xxx.h')
-rw-r--r--[-rwxr-xr-x] | drivers/net/qla3xxx.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/net/qla3xxx.h b/drivers/net/qla3xxx.h index 483840f7fc10..fbcb0b949639 100755..100644 --- a/drivers/net/qla3xxx.h +++ b/drivers/net/qla3xxx.h | |||
@@ -556,7 +556,7 @@ enum { | |||
556 | IP_ADDR_INDEX_REG_FUNC_3_SEC = 0x0007, | 556 | IP_ADDR_INDEX_REG_FUNC_3_SEC = 0x0007, |
557 | IP_ADDR_INDEX_REG_6 = 0x0008, | 557 | IP_ADDR_INDEX_REG_6 = 0x0008, |
558 | IP_ADDR_INDEX_REG_OFFSET_MASK = 0x0030, | 558 | IP_ADDR_INDEX_REG_OFFSET_MASK = 0x0030, |
559 | IP_ADDR_INDEX_REG_E = 0x0040, | 559 | IP_ADDR_INDEX_REG_E = 0x0040, |
560 | }; | 560 | }; |
561 | enum { | 561 | enum { |
562 | QL3032_PORT_CONTROL_DS = 0x0001, | 562 | QL3032_PORT_CONTROL_DS = 0x0001, |
@@ -1112,7 +1112,7 @@ struct ql_rcv_buf_cb { | |||
1112 | * OAL has 5 entries: | 1112 | * OAL has 5 entries: |
1113 | * 1 thru 4 point to frags | 1113 | * 1 thru 4 point to frags |
1114 | * fifth points to next oal. | 1114 | * fifth points to next oal. |
1115 | */ | 1115 | */ |
1116 | #define MAX_OAL_CNT ((MAX_SKB_FRAGS-1)/4 + 1) | 1116 | #define MAX_OAL_CNT ((MAX_SKB_FRAGS-1)/4 + 1) |
1117 | 1117 | ||
1118 | struct oal_entry { | 1118 | struct oal_entry { |
@@ -1137,7 +1137,7 @@ struct ql_tx_buf_cb { | |||
1137 | struct ob_mac_iocb_req *queue_entry ; | 1137 | struct ob_mac_iocb_req *queue_entry ; |
1138 | int seg_count; | 1138 | int seg_count; |
1139 | struct oal *oal; | 1139 | struct oal *oal; |
1140 | struct map_list map[MAX_SKB_FRAGS+1]; | 1140 | struct map_list map[MAX_SKB_FRAGS+1]; |
1141 | }; | 1141 | }; |
1142 | 1142 | ||
1143 | /* definitions for type field */ | 1143 | /* definitions for type field */ |