diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2018-03-14 22:15:16 +0100 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2018-03-20 14:23:27 +0100 |
commit | 99bfce5db9c071800bdc7e9658a68e6d11aeecf6 (patch) | |
tree | 550e9d9c0843ee9fa40e1b24a5b8dccbed445318 /kernel/irq/handle.c | |
parent | 83ac4ca943affce56a2c408ddb2f5232f478fb11 (diff) | |
download | linux-99bfce5db9c071800bdc7e9658a68e6d11aeecf6.tar.bz2 |
genirq: Cleanup top of file comments
Remove pointless references to the file name itself and condense the
information so it wastes less space.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Marc Zyngier <marc.zyngier@arm.com>
Cc: Kate Stewart <kstewart@linuxfoundation.org>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Philippe Ombredanne <pombredanne@nexb.com>
Link: https://lkml.kernel.org/r/20180314212030.412095827@linutronix.de
Diffstat (limited to 'kernel/irq/handle.c')
-rw-r--r-- | kernel/irq/handle.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/kernel/irq/handle.c b/kernel/irq/handle.c index 3570c715c3e7..1bf69b6571a3 100644 --- a/kernel/irq/handle.c +++ b/kernel/irq/handle.c @@ -1,12 +1,9 @@ /* - * linux/kernel/irq/handle.c - * * Copyright (C) 1992, 1998-2006 Linus Torvalds, Ingo Molnar * Copyright (C) 2005-2006, Thomas Gleixner, Russell King * - * This file contains the core interrupt handling code. - * - * Detailed information is available in Documentation/core-api/genericirq.rst + * This file contains the core interrupt handling code. Detailed + * information is available in Documentation/core-api/genericirq.rst * */ |