summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-orion/irq.c
diff options
context:
space:
mode:
authorLennert Buytenhek2008-03-27 19:51:41 +0100
committerNicolas Pitre2008-03-27 19:51:41 +0100
commit159ffb3a04f6bc619643af680df406faafd0199d (patch)
tree45d76928836065a3207c15e5bc2037b186213ace /arch/arm/mach-orion/irq.c
parentOrion: enable access to local config space (diff)
downloadkernel-qcow2-linux-159ffb3a04f6bc619643af680df406faafd0199d.tar.gz
kernel-qcow2-linux-159ffb3a04f6bc619643af680df406faafd0199d.tar.xz
kernel-qcow2-linux-159ffb3a04f6bc619643af680df406faafd0199d.zip
Orion: general cleanup
Various Orion cleanups: - Unify GPL license banner format across all files. - Unify naming of .h double inclusion guard preprocessor macros. - Unify spelling of "PCIe" (variants seen: PCIE, PCIe, PCI-EX.) - Various typo fixes. - Remove __init attributes from prototypes declared in headers. - Remove trailing comments from #endif statements. - Mark a couple of locally-used-only structs static. Signed-off-by: Lennert Buytenhek <buytenh@marvell.com> Reviewed-by: Tzachi Perelstein <tzachi@marvell.com> Acked-by: Russell King <rmk+kernel@arm.linux.org.uk> Signed-off-by: Nicolas Pitre <nico@marvell.com>
Diffstat (limited to 'arch/arm/mach-orion/irq.c')
-rw-r--r--arch/arm/mach-orion/irq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-orion/irq.c b/arch/arm/mach-orion/irq.c
index dc8cb15a817f..7033cc1360ec 100644
--- a/arch/arm/mach-orion/irq.c
+++ b/arch/arm/mach-orion/irq.c
@@ -6,7 +6,7 @@
* Maintainer: Tzachi Perelstein <tzachi@marvell.com>
*
* This file is licensed under the terms of the GNU General Public
- * License version 2. This program is licensed "as is" without any
+ * License version 2. This program is licensed "as is" without any
* warranty of any kind, whether express or implied.
*/