MIPS: Eleminate filenames from comments
They tend to get not updated when files are moved around or copied and lack any obvious use. While at it zap some only too obvious comments and as per Shinya's suggestion, add a copyright header to extable.c. Signed-off-by: Ralf Baechle <ralf@linux-mips.org> Acked-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com> Acked-by: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
/*
|
||||
* linux/arch/mips/dec/ecc-berr.c
|
||||
*
|
||||
* Bus error event handling code for systems equipped with ECC
|
||||
* handling logic, i.e. DECstation/DECsystem 5000/200 (KN02),
|
||||
* 5000/240 (KN03), 5000/260 (KN05) and DECsystem 5900 (KN03),
|
||||
|
@@ -1,6 +1,4 @@
|
||||
/*
|
||||
* arch/mips/dec/int-handler.S
|
||||
*
|
||||
* Copyright (C) 1995, 1996, 1997 Paul M. Antoine and Harald Koerfgen
|
||||
* Copyright (C) 2000, 2001, 2002, 2003, 2005 Maciej W. Rozycki
|
||||
*
|
||||
|
@@ -1,6 +1,4 @@
|
||||
/*
|
||||
* linux/arch/mips/dec/ioasic-irq.c
|
||||
*
|
||||
* DEC I/O ASIC interrupts.
|
||||
*
|
||||
* Copyright (c) 2002, 2003 Maciej W. Rozycki
|
||||
|
@@ -1,6 +1,4 @@
|
||||
/*
|
||||
* linux/arch/mips/dec/kn01-berr.c
|
||||
*
|
||||
* Bus error event handling code for DECstation/DECsystem 3100
|
||||
* and 2100 (KN01) systems equipped with parity error detection
|
||||
* logic.
|
||||
|
@@ -1,6 +1,4 @@
|
||||
/*
|
||||
* linux/arch/mips/dec/kn02-irq.c
|
||||
*
|
||||
* DECstation 5000/200 (KN02) Control and Status Register
|
||||
* interrupts.
|
||||
*
|
||||
|
@@ -1,6 +1,4 @@
|
||||
/*
|
||||
* linux/arch/mips/dec/kn02xa-berr.c
|
||||
*
|
||||
* Bus error event handling code for 5000-series systems equipped
|
||||
* with parity error detection logic, i.e. DECstation/DECsystem
|
||||
* 5000/120, /125, /133 (KN02-BA), 5000/150 (KN04-BA) and Personal
|
||||
|
@@ -1,6 +1,4 @@
|
||||
/*
|
||||
* arch/mips/dec/prom/call_o32.S
|
||||
*
|
||||
* O32 interface for the 64 (or N32) ABI.
|
||||
*
|
||||
* Copyright (C) 2002 Maciej W. Rozycki
|
||||
|
@@ -1,6 +1,4 @@
|
||||
/*
|
||||
* arch/mips/dec/prom/console.c
|
||||
*
|
||||
* DECstation PROM-based early console support.
|
||||
*
|
||||
* Copyright (C) 2004, 2007 Maciej W. Rozycki
|
||||
|
@@ -1,6 +1,4 @@
|
||||
/*
|
||||
* linux/arch/mips/dec/time.c
|
||||
*
|
||||
* Copyright (C) 1991, 1992, 1995 Linus Torvalds
|
||||
* Copyright (C) 2000, 2003 Maciej W. Rozycki
|
||||
*
|
||||
|
Reference in New Issue
Block a user