diff options
author | Carolyn Wyborny <carolyn.wyborny@intel.com> | 2014-04-10 21:46:06 -0400 |
---|---|---|
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2014-04-24 20:26:27 -0400 |
commit | e52c0f960cbc2c691cbb809ac0bfec2becfe6da9 (patch) | |
tree | e12f2d5ebc40595c43b27c1913459676c0695362 /drivers/net/ethernet | |
parent | bed83e94d01d1ede2b2db0cf58f8eecb63ac1eb9 (diff) |
igb: Cleanups to change comment style on license headers
This patch fixes WARNING:NETWORKING_BLOCK_COMMENT_STYLE from checkpatch file check.
Signed-off-by: Carolyn Wyborny <carolyn.wyborny@intel.com>
Tested-by: Aaron Brown <aaron.f.brown@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'drivers/net/ethernet')
19 files changed, 428 insertions, 497 deletions
diff --git a/drivers/net/ethernet/intel/igb/e1000_82575.c b/drivers/net/ethernet/intel/igb/e1000_82575.c index beeebabde38d..1c0181f4c975 100644 --- a/drivers/net/ethernet/intel/igb/e1000_82575.c +++ b/drivers/net/ethernet/intel/igb/e1000_82575.c | |||
@@ -1,28 +1,25 @@ | |||
1 | /******************************************************************************* | 1 | /* Intel(R) Gigabit Ethernet Linux driver |
2 | 2 | * Copyright(c) 2007-2014 Intel Corporation. | |
3 | Intel(R) Gigabit Ethernet Linux driver | 3 | * |
4 | Copyright(c) 2007-2014 Intel Corporation. | 4 | * This program is free software; you can redistribute it and/or modify it |
5 | 5 | * under the terms and conditions of the GNU General Public License, | |
6 | This program is free software; you can redistribute it and/or modify it | 6 | * version 2, as published by the Free Software Foundation. |
7 | under the terms and conditions of the GNU General Public License, | 7 | * |
8 | version 2, as published by the Free Software Foundation. | 8 | * This program is distributed in the hope it will be useful, but WITHOUT |
9 | 9 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | |
10 | This program is distributed in the hope it will be useful, but WITHOUT | 10 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for |
11 | ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | 11 | * more details. |
12 | FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | 12 | * |
13 | more details. | 13 | * You should have received a copy of the GNU General Public License along with |
14 | 14 | * this program; if not, see <http://www.gnu.org/licenses/>. | |
15 | You should have received a copy of the GNU General Public License along with | 15 | * |
16 | this program; if not, see <http://www.gnu.org/licenses/>. | 16 | * The full GNU General Public License is included in this distribution in |
17 | 17 | * the file called "COPYING". | |
18 | The full GNU General Public License is included in this distribution in | 18 | * |
19 | the file called "COPYING". | 19 | * Contact Information: |
20 | 20 | * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> | |
21 | Contact Information: | 21 | * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 |
22 | e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> | 22 | */ |
23 | Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 | ||
24 | |||
25 | *******************************************************************************/ | ||
26 | 23 | ||
27 | /* e1000_82575 | 24 | /* e1000_82575 |
28 | * e1000_82576 | 25 | * e1000_82576 |
diff --git a/drivers/net/ethernet/intel/igb/e1000_82575.h b/drivers/net/ethernet/intel/igb/e1000_82575.h index f3667c070563..b407c55738fa 100644 --- a/drivers/net/ethernet/intel/igb/e1000_82575.h +++ b/drivers/net/ethernet/intel/igb/e1000_82575.h | |||
@@ -1,28 +1,25 @@ | |||
1 | /******************************************************************************* | 1 | /* Intel(R) Gigabit Ethernet Linux driver |
2 | 2 | * Copyright(c) 2007-2014 Intel Corporation. | |
3 | Intel(R) Gigabit Ethernet Linux driver | 3 | * |
4 | Copyright(c) 2007-2014 Intel Corporation. | 4 | * This program is free software; you can redistribute it and/or modify it |
5 | 5 | * under the terms and conditions of the GNU General Public License, | |
6 | This program is free software; you can redistribute it and/or modify it | 6 | * version 2, as published by the Free Software Foundation. |
7 | under the terms and conditions of the GNU General Public License, | 7 | * |
8 | version 2, as published by the Free Software Foundation. | 8 | * This program is distributed in the hope it will be useful, but WITHOUT |
9 | 9 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | |
10 | This program is distributed in the hope it will be useful, but WITHOUT | 10 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for |
11 | ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | 11 | * more details. |
12 | FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | 12 | * |
13 | more details. | 13 | * You should have received a copy of the GNU General Public License along with |
14 | 14 | * this program; if not, see <http://www.gnu.org/licenses/>. | |
15 | You should have received a copy of the GNU General Public License along with | 15 | * |
16 | this program; if not, see <http://www.gnu.org/licenses/>. | 16 | * The full GNU General Public License is included in this distribution in |
17 | 17 | * the file called "COPYING". | |
18 | The full GNU General Public License is included in this distribution in | 18 | * |
19 | the file called "COPYING". | 19 | * Contact Information: |
20 | 20 | * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> | |
21 | Contact Information: | 21 | * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 |
22 | e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> | 22 | */ |
23 | Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 | ||
24 | |||
25 | *******************************************************************************/ | ||
26 | 23 | ||
27 | #ifndef _E1000_82575_H_ | 24 | #ifndef _E1000_82575_H_ |
28 | #define _E1000_82575_H_ | 25 | #define _E1000_82575_H_ |
@@ -92,8 +89,7 @@ union e1000_adv_rx_desc { | |||
92 | struct { | 89 | struct { |
93 | struct { | 90 | struct { |
94 | __le16 pkt_info; /* RSS type, Packet type */ | 91 | __le16 pkt_info; /* RSS type, Packet type */ |
95 | __le16 hdr_info; /* Split Header, | 92 | __le16 hdr_info; /* Split Head, buf len */ |
96 | * header buffer length */ | ||
97 | } lo_dword; | 93 | } lo_dword; |
98 | union { | 94 | union { |
99 | __le32 rss; /* RSS Hash */ | 95 | __le32 rss; /* RSS Hash */ |
diff --git a/drivers/net/ethernet/intel/igb/e1000_defines.h b/drivers/net/ethernet/intel/igb/e1000_defines.h index 22078c4e0f89..f85be6695e44 100644 --- a/drivers/net/ethernet/intel/igb/e1000_defines.h +++ b/drivers/net/ethernet/intel/igb/e1000_defines.h | |||
@@ -1,28 +1,25 @@ | |||
1 | /******************************************************************************* | 1 | /* Intel(R) Gigabit Ethernet Linux driver |
2 | 2 | * Copyright(c) 2007-2014 Intel Corporation. | |
3 | Intel(R) Gigabit Ethernet Linux driver | 3 | * |
4 | Copyright(c) 2007-2014 Intel Corporation. | 4 | * This program is free software; you can redistribute it and/or modify it |
5 | 5 | * under the terms and conditions of the GNU General Public License, | |
6 | This program is free software; you can redistribute it and/or modify it | 6 | * version 2, as published by the Free Software Foundation. |
7 | under the terms and conditions of the GNU General Public License, | 7 | * |
8 | version 2, as published by the Free Software Foundation. | 8 | * This program is distributed in the hope it will be useful, but WITHOUT |
9 | 9 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | |
10 | This program is distributed in the hope it will be useful, but WITHOUT | 10 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for |
11 | ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | 11 | * more details. |
12 | FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | 12 | * |
13 | more details. | 13 | * You should have received a copy of the GNU General Public License along with |
14 | 14 | * this program; if not, see <http://www.gnu.org/licenses/>. | |
15 | You should have received a copy of the GNU General Public License along with | 15 | * |
16 | this program; if not, see <http://www.gnu.org/licenses/>. | 16 | * The full GNU General Public License is included in this distribution in |
17 | 17 | * the file called "COPYING". | |
18 | The full GNU General Public License is included in this distribution in | 18 | * |
19 | the file called "COPYING". | 19 | * Contact Information: |
20 | 20 | * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> | |
21 | Contact Information: | 21 | * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 |
22 | e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> | 22 | */ |
23 | Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 | ||
24 | |||
25 | *******************************************************************************/ | ||
26 | 23 | ||
27 | #ifndef _E1000_DEFINES_H_ | 24 | #ifndef _E1000_DEFINES_H_ |
28 | #define _E1000_DEFINES_H_ | 25 | #define _E1000_DEFINES_H_ |
@@ -307,33 +304,25 @@ | |||
307 | #define E1000_TCTL_RTLC 0x01000000 /* Re-transmit on late collision */ | 304 | #define E1000_TCTL_RTLC 0x01000000 /* Re-transmit on late collision */ |
308 | 305 | ||
309 | /* DMA Coalescing register fields */ | 306 | /* DMA Coalescing register fields */ |
310 | #define E1000_DMACR_DMACWT_MASK 0x00003FFF /* DMA Coalescing | 307 | #define E1000_DMACR_DMACWT_MASK 0x00003FFF /* DMA Coal Watchdog Timer */ |
311 | * Watchdog Timer */ | 308 | #define E1000_DMACR_DMACTHR_MASK 0x00FF0000 /* DMA Coal Rx Threshold */ |
312 | #define E1000_DMACR_DMACTHR_MASK 0x00FF0000 /* DMA Coalescing Receive | ||
313 | * Threshold */ | ||
314 | #define E1000_DMACR_DMACTHR_SHIFT 16 | 309 | #define E1000_DMACR_DMACTHR_SHIFT 16 |
315 | #define E1000_DMACR_DMAC_LX_MASK 0x30000000 /* Lx when no PCIe | 310 | #define E1000_DMACR_DMAC_LX_MASK 0x30000000 /* Lx when no PCIe trans */ |
316 | * transactions */ | ||
317 | #define E1000_DMACR_DMAC_LX_SHIFT 28 | 311 | #define E1000_DMACR_DMAC_LX_SHIFT 28 |
318 | #define E1000_DMACR_DMAC_EN 0x80000000 /* Enable DMA Coalescing */ | 312 | #define E1000_DMACR_DMAC_EN 0x80000000 /* Enable DMA Coalescing */ |
319 | /* DMA Coalescing BMC-to-OS Watchdog Enable */ | 313 | /* DMA Coalescing BMC-to-OS Watchdog Enable */ |
320 | #define E1000_DMACR_DC_BMC2OSW_EN 0x00008000 | 314 | #define E1000_DMACR_DC_BMC2OSW_EN 0x00008000 |
321 | 315 | ||
322 | #define E1000_DMCTXTH_DMCTTHR_MASK 0x00000FFF /* DMA Coalescing Transmit | 316 | #define E1000_DMCTXTH_DMCTTHR_MASK 0x00000FFF /* DMA Coal Tx Threshold */ |
323 | * Threshold */ | ||
324 | 317 | ||
325 | #define E1000_DMCTLX_TTLX_MASK 0x00000FFF /* Time to LX request */ | 318 | #define E1000_DMCTLX_TTLX_MASK 0x00000FFF /* Time to LX request */ |
326 | 319 | ||
327 | #define E1000_DMCRTRH_UTRESH_MASK 0x0007FFFF /* Receive Traffic Rate | 320 | #define E1000_DMCRTRH_UTRESH_MASK 0x0007FFFF /* Rx Traffic Rate Thresh */ |
328 | * Threshold */ | 321 | #define E1000_DMCRTRH_LRPRCW 0x80000000 /* Rx pkt rate curr window */ |
329 | #define E1000_DMCRTRH_LRPRCW 0x80000000 /* Rcv packet rate in | ||
330 | * current window */ | ||
331 | 322 | ||
332 | #define E1000_DMCCNT_CCOUNT_MASK 0x01FFFFFF /* DMA Coal Rcv Traffic | 323 | #define E1000_DMCCNT_CCOUNT_MASK 0x01FFFFFF /* DMA Coal Rx Current Cnt */ |
333 | * Current Cnt */ | ||
334 | 324 | ||
335 | #define E1000_FCRTC_RTH_COAL_MASK 0x0003FFF0 /* Flow ctrl Rcv Threshold | 325 | #define E1000_FCRTC_RTH_COAL_MASK 0x0003FFF0 /* FC Rx Thresh High val */ |
336 | * High val */ | ||
337 | #define E1000_FCRTC_RTH_COAL_SHIFT 4 | 326 | #define E1000_FCRTC_RTH_COAL_SHIFT 4 |
338 | #define E1000_PCIEMISC_LX_DECISION 0x00000080 /* Lx power decision */ | 327 | #define E1000_PCIEMISC_LX_DECISION 0x00000080 /* Lx power decision */ |
339 | 328 | ||
diff --git a/drivers/net/ethernet/intel/igb/e1000_hw.h b/drivers/net/ethernet/intel/igb/e1000_hw.h index da705a61bb33..89925e405849 100644 --- a/drivers/net/ethernet/intel/igb/e1000_hw.h +++ b/drivers/net/ethernet/intel/igb/e1000_hw.h | |||
@@ -1,28 +1,24 @@ | |||
1 | /******************************************************************************* | 1 | /* Intel(R) Gigabit Ethernet Linux driver |
2 | 2 | * Copyright(c) 2007-2014 Intel Corporation. | |
3 | Intel(R) Gigabit Ethernet Linux driver | 3 | * |
4 | Copyright(c) 2007-2014 Intel Corporation. | 4 | * This program is free software; you can redistribute it and/or modify it |
5 | 5 | * under the terms and conditions of the GNU General Public License, | |
6 | This program is free software; you can redistribute it and/or modify it | 6 | * |
7 | under the terms and conditions of the GNU General Public License, | 7 | * This program is distributed in the hope it will be useful, but WITHOUT |
8 | version 2, as published by the Free Software Foundation. | 8 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
9 | 9 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | |
10 | This program is distributed in the hope it will be useful, but WITHOUT | 10 | * more details. |
11 | ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | 11 | * |
12 | FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | 12 | * You should have received a copy of the GNU General Public License along with |
13 | more details. | 13 | * this program; if not, see <http://www.gnu.org/licenses/>. |
14 | 14 | * | |
15 | You should have received a copy of the GNU General Public License along with | 15 | * The full GNU General Public License is included in this distribution in |
16 | this program; if not, see <http://www.gnu.org/licenses/>. | 16 | * the file called "COPYING". |
17 | 17 | * | |
18 | The full GNU General Public License is included in this distribution in | 18 | * Contact Information: |
19 | the file called "COPYING". | 19 | * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> |
20 | 20 | * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 | |
21 | Contact Information: | 21 | */ |
22 | e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> | ||
23 | Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 | ||
24 | |||
25 | *******************************************************************************/ | ||
26 | 22 | ||
27 | #ifndef _E1000_HW_H_ | 23 | #ifndef _E1000_HW_H_ |
28 | #define _E1000_HW_H_ | 24 | #define _E1000_HW_H_ |
diff --git a/drivers/net/ethernet/intel/igb/e1000_i210.c b/drivers/net/ethernet/intel/igb/e1000_i210.c index f67f8a170b90..71a2a17b15e6 100644 --- a/drivers/net/ethernet/intel/igb/e1000_i210.c +++ b/drivers/net/ethernet/intel/igb/e1000_i210.c | |||
@@ -1,28 +1,25 @@ | |||
1 | /******************************************************************************* | 1 | /* Intel(R) Gigabit Ethernet Linux driver |
2 | 2 | * Copyright(c) 2007-2014 Intel Corporation. | |
3 | Intel(R) Gigabit Ethernet Linux driver | 3 | * |
4 | Copyright(c) 2007-2014 Intel Corporation. | 4 | * This program is free software; you can redistribute it and/or modify it |
5 | 5 | * under the terms and conditions of the GNU General Public License, | |
6 | This program is free software; you can redistribute it and/or modify it | 6 | * version 2, as published by the Free Software Foundation. |
7 | under the terms and conditions of the GNU General Public License, | 7 | * |
8 | version 2, as published by the Free Software Foundation. | 8 | * This program is distributed in the hope it will be useful, but WITHOUT |
9 | 9 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | |
10 | This program is distributed in the hope it will be useful, but WITHOUT | 10 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for |
11 | ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | 11 | * more details. |
12 | FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | 12 | * |
13 | more details. | 13 | * You should have received a copy of the GNU General Public License along with |
14 | 14 | * this program; if not, see <http://www.gnu.org/licenses/>. | |
15 | You should have received a copy of the GNU General Public License along with | 15 | * |
16 | this program; if not, see <http://www.gnu.org/licenses/>. | 16 | * The full GNU General Public License is included in this distribution in |
17 | 17 | * the file called "COPYING". | |
18 | The full GNU General Public License is included in this distribution in | 18 | * |
19 | the file called "COPYING". | 19 | * Contact Information: |
20 | 20 | * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> | |
21 | Contact Information: | 21 | * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 |
22 | e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> | 22 | */ |
23 | Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 | ||
24 | |||
25 | ******************************************************************************/ | ||
26 | 23 | ||
27 | /* e1000_i210 | 24 | /* e1000_i210 |
28 | * e1000_i211 | 25 | * e1000_i211 |
diff --git a/drivers/net/ethernet/intel/igb/e1000_i210.h b/drivers/net/ethernet/intel/igb/e1000_i210.h index 907fe99a9813..9f34976687ba 100644 --- a/drivers/net/ethernet/intel/igb/e1000_i210.h +++ b/drivers/net/ethernet/intel/igb/e1000_i210.h | |||
@@ -1,28 +1,25 @@ | |||
1 | /******************************************************************************* | 1 | /* Intel(R) Gigabit Ethernet Linux driver |
2 | 2 | * Copyright(c) 2007-2014 Intel Corporation. | |
3 | Intel(R) Gigabit Ethernet Linux driver | 3 | * |
4 | Copyright(c) 2007-2014 Intel Corporation. | 4 | * This program is free software; you can redistribute it and/or modify it |
5 | 5 | * under the terms and conditions of the GNU General Public License, | |
6 | This program is free software; you can redistribute it and/or modify it | 6 | * version 2, as published by the Free Software Foundation. |
7 | under the terms and conditions of the GNU General Public License, | 7 | * |
8 | version 2, as published by the Free Software Foundation. | 8 | * This program is distributed in the hope it will be useful, but WITHOUT |
9 | 9 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | |
10 | This program is distributed in the hope it will be useful, but WITHOUT | 10 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for |
11 | ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | 11 | * more details. |
12 | FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | 12 | * |
13 | more details. | 13 | * You should have received a copy of the GNU General Public License along with |
14 | 14 | * this program; if not, see <http://www.gnu.org/licenses/>. | |
15 | You should have received a copy of the GNU General Public License along with | 15 | * |
16 | this program; if not, see <http://www.gnu.org/licenses/>. | 16 | * The full GNU General Public License is included in this distribution in |
17 | 17 | * the file called "COPYING". | |
18 | The full GNU General Public License is included in this distribution in | 18 | * |
19 | the file called "COPYING". | 19 | * Contact Information: |
20 | 20 | * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> | |
21 | Contact Information: | 21 | * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 |
22 | e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> | 22 | */ |
23 | Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 | ||
24 | |||
25 | *******************************************************************************/ | ||
26 | 23 | ||
27 | #ifndef _E1000_I210_H_ | 24 | #ifndef _E1000_I210_H_ |
28 | #define _E1000_I210_H_ | 25 | #define _E1000_I210_H_ |
diff --git a/drivers/net/ethernet/intel/igb/e1000_mac.c b/drivers/net/ethernet/intel/igb/e1000_mac.c index 42e42a93a4b5..41fe59c92f7e 100644 --- a/drivers/net/ethernet/intel/igb/e1000_mac.c +++ b/drivers/net/ethernet/intel/igb/e1000_mac.c | |||
@@ -1,28 +1,25 @@ | |||
1 | /******************************************************************************* | 1 | /* Intel(R) Gigabit Ethernet Linux driver |
2 | 2 | * Copyright(c) 2007-2014 Intel Corporation. | |
3 | Intel(R) Gigabit Ethernet Linux driver | 3 | * |
4 | Copyright(c) 2007-2014 Intel Corporation. | 4 | * This program is free software; you can redistribute it and/or modify it |
5 | 5 | * under the terms and conditions of the GNU General Public License, | |
6 | This program is free software; you can redistribute it and/or modify it | 6 | * version 2, as published by the Free Software Foundation. |
7 | under the terms and conditions of the GNU General Public License, | 7 | * |
8 | version 2, as published by the Free Software Foundation. | 8 | * This program is distributed in the hope it will be useful, but WITHOUT |
9 | 9 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | |
10 | This program is distributed in the hope it will be useful, but WITHOUT | 10 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for |
11 | ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | 11 | * more details. |
12 | FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | 12 | * |
13 | more details. | 13 | * You should have received a copy of the GNU General Public License along with |
14 | 14 | * this program; if not, see <http://www.gnu.org/licenses/>. | |
15 | You should have received a copy of the GNU General Public License along with | 15 | * |
16 | this program; if not, see <http://www.gnu.org/licenses/>. | 16 | * The full GNU General Public License is included in this distribution in |
17 | 17 | * the file called "COPYING". | |
18 | The full GNU General Public License is included in this distribution in | 18 | * |
19 | the file called "COPYING". | 19 | * Contact Information: |
20 | 20 | * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> | |
21 | Contact Information: | 21 | * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 |
22 | e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> | 22 | */ |
23 | Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 | ||
24 | |||
25 | *******************************************************************************/ | ||
26 | 23 | ||
27 | #include <linux/if_ether.h> | 24 | #include <linux/if_ether.h> |
28 | #include <linux/delay.h> | 25 | #include <linux/delay.h> |
diff --git a/drivers/net/ethernet/intel/igb/e1000_mac.h b/drivers/net/ethernet/intel/igb/e1000_mac.h index 99299ba8ee3a..ea24961b0d70 100644 --- a/drivers/net/ethernet/intel/igb/e1000_mac.h +++ b/drivers/net/ethernet/intel/igb/e1000_mac.h | |||
@@ -1,28 +1,25 @@ | |||
1 | /******************************************************************************* | 1 | /* Intel(R) Gigabit Ethernet Linux driver |
2 | 2 | * Copyright(c) 2007-2014 Intel Corporation. | |
3 | Intel(R) Gigabit Ethernet Linux driver | 3 | * |
4 | Copyright(c) 2007-2014 Intel Corporation. | 4 | * This program is free software; you can redistribute it and/or modify it |
5 | 5 | * under the terms and conditions of the GNU General Public License, | |
6 | This program is free software; you can redistribute it and/or modify it | 6 | * version 2, as published by the Free Software Foundation. |
7 | under the terms and conditions of the GNU General Public License, | 7 | * |
8 | version 2, as published by the Free Software Foundation. | 8 | * This program is distributed in the hope it will be useful, but WITHOUT |
9 | 9 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | |
10 | This program is distributed in the hope it will be useful, but WITHOUT | 10 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for |
11 | ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | 11 | * more details. |
12 | FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | 12 | * |
13 | more details. | 13 | * You should have received a copy of the GNU General Public License along with |
14 | 14 | * this program; if not, see <http://www.gnu.org/licenses/>. | |
15 | You should have received a copy of the GNU General Public License along with | 15 | * |
16 | this program; if not, see <http://www.gnu.org/licenses/>. | 16 | * The full GNU General Public License is included in this distribution in |
17 | 17 | * the file called "COPYING". | |
18 | The full GNU General Public License is included in this distribution in | 18 | * |
19 | the file called "COPYING". | 19 | * Contact Information: |
20 | 20 | * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> | |
21 | Contact Information: | 21 | * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 |
22 | e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> | 22 | */ |
23 | Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 | ||
24 | |||
25 | *******************************************************************************/ | ||
26 | 23 | ||
27 | #ifndef _E1000_MAC_H_ | 24 | #ifndef _E1000_MAC_H_ |
28 | #define _E1000_MAC_H_ | 25 | #define _E1000_MAC_H_ |
diff --git a/drivers/net/ethernet/intel/igb/e1000_mbx.c b/drivers/net/ethernet/intel/igb/e1000_mbx.c index d5b121771c31..162cc49345d0 100644 --- a/drivers/net/ethernet/intel/igb/e1000_mbx.c +++ b/drivers/net/ethernet/intel/igb/e1000_mbx.c | |||
@@ -1,28 +1,25 @@ | |||
1 | /******************************************************************************* | 1 | /* Intel(R) Gigabit Ethernet Linux driver |
2 | 2 | * Copyright(c) 2007-2014 Intel Corporation. | |
3 | Intel(R) Gigabit Ethernet Linux driver | 3 | * |
4 | Copyright(c) 2007-2014 Intel Corporation. | 4 | * This program is free software; you can redistribute it and/or modify it |
5 | 5 | * under the terms and conditions of the GNU General Public License, | |
6 | This program is free software; you can redistribute it and/or modify it | 6 | * version 2, as published by the Free Software Foundation. |
7 | under the terms and conditions of the GNU General Public License, | 7 | * |
8 | version 2, as published by the Free Software Foundation. | 8 | * This program is distributed in the hope it will be useful, but WITHOUT |
9 | 9 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | |
10 | This program is distributed in the hope it will be useful, but WITHOUT | 10 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for |
11 | ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | 11 | * more details. |
12 | FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | 12 | * |
13 | more details. | 13 | * You should have received a copy of the GNU General Public License along with |
14 | 14 | * this program; if not, see <http://www.gnu.org/licenses/>. | |
15 | You should have received a copy of the GNU General Public License along with | 15 | * |
16 | this program; if not, see <http://www.gnu.org/licenses/>. | 16 | * The full GNU General Public License is included in this distribution in |
17 | 17 | * the file called "COPYING". | |
18 | The full GNU General Public License is included in this distribution in | 18 | * |
19 | the file called "COPYING". | 19 | * Contact Information: |
20 | 20 | * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> | |
21 | Contact Information: | 21 | * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 |
22 | e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> | 22 | */ |
23 | Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 | ||
24 | |||
25 | *******************************************************************************/ | ||
26 | 23 | ||
27 | #include "e1000_mbx.h" | 24 | #include "e1000_mbx.h" |
28 | 25 | ||
diff --git a/drivers/net/ethernet/intel/igb/e1000_mbx.h b/drivers/net/ethernet/intel/igb/e1000_mbx.h index f52f5515e5a8..d20af6b2f581 100644 --- a/drivers/net/ethernet/intel/igb/e1000_mbx.h +++ b/drivers/net/ethernet/intel/igb/e1000_mbx.h | |||
@@ -1,28 +1,25 @@ | |||
1 | /******************************************************************************* | 1 | /* Intel(R) Gigabit Ethernet Linux driver |
2 | 2 | * Copyright(c) 2007-2014 Intel Corporation. | |
3 | Intel(R) Gigabit Ethernet Linux driver | 3 | * |
4 | Copyright(c) 2007-2014 Intel Corporation. | 4 | * This program is free software; you can redistribute it and/or modify it |
5 | 5 | * under the terms and conditions of the GNU General Public License, | |
6 | This program is free software; you can redistribute it and/or modify it | 6 | * version 2, as published by the Free Software Foundation. |
7 | under the terms and conditions of the GNU General Public License, | 7 | * |
8 | version 2, as published by the Free Software Foundation. | 8 | * This program is distributed in the hope it will be useful, but WITHOUT |
9 | 9 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | |
10 | This program is distributed in the hope it will be useful, but WITHOUT | 10 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for |
11 | ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | 11 | * more details. |
12 | FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | 12 | * |
13 | more details. | 13 | * You should have received a copy of the GNU General Public License along with |
14 | 14 | * this program; if not, see <http://www.gnu.org/licenses/>. | |
15 | You should have received a copy of the GNU General Public License along with | 15 | * |
16 | this program; if not, see <http://www.gnu.org/licenses/>. | 16 | * The full GNU General Public License is included in this distribution in |
17 | 17 | * the file called "COPYING". | |
18 | The full GNU General Public License is included in this distribution in | 18 | * |
19 | the file called "COPYING". | 19 | * Contact Information: |
20 | 20 | * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> | |
21 | Contact Information: | 21 | * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 |
22 | e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> | 22 | */ |
23 | Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 | ||
24 | |||
25 | *******************************************************************************/ | ||
26 | 23 | ||
27 | #ifndef _E1000_MBX_H_ | 24 | #ifndef _E1000_MBX_H_ |
28 | #define _E1000_MBX_H_ | 25 | #define _E1000_MBX_H_ |
diff --git a/drivers/net/ethernet/intel/igb/e1000_nvm.c b/drivers/net/ethernet/intel/igb/e1000_nvm.c index 89f635fd5dde..92bcdbe756b2 100644 --- a/drivers/net/ethernet/intel/igb/e1000_nvm.c +++ b/drivers/net/ethernet/intel/igb/e1000_nvm.c | |||
@@ -1,28 +1,24 @@ | |||
1 | /******************************************************************************* | 1 | /* Intel(R) Gigabit Ethernet Linux driver |
2 | 2 | * Copyright(c) 2007-2014 Intel Corporation. | |
3 | Intel(R) Gigabit Ethernet Linux driver | 3 | * This program is free software; you can redistribute it and/or modify it |
4 | Copyright(c) 2007-2014 Intel Corporation. | 4 | * under the terms and conditions of the GNU General Public License, |
5 | 5 | * version 2, as published by the Free Software Foundation. | |
6 | This program is free software; you can redistribute it and/or modify it | 6 | * |
7 | under the terms and conditions of the GNU General Public License, | 7 | * This program is distributed in the hope it will be useful, but WITHOUT |
8 | version 2, as published by the Free Software Foundation. | 8 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
9 | 9 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | |
10 | This program is distributed in the hope it will be useful, but WITHOUT | 10 | * more details. |
11 | ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | 11 | * |
12 | FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | 12 | * You should have received a copy of the GNU General Public License along with |
13 | more details. | 13 | * this program; if not, see <http://www.gnu.org/licenses/>. |
14 | 14 | * | |
15 | You should have received a copy of the GNU General Public License along with | 15 | * The full GNU General Public License is included in this distribution in |
16 | this program; if not, see <http://www.gnu.org/licenses/>. | 16 | * the file called "COPYING". |
17 | 17 | * | |
18 | The full GNU General Public License is included in this distribution in | 18 | * Contact Information: |
19 | the file called "COPYING". | 19 | * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> |
20 | 20 | * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 | |
21 | Contact Information: | 21 | */ |
22 | e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> | ||
23 | Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 | ||
24 | |||
25 | *******************************************************************************/ | ||
26 | 22 | ||
27 | #include <linux/if_ether.h> | 23 | #include <linux/if_ether.h> |
28 | #include <linux/delay.h> | 24 | #include <linux/delay.h> |
diff --git a/drivers/net/ethernet/intel/igb/e1000_nvm.h b/drivers/net/ethernet/intel/igb/e1000_nvm.h index 7f54d7e68324..febc9cdb7391 100644 --- a/drivers/net/ethernet/intel/igb/e1000_nvm.h +++ b/drivers/net/ethernet/intel/igb/e1000_nvm.h | |||
@@ -1,28 +1,25 @@ | |||
1 | /******************************************************************************* | 1 | /* Intel(R) Gigabit Ethernet Linux driver |
2 | 2 | * Copyright(c) 2007-2014 Intel Corporation. | |
3 | Intel(R) Gigabit Ethernet Linux driver | 3 | * |
4 | Copyright(c) 2007-2014 Intel Corporation. | 4 | * This program is free software; you can redistribute it and/or modify it |
5 | 5 | * under the terms and conditions of the GNU General Public License, | |
6 | This program is free software; you can redistribute it and/or modify it | 6 | * version 2, as published by the Free Software Foundation. |
7 | under the terms and conditions of the GNU General Public License, | 7 | * |
8 | version 2, as published by the Free Software Foundation. | 8 | * This program is distributed in the hope it will be useful, but WITHOUT |
9 | 9 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | |
10 | This program is distributed in the hope it will be useful, but WITHOUT | 10 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for |
11 | ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | 11 | * more details. |
12 | FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | 12 | * |
13 | more details. | 13 | * You should have received a copy of the GNU General Public License along with |
14 | 14 | * this program; if not, see <http://www.gnu.org/licenses/>. | |
15 | You should have received a copy of the GNU General Public License along with | 15 | * |
16 | this program; if not, see <http://www.gnu.org/licenses/>. | 16 | * The full GNU General Public License is included in this distribution in |
17 | 17 | * the file called "COPYING". | |
18 | The full GNU General Public License is included in this distribution in | 18 | * |
19 | the file called "COPYING". | 19 | * Contact Information: |
20 | 20 | * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> | |
21 | Contact Information: | 21 | * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 |
22 | e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> | 22 | */ |
23 | Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 | ||
24 | |||
25 | *******************************************************************************/ | ||
26 | 23 | ||
27 | #ifndef _E1000_NVM_H_ | 24 | #ifndef _E1000_NVM_H_ |
28 | #define _E1000_NVM_H_ | 25 | #define _E1000_NVM_H_ |
diff --git a/drivers/net/ethernet/intel/igb/e1000_phy.c b/drivers/net/ethernet/intel/igb/e1000_phy.c index ec7dc6c511bb..63211074e588 100644 --- a/drivers/net/ethernet/intel/igb/e1000_phy.c +++ b/drivers/net/ethernet/intel/igb/e1000_phy.c | |||
@@ -1,28 +1,25 @@ | |||
1 | /******************************************************************************* | 1 | /* Intel(R) Gigabit Ethernet Linux driver |
2 | 2 | * Copyright(c) 2007-2014 Intel Corporation. | |
3 | Intel(R) Gigabit Ethernet Linux driver | 3 | * |
4 | Copyright(c) 2007-2014 Intel Corporation. | 4 | * This program is free software; you can redistribute it and/or modify it |
5 | 5 | * under the terms and conditions of the GNU General Public License, | |
6 | This program is free software; you can redistribute it and/or modify it | 6 | * version 2, as published by the Free Software Foundation. |
7 | under the terms and conditions of the GNU General Public License, | 7 | * |
8 | version 2, as published by the Free Software Foundation. | 8 | * This program is distributed in the hope it will be useful, but WITHOUT |
9 | 9 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | |
10 | This program is distributed in the hope it will be useful, but WITHOUT | 10 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for |
11 | ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | 11 | * more details. |
12 | FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | 12 | * |
13 | more details. | 13 | * You should have received a copy of the GNU General Public License along with |
14 | 14 | * this program; if not, see <http://www.gnu.org/licenses/>. | |
15 | You should have received a copy of the GNU General Public License along with | 15 | * |
16 | this program; if not, see <http://www.gnu.org/licenses/>. | 16 | * The full GNU General Public License is included in this distribution in |
17 | 17 | * the file called "COPYING". | |
18 | The full GNU General Public License is included in this distribution in | 18 | * |
19 | the file called "COPYING". | 19 | * Contact Information: |
20 | 20 | * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> | |
21 | Contact Information: | 21 | * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 |
22 | e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> | 22 | */ |
23 | Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 | ||
24 | |||
25 | *******************************************************************************/ | ||
26 | 23 | ||
27 | #include <linux/if_ether.h> | 24 | #include <linux/if_ether.h> |
28 | #include <linux/delay.h> | 25 | #include <linux/delay.h> |
diff --git a/drivers/net/ethernet/intel/igb/e1000_phy.h b/drivers/net/ethernet/intel/igb/e1000_phy.h index 4c2c36c46a73..fe921e29dda8 100644 --- a/drivers/net/ethernet/intel/igb/e1000_phy.h +++ b/drivers/net/ethernet/intel/igb/e1000_phy.h | |||
@@ -1,28 +1,25 @@ | |||
1 | /******************************************************************************* | 1 | /* Intel(R) Gigabit Ethernet Linux driver |
2 | 2 | * Copyright(c) 2007-2014 Intel Corporation. | |
3 | Intel(R) Gigabit Ethernet Linux driver | 3 | * |
4 | Copyright(c) 2007-2014 Intel Corporation. | 4 | * This program is free software; you can redistribute it and/or modify it |
5 | 5 | * under the terms and conditions of the GNU General Public License, | |
6 | This program is free software; you can redistribute it and/or modify it | 6 | * version 2, as published by the Free Software Foundation. |
7 | under the terms and conditions of the GNU General Public License, | 7 | * |
8 | version 2, as published by the Free Software Foundation. | 8 | * This program is distributed in the hope it will be useful, but WITHOUT |
9 | 9 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | |
10 | This program is distributed in the hope it will be useful, but WITHOUT | 10 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for |
11 | ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | 11 | * more details. |
12 | FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | 12 | * |
13 | more details. | 13 | * You should have received a copy of the GNU General Public License along with |
14 | 14 | * this program; if not, see <http://www.gnu.org/licenses/>. | |
15 | You should have received a copy of the GNU General Public License along with | 15 | * |
16 | this program; if not, see <http://www.gnu.org/licenses/>. | 16 | * The full GNU General Public License is included in this distribution in |
17 | 17 | * the file called "COPYING". | |
18 | The full GNU General Public License is included in this distribution in | 18 | * |
19 | the file called "COPYING". | 19 | * Contact Information: |
20 | 20 | * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> | |
21 | Contact Information: | 21 | * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 |
22 | e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> | 22 | */ |
23 | Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 | ||
24 | |||
25 | *******************************************************************************/ | ||
26 | 23 | ||
27 | #ifndef _E1000_PHY_H_ | 24 | #ifndef _E1000_PHY_H_ |
28 | #define _E1000_PHY_H_ | 25 | #define _E1000_PHY_H_ |
diff --git a/drivers/net/ethernet/intel/igb/e1000_regs.h b/drivers/net/ethernet/intel/igb/e1000_regs.h index 034e7c56dc43..833bbb948d97 100644 --- a/drivers/net/ethernet/intel/igb/e1000_regs.h +++ b/drivers/net/ethernet/intel/igb/e1000_regs.h | |||
@@ -1,28 +1,25 @@ | |||
1 | /******************************************************************************* | 1 | /* Intel(R) Gigabit Ethernet Linux driver |
2 | 2 | * Copyright(c) 2007-2014 Intel Corporation. | |
3 | Intel(R) Gigabit Ethernet Linux driver | 3 | * |
4 | Copyright(c) 2007-2014 Intel Corporation. | 4 | * This program is free software; you can redistribute it and/or modify it |
5 | 5 | * under the terms and conditions of the GNU General Public License, | |
6 | This program is free software; you can redistribute it and/or modify it | 6 | * version 2, as published by the Free Software Foundation. |
7 | under the terms and conditions of the GNU General Public License, | 7 | * |
8 | version 2, as published by the Free Software Foundation. | 8 | * This program is distributed in the hope it will be useful, but WITHOUT |
9 | 9 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | |
10 | This program is distributed in the hope it will be useful, but WITHOUT | 10 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for |
11 | ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | 11 | * more details. |
12 | FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | 12 | * |
13 | more details. | 13 | * You should have received a copy of the GNU General Public License along with |
14 | 14 | * this program; if not, see <http://www.gnu.org/licenses/>. | |
15 | You should have received a copy of the GNU General Public License along with | 15 | * |
16 | this program; if not, see <http://www.gnu.org/licenses/>. | 16 | * The full GNU General Public License is included in this distribution in |
17 | 17 | * the file called "COPYING". | |
18 | The full GNU General Public License is included in this distribution in | 18 | * |
19 | the file called "COPYING". | 19 | * Contact Information: |
20 | 20 | * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> | |
21 | Contact Information: | 21 | * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 |
22 | e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> | 22 | */ |
23 | Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 | ||
24 | |||
25 | *******************************************************************************/ | ||
26 | 23 | ||
27 | #ifndef _E1000_REGS_H_ | 24 | #ifndef _E1000_REGS_H_ |
28 | #define _E1000_REGS_H_ | 25 | #define _E1000_REGS_H_ |
diff --git a/drivers/net/ethernet/intel/igb/igb.h b/drivers/net/ethernet/intel/igb/igb.h index 77f16121d248..06102d1f7c03 100644 --- a/drivers/net/ethernet/intel/igb/igb.h +++ b/drivers/net/ethernet/intel/igb/igb.h | |||
@@ -1,29 +1,25 @@ | |||
1 | /******************************************************************************* | 1 | /* Intel(R) Gigabit Ethernet Linux driver |
2 | 2 | * Copyright(c) 2007-2014 Intel Corporation. | |
3 | Intel(R) Gigabit Ethernet Linux driver | 3 | * |
4 | Copyright(c) 2007-2014 Intel Corporation. | 4 | * This program is free software; you can redistribute it and/or modify it |
5 | 5 | * under the terms and conditions of the GNU General Public License, | |
6 | This program is free software; you can redistribute it and/or modify it | 6 | * version 2, as published by the Free Software Foundation. |
7 | under the terms and conditions of the GNU General Public License, | 7 | * |
8 | version 2, as published by the Free Software Foundation. | 8 | * This program is distributed in the hope it will be useful, but WITHOUT |
9 | 9 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | |
10 | This program is distributed in the hope it will be useful, but WITHOUT | 10 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for |
11 | ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | 11 | * more details. |
12 | FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | 12 | * |
13 | more details. | 13 | * You should have received a copy of the GNU General Public License along with |
14 | 14 | * this program; if not, see <http://www.gnu.org/licenses/>. | |
15 | You should have received a copy of the GNU General Public License along with | 15 | * |
16 | this program; if not, see <http://www.gnu.org/licenses/>. | 16 | * The full GNU General Public License is included in this distribution in |
17 | 17 | * the file called "COPYING". | |
18 | The full GNU General Public License is included in this distribution in | 18 | * |
19 | the file called "COPYING". | 19 | * Contact Information: |
20 | 20 | * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> | |
21 | Contact Information: | 21 | * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 |
22 | e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> | 22 | */ |
23 | Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 | ||
24 | |||
25 | *******************************************************************************/ | ||
26 | |||
27 | 23 | ||
28 | /* Linux PRO/1000 Ethernet Driver main header file */ | 24 | /* Linux PRO/1000 Ethernet Driver main header file */ |
29 | 25 | ||
diff --git a/drivers/net/ethernet/intel/igb/igb_ethtool.c b/drivers/net/ethernet/intel/igb/igb_ethtool.c index 8ef9e287da5d..794d66bb1ba8 100644 --- a/drivers/net/ethernet/intel/igb/igb_ethtool.c +++ b/drivers/net/ethernet/intel/igb/igb_ethtool.c | |||
@@ -1,28 +1,25 @@ | |||
1 | /******************************************************************************* | 1 | /* Intel(R) Gigabit Ethernet Linux driver |
2 | 2 | * Copyright(c) 2007-2014 Intel Corporation. | |
3 | Intel(R) Gigabit Ethernet Linux driver | 3 | * |
4 | Copyright(c) 2007-2014 Intel Corporation. | 4 | * This program is free software; you can redistribute it and/or modify it |
5 | 5 | * under the terms and conditions of the GNU General Public License, | |
6 | This program is free software; you can redistribute it and/or modify it | 6 | * version 2, as published by the Free Software Foundation. |
7 | under the terms and conditions of the GNU General Public License, | 7 | * |
8 | version 2, as published by the Free Software Foundation. | 8 | * This program is distributed in the hope it will be useful, but WITHOUT |
9 | 9 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | |
10 | This program is distributed in the hope it will be useful, but WITHOUT | 10 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for |
11 | ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | 11 | * more details. |
12 | FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | 12 | * |
13 | more details. | 13 | * You should have received a copy of the GNU General Public License along with |
14 | 14 | * this program; if not, see <http://www.gnu.org/licenses/>. | |
15 | You should have received a copy of the GNU General Public License along with | 15 | * |
16 | this program; if not, see <http://www.gnu.org/licenses/>. | 16 | * The full GNU General Public License is included in this distribution in |
17 | 17 | * the file called "COPYING". | |
18 | The full GNU General Public License is included in this distribution in | 18 | * |
19 | the file called "COPYING". | 19 | * Contact Information: |
20 | 20 | * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> | |
21 | Contact Information: | 21 | * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 |
22 | e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> | 22 | */ |
23 | Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 | ||
24 | |||
25 | *******************************************************************************/ | ||
26 | 23 | ||
27 | /* ethtool support for igb */ | 24 | /* ethtool support for igb */ |
28 | 25 | ||
diff --git a/drivers/net/ethernet/intel/igb/igb_hwmon.c b/drivers/net/ethernet/intel/igb/igb_hwmon.c index 8333f67acf96..44b6a68f1af7 100644 --- a/drivers/net/ethernet/intel/igb/igb_hwmon.c +++ b/drivers/net/ethernet/intel/igb/igb_hwmon.c | |||
@@ -1,28 +1,25 @@ | |||
1 | /******************************************************************************* | 1 | /* Intel(R) Gigabit Ethernet Linux driver |
2 | 2 | * Copyright(c) 2007-2014 Intel Corporation. | |
3 | Intel(R) Gigabit Ethernet Linux driver | 3 | * |
4 | Copyright(c) 2007-2014 Intel Corporation. | 4 | * This program is free software; you can redistribute it and/or modify it |
5 | 5 | * under the terms and conditions of the GNU General Public License, | |
6 | This program is free software; you can redistribute it and/or modify it | 6 | * version 2, as published by the Free Software Foundation. |
7 | under the terms and conditions of the GNU General Public License, | 7 | * |
8 | version 2, as published by the Free Software Foundation. | 8 | * This program is distributed in the hope it will be useful, but WITHOUT |
9 | 9 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | |
10 | This program is distributed in the hope it will be useful, but WITHOUT | 10 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for |
11 | ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | 11 | * more details. |
12 | FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | 12 | * |
13 | more details. | 13 | * You should have received a copy of the GNU General Public License along with |
14 | 14 | * this program; if not, see <http://www.gnu.org/licenses/>. | |
15 | You should have received a copy of the GNU General Public License along with | 15 | * |
16 | this program; if not, see <http://www.gnu.org/licenses/>. | 16 | * The full GNU General Public License is included in this distribution in |
17 | 17 | * the file called "COPYING". | |
18 | The full GNU General Public License is included in this distribution in | 18 | * |
19 | the file called "COPYING". | 19 | * Contact Information: |
20 | 20 | * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> | |
21 | Contact Information: | 21 | * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 |
22 | e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> | 22 | */ |
23 | Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 | ||
24 | |||
25 | *******************************************************************************/ | ||
26 | 23 | ||
27 | #include "igb.h" | 24 | #include "igb.h" |
28 | #include "e1000_82575.h" | 25 | #include "e1000_82575.h" |
diff --git a/drivers/net/ethernet/intel/igb/igb_main.c b/drivers/net/ethernet/intel/igb/igb_main.c index 50cfe7db3b12..299ac1415146 100644 --- a/drivers/net/ethernet/intel/igb/igb_main.c +++ b/drivers/net/ethernet/intel/igb/igb_main.c | |||
@@ -1,28 +1,25 @@ | |||
1 | /******************************************************************************* | 1 | /* Intel(R) Gigabit Ethernet Linux driver |
2 | 2 | * Copyright(c) 2007-2014 Intel Corporation. | |
3 | Intel(R) Gigabit Ethernet Linux driver | 3 | * |
4 | Copyright(c) 2007-2014 Intel Corporation. | 4 | * This program is free software; you can redistribute it and/or modify it |
5 | 5 | * under the terms and conditions of the GNU General Public License, | |
6 | This program is free software; you can redistribute it and/or modify it | 6 | * version 2, as published by the Free Software Foundation. |
7 | under the terms and conditions of the GNU General Public License, | 7 | * |
8 | version 2, as published by the Free Software Foundation. | 8 | * This program is distributed in the hope it will be useful, but WITHOUT |
9 | 9 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | |
10 | This program is distributed in the hope it will be useful, but WITHOUT | 10 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for |
11 | ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | 11 | * more details. |
12 | FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | 12 | * |
13 | more details. | 13 | * You should have received a copy of the GNU General Public License along with |
14 | 14 | * this program; if not, see <http://www.gnu.org/licenses/>. | |
15 | You should have received a copy of the GNU General Public License along with | 15 | * |
16 | this program; if not, see <http://www.gnu.org/licenses/>. | 16 | * The full GNU General Public License is included in this distribution in |
17 | 17 | * the file called "COPYING". | |
18 | The full GNU General Public License is included in this distribution in | 18 | * |
19 | the file called "COPYING". | 19 | * Contact Information: |
20 | 20 | * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> | |
21 | Contact Information: | 21 | * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 |
22 | e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> | 22 | */ |
23 | Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 | ||
24 | |||
25 | *******************************************************************************/ | ||
26 | 23 | ||
27 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt | 24 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt |
28 | 25 | ||
@@ -1285,8 +1282,7 @@ static int igb_alloc_q_vector(struct igb_adapter *adapter, | |||
1285 | if (adapter->hw.mac.type >= e1000_82576) | 1282 | if (adapter->hw.mac.type >= e1000_82576) |
1286 | set_bit(IGB_RING_FLAG_RX_SCTP_CSUM, &ring->flags); | 1283 | set_bit(IGB_RING_FLAG_RX_SCTP_CSUM, &ring->flags); |
1287 | 1284 | ||
1288 | /* | 1285 | /* On i350, i354, i210, and i211, loopback VLAN packets |
1289 | * On i350, i354, i210, and i211, loopback VLAN packets | ||
1290 | * have the tag byte-swapped. | 1286 | * have the tag byte-swapped. |
1291 | */ | 1287 | */ |
1292 | if (adapter->hw.mac.type >= e1000_i350) | 1288 | if (adapter->hw.mac.type >= e1000_i350) |
@@ -2528,7 +2524,8 @@ static int igb_probe(struct pci_dev *pdev, const struct pci_device_id *ent) | |||
2528 | } | 2524 | } |
2529 | 2525 | ||
2530 | /* let the f/w know that the h/w is now under the control of the | 2526 | /* let the f/w know that the h/w is now under the control of the |
2531 | * driver. */ | 2527 | * driver. |
2528 | */ | ||
2532 | igb_get_hw_control(adapter); | 2529 | igb_get_hw_control(adapter); |
2533 | 2530 | ||
2534 | strcpy(netdev->name, "eth%d"); | 2531 | strcpy(netdev->name, "eth%d"); |