Skip to content

Commit

Permalink
genirq: Cleanup top of file comments
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Thomas Gleixner committed Mar 20, 2018
1 parent 83ac4ca commit 99bfce5
Show file tree
Hide file tree
Showing 12 changed files with 7 additions and 32 deletions.
2 changes: 0 additions & 2 deletions kernel/irq/autoprobe.c
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
9 changes: 3 additions & 6 deletions kernel/irq/chip.c
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
/*
* linux/kernel/irq/chip.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, for irq-chip
* based architectures.
*
* Detailed information is available in Documentation/core-api/genericirq.rst
* This file contains the core interrupt handling code, for irq-chip based
* architectures. Detailed information is available in
* Documentation/core-api/genericirq.rst
*/

#include <linux/irq.h>
Expand Down
7 changes: 2 additions & 5 deletions kernel/irq/handle.c
Original file line number Diff line number Diff line change
@@ -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
*
*/

Expand Down
2 changes: 0 additions & 2 deletions kernel/irq/ipi.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
/*
* linux/kernel/irq/ipi.c
*
* Copyright (C) 2015 Imagination Technologies Ltd
* Author: Qais Yousef <qais.yousef@imgtec.com>
*
Expand Down
5 changes: 2 additions & 3 deletions kernel/irq/irqdesc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 0 additions & 2 deletions kernel/irq/manage.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
/*
* linux/kernel/irq/manage.c
*
* Copyright (C) 1992, 1998-2006 Linus Torvalds, Ingo Molnar
* Copyright (C) 2005-2006 Thomas Gleixner
*
Expand Down
2 changes: 0 additions & 2 deletions kernel/irq/msi.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
/*
* linux/kernel/irq/msi.c
*
* Copyright (C) 2014 Intel Corp.
* Author: Jiang Liu <jiang.liu@linux.intel.com>
*
Expand Down
2 changes: 0 additions & 2 deletions kernel/irq/pm.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
/*
* linux/kernel/irq/pm.c
*
* Copyright (C) 2009 Rafael J. Wysocki <rjw@sisk.pl>, Novell Inc.
*
* This file contains power management functions related to interrupts.
Expand Down
2 changes: 0 additions & 2 deletions kernel/irq/proc.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// SPDX-License-Identifier: GPL-2.0
/*
* linux/kernel/irq/proc.c
*
* Copyright (C) 1992, 1998-2004 Linus Torvalds, Ingo Molnar
*
* This file contains the /proc/irq/ handling code.
Expand Down
2 changes: 0 additions & 2 deletions kernel/irq/resend.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// SPDX-License-Identifier: GPL-2.0
/*
* linux/kernel/irq/resend.c
*
* Copyright (C) 1992, 1998-2006 Linus Torvalds, Ingo Molnar
* Copyright (C) 2005-2006, Thomas Gleixner
*
Expand Down
2 changes: 0 additions & 2 deletions kernel/irq/spurious.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// SPDX-License-Identifier: GPL-2.0
/*
* linux/kernel/irq/spurious.c
*
* Copyright (C) 1992, 1998-2004 Linus Torvalds, Ingo Molnar
*
* This file contains spurious interrupt handling.
Expand Down
2 changes: 0 additions & 2 deletions kernel/irq/timings.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
/*
* linux/kernel/irq/timings.c
*
* Copyright (C) 2016, Linaro Ltd - Daniel Lezcano <daniel.lezcano@linaro.org>
*
* This program is free software; you can redistribute it and/or modify
Expand Down

0 comments on commit 99bfce5

Please sign in to comment.