.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
---|
1 | 2 | /****************************************************************************** |
---|
2 | 3 | * |
---|
3 | 4 | * (C)Copyright 1998,1999 SysKonnect, |
---|
.. | .. |
---|
5 | 6 | * |
---|
6 | 7 | * See the file "skfddi.c" for further information. |
---|
7 | 8 | * |
---|
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 | | - * |
---|
13 | 9 | * The information in this file is provided "AS IS" without warranty. |
---|
14 | 10 | * |
---|
15 | 11 | ******************************************************************************/ |
---|
16 | | - |
---|
17 | | -#ifndef lint |
---|
18 | | -static char const ID_sccs[] = "@(#)hwmtm.c 1.40 99/05/31 (C) SK" ; |
---|
19 | | -#endif |
---|
20 | 12 | |
---|
21 | 13 | #define HWMTM |
---|
22 | 14 | |
---|
.. | .. |
---|
1206 | 1198 | } |
---|
1207 | 1199 | /* |
---|
1208 | 1200 | * SUPERNET 3 Bug: FORMAC delivers status words |
---|
1209 | | - * of aborded frames to the BMU |
---|
| 1201 | + * of aborted frames to the BMU |
---|
1210 | 1202 | */ |
---|
1211 | 1203 | if (len <= 4) { |
---|
1212 | 1204 | DB_RX(2, "Frame length = 0"); |
---|
.. | .. |
---|
1343 | 1335 | break ; |
---|
1344 | 1336 | default : |
---|
1345 | 1337 | /* |
---|
1346 | | - * unknown FC abord the frame |
---|
| 1338 | + * unknown FC abort the frame |
---|
1347 | 1339 | */ |
---|
1348 | 1340 | DB_RX(2, "unknown FC error"); |
---|
1349 | 1341 | smt_free_mbuf(smc,mb) ; |
---|