hc
2024-05-10 23fa18eaa71266feff7ba8d83022d9e1cc83c65a
kernel/drivers/net/ethernet/atheros/atlx/atl2.h
....@@ -1,3 +1,4 @@
1
+/* SPDX-License-Identifier: GPL-2.0-or-later */
12 /* atl2.h -- atl2 driver definitions
23 *
34 * Copyright(c) 2007 Atheros Corporation. All rights reserved.
....@@ -6,20 +7,6 @@
67 *
78 * Derived from Intel e1000 driver
89 * Copyright(c) 1999 - 2005 Intel Corporation. All rights reserved.
9
- *
10
- * This program is free software; you can redistribute it and/or modify it
11
- * under the terms of the GNU General Public License as published by the Free
12
- * Software Foundation; either version 2 of the License, or (at your option)
13
- * any later version.
14
- *
15
- * This program is distributed in the hope that it will be useful, but WITHOUT
16
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
17
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
18
- * more details.
19
- *
20
- * You should have received a copy of the GNU General Public License along with
21
- * this program; if not, write to the Free Software Foundation, Inc., 59
22
- * Temple Place - Suite 330, Boston, MA 02111-1307, USA.
2310 */
2411
2512 #ifndef _ATL2_H_
....@@ -260,7 +247,7 @@
260247 unsigned multi_col:1;
261248 unsigned late_col:1;
262249 unsigned abort_col:1;
263
- unsigned underun:1; /* current packet is aborted
250
+ unsigned underrun:1; /* current packet is aborted
264251 * due to txram underrun */
265252 unsigned:3; /* reserved */
266253 unsigned update:1; /* always 1'b1 in tx_status_buf */