hc
2023-12-06 08f87f769b595151be1afeff53e144f543faa614
kernel/drivers/net/fddi/skfp/hwmtm.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /******************************************************************************
23 *
34 * (C)Copyright 1998,1999 SysKonnect,
....@@ -5,18 +6,9 @@
56 *
67 * See the file "skfddi.c" for further information.
78 *
8
- * This program is free software; you can redistribute it and/or modify
9
- * it under the terms of the GNU General Public License as published by
10
- * the Free Software Foundation; either version 2 of the License, or
11
- * (at your option) any later version.
12
- *
139 * The information in this file is provided "AS IS" without warranty.
1410 *
1511 ******************************************************************************/
16
-
17
-#ifndef lint
18
-static char const ID_sccs[] = "@(#)hwmtm.c 1.40 99/05/31 (C) SK" ;
19
-#endif
2012
2113 #define HWMTM
2214
....@@ -1206,7 +1198,7 @@
12061198 }
12071199 /*
12081200 * SUPERNET 3 Bug: FORMAC delivers status words
1209
- * of aborded frames to the BMU
1201
+ * of aborted frames to the BMU
12101202 */
12111203 if (len <= 4) {
12121204 DB_RX(2, "Frame length = 0");
....@@ -1343,7 +1335,7 @@
13431335 break ;
13441336 default :
13451337 /*
1346
- * unknown FC abord the frame
1338
+ * unknown FC abort the frame
13471339 */
13481340 DB_RX(2, "unknown FC error");
13491341 smt_free_mbuf(smc,mb) ;