aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/irq/pm.c
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2018-03-14 17:15:16 -0400
committerThomas Gleixner <tglx@linutronix.de>2018-03-20 09:23:27 -0400
commit99bfce5db9c071800bdc7e9658a68e6d11aeecf6 (patch)
tree550e9d9c0843ee9fa40e1b24a5b8dccbed445318 /kernel/irq/pm.c
parent83ac4ca943affce56a2c408ddb2f5232f478fb11 (diff)
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/pm.c')
-rw-r--r--kernel/irq/pm.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/kernel/irq/pm.c b/kernel/irq/pm.c
index 6bd9b58429cc..474d3fa32a28 100644
--- a/kernel/irq/pm.c
+++ b/kernel/irq/pm.c
@@ -1,6 +1,4 @@
1/* 1/*
2 * linux/kernel/irq/pm.c
3 *
4 * Copyright (C) 2009 Rafael J. Wysocki <rjw@sisk.pl>, Novell Inc. 2 * Copyright (C) 2009 Rafael J. Wysocki <rjw@sisk.pl>, Novell Inc.
5 * 3 *
6 * This file contains power management functions related to interrupts. 4 * This file contains power management functions related to interrupts.