diff options
Diffstat (limited to 'drivers/tty/n_hdlc.c')
-rw-r--r-- | drivers/tty/n_hdlc.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/tty/n_hdlc.c b/drivers/tty/n_hdlc.c index 7b2a466616d6..eea7b6cb3cc4 100644 --- a/drivers/tty/n_hdlc.c +++ b/drivers/tty/n_hdlc.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-1.0+ | ||
1 | /* generic HDLC line discipline for Linux | 2 | /* generic HDLC line discipline for Linux |
2 | * | 3 | * |
3 | * Written by Paul Fulghum paulkf@microgate.com | 4 | * Written by Paul Fulghum paulkf@microgate.com |
@@ -11,8 +12,6 @@ | |||
11 | * | 12 | * |
12 | * Original release 01/11/99 | 13 | * Original release 01/11/99 |
13 | * | 14 | * |
14 | * This code is released under the GNU General Public License (GPL) | ||
15 | * | ||
16 | * This module implements the tty line discipline N_HDLC for use with | 15 | * This module implements the tty line discipline N_HDLC for use with |
17 | * tty device drivers that support bit-synchronous HDLC communications. | 16 | * tty device drivers that support bit-synchronous HDLC communications. |
18 | * | 17 | * |