Skip to content

Commit 99edb3d

Browse files
Jovi Zhanggregkh
authored andcommitted
tty: remove invalid location line in file header
remove invalid location line in each file header after location moved from driver/char to driver/tty Signed-off-by: Jovi Zhang <bookjovi@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
1 parent 6f5c24a commit 99edb3d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+11
-114
lines changed

drivers/tty/amiserial.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
/*
2-
* linux/drivers/char/amiserial.c
3-
*
42
* Serial driver for the amiga builtin port.
53
*
64
* This code was created by taking serial.c version 4.30 from kernel

drivers/tty/cyclades.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
#undef Z_EXT_CHARS_IN_BUFFER
44

55
/*
6-
* linux/drivers/char/cyclades.c
7-
*
86
* This file contains the driver for the Cyclades async multiport
97
* serial boards.
108
*

drivers/tty/ipwireless/Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
#
2-
# drivers/char/pcmcia/ipwireless/Makefile
3-
#
42
# Makefile for the IPWireless driver
53
#
64

drivers/tty/pty.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
/*
2-
* linux/drivers/char/pty.c
3-
*
42
* Copyright (C) 1991, 1992 Linus Torvalds
53
*
64
* Added support for a Unix98-style ptmx device.

drivers/tty/serial/21285.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
/*
2-
* linux/drivers/serial/21285.c
3-
*
42
* Driver for the serial port on the 21285 StrongArm-110 core logic chip.
53
*
64
* Based on drivers/char/serial.c

drivers/tty/serial/8250.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
/*
2-
* linux/drivers/char/8250.c
3-
*
42
* Driver for 8250/16550-type serial ports
53
*
64
* Based on drivers/char/serial.c, by Linus Torvalds, Theodore Ts'o.

drivers/tty/serial/8250.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
/*
2-
* linux/drivers/char/8250.h
3-
*
42
* Driver for 8250/16550-type serial ports
53
*
64
* Based on drivers/char/serial.c, by Linus Torvalds, Theodore Ts'o.

drivers/tty/serial/8250_accent.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
/*
2-
* linux/drivers/serial/8250_accent.c
3-
*
42
* Copyright (C) 2005 Russell King.
53
* Data taken from include/asm-i386/serial.h
64
*

drivers/tty/serial/8250_boca.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
/*
2-
* linux/drivers/serial/8250_boca.c
3-
*
42
* Copyright (C) 2005 Russell King.
53
* Data taken from include/asm-i386/serial.h
64
*

drivers/tty/serial/8250_exar_st16c554.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
/*
2-
* linux/drivers/serial/8250_exar.c
3-
*
42
* Written by Paul B Schroeder < pschroeder "at" uplogix "dot" com >
53
* Based on 8250_boca.
64
*

0 commit comments

Comments
 (0)