]> git.baikalelectronics.ru Git - kernel.git/commit
genirq: Fix handle_bad_irq kerneldoc comment
authorArnd Bergmann <arnd@arndb.de>
Tue, 6 Oct 2015 20:59:40 +0000 (22:59 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Fri, 9 Oct 2015 15:17:30 +0000 (17:17 +0200)
commit64fbb74428289d8067672c3a39f6278f5a4d5c2d
tree4b6ebdde1ea36bf9811ea2d42127d7fb74226501
parent2fb0d66c803e9363306b77e48f6895c6d803e043
genirq: Fix handle_bad_irq kerneldoc comment

A recent cleanup removed the 'irq' parameter from many functions, but
left the documentation for this in place for at least one function.

This removes it.

Fixes: 5d5d15c4beb7 ("genirq: Remove irq argument from irq flow handlers")
Reported-by: kbuild test robot <lkp@intel.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Cc: Grygorii Strashko <grygorii.strashko@ti.com>
Cc: Tony Lindgren <tony@atomide.com>
Cc: Linus Walleij <linus.walleij@linaro.org>
Cc: kbuild-all@01.org
Cc: Austin Schuh <austin@peloton-tech.com>
Cc: Santosh Shilimkar <ssantosh@kernel.org>
Cc: linux-arm-kernel@lists.infradead.org
Link: http://lkml.kernel.org/r/5400000.cD19rmgWjV@wuerfel
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
kernel/irq/handle.c