aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/irq/autoprobe.c
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2018-03-14 22:15:16 +0100
committerThomas Gleixner <tglx@linutronix.de>2018-03-20 14:23:27 +0100
commit99bfce5db9c071800bdc7e9658a68e6d11aeecf6 (patch)
tree550e9d9c0843ee9fa40e1b24a5b8dccbed445318 /kernel/irq/autoprobe.c
parentgenirq: Pass desc to __irq_free instead of irq number (diff)
downloadlinux-dev-99bfce5db9c071800bdc7e9658a68e6d11aeecf6.tar.xz
linux-dev-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/autoprobe.c')
-rw-r--r--kernel/irq/autoprobe.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/kernel/irq/autoprobe.c b/kernel/irq/autoprobe.c
index 8c82ea26e837..16cbf6beb276 100644
--- a/kernel/irq/autoprobe.c
+++ b/kernel/irq/autoprobe.c
@@ -1,7 +1,5 @@
// SPDX-License-Identifier: GPL-2.0
/*
- * linux/kernel/irq/autoprobe.c
- *
* Copyright (C) 1992, 1998-2004 Linus Torvalds, Ingo Molnar
*
* This file contains the interrupt probing code and driver APIs.