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/irqdesc.c | |
parent | 83ac4ca943affce56a2c408ddb2f5232f478fb11 (diff) | |
download | linux-99bfce5db9c071800bdc7e9658a68e6d11aeecf6.tar.gz linux-99bfce5db9c071800bdc7e9658a68e6d11aeecf6.tar.bz2 linux-99bfce5db9c071800bdc7e9658a68e6d11aeecf6.zip |
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/irqdesc.c')
-rw-r--r-- | kernel/irq/irqdesc.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/kernel/irq/irqdesc.c b/kernel/irq/irqdesc.c index d9ded088d336..55515cce1cc2 100644 --- a/kernel/irq/irqdesc.c +++ b/kernel/irq/irqdesc.c @@ -2,9 +2,8 @@ * Copyright (C) 1992, 1998-2006 Linus Torvalds, Ingo Molnar * Copyright (C) 2005-2006, Thomas Gleixner, Russell King * - * This file contains the interrupt descriptor management code - * - * Detailed information is available in Documentation/core-api/genericirq.rst + * This file contains the interrupt descriptor management code. Detailed + * information is available in Documentation/core-api/genericirq.rst * */ #include <linux/irq.h> |