diff options
Diffstat (limited to 'drivers/tty/n_tracerouter.c')
-rw-r--r-- | drivers/tty/n_tracerouter.c | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/drivers/tty/n_tracerouter.c b/drivers/tty/n_tracerouter.c index ac5716979bc1..4479af4d2fa5 100644 --- a/drivers/tty/n_tracerouter.c +++ b/drivers/tty/n_tracerouter.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0 | ||
1 | /* | 2 | /* |
2 | * n_tracerouter.c - Trace data router through tty space | 3 | * n_tracerouter.c - Trace data router through tty space |
3 | * | 4 | * |
@@ -5,17 +6,6 @@ | |||
5 | * | 6 | * |
6 | * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | 7 | * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
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 version 2 | ||
10 | * as published by the Free Software Foundation. | ||
11 | * | ||
12 | * This program is distributed in the hope that it will be useful, | ||
13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
15 | * GNU General Public License for more details. | ||
16 | * | ||
17 | * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
18 | * | ||
19 | * This trace router uses the Linux line discipline framework to route | 9 | * This trace router uses the Linux line discipline framework to route |
20 | * trace data coming from a HW Modem to a PTI (Parallel Trace Module) port. | 10 | * trace data coming from a HW Modem to a PTI (Parallel Trace Module) port. |
21 | * The solution is not specific to a HW modem and this line disciple can | 11 | * The solution is not specific to a HW modem and this line disciple can |