All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] IRQ: remove irqfixup MODULE_PARM_DESC
@ 2009-07-30 22:02 Jiri Slaby
  2009-08-04 15:33 ` [tip:irq/core] irq: Clean up by removing irqfixup MODULE_PARM_DESC() tip-bot for Jiri Slaby
  0 siblings, 1 reply; 2+ messages in thread
From: Jiri Slaby @ 2009-07-30 22:02 UTC (permalink / raw)
  To: mingo; +Cc: x86, linux-kernel, Jiri Slaby

It's wrong (the parm takes no arguments) and compile-time wiped
away anyway (due to !MODULE).

Impact: cleanup

Signed-off-by: Jiri Slaby <jirislaby@gmail.com>
---
 kernel/irq/spurious.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/kernel/irq/spurious.c b/kernel/irq/spurious.c
index 4d56829..114e704 100644
--- a/kernel/irq/spurious.c
+++ b/kernel/irq/spurious.c
@@ -297,7 +297,6 @@ static int __init irqfixup_setup(char *str)
 
 __setup("irqfixup", irqfixup_setup);
 module_param(irqfixup, int, 0644);
-MODULE_PARM_DESC("irqfixup", "0: No fixup, 1: irqfixup mode, 2: irqpoll mode");
 
 static int __init irqpoll_setup(char *str)
 {
-- 
1.6.3.3


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [tip:irq/core] irq: Clean up by removing irqfixup MODULE_PARM_DESC()
  2009-07-30 22:02 [PATCH 1/1] IRQ: remove irqfixup MODULE_PARM_DESC Jiri Slaby
@ 2009-08-04 15:33 ` tip-bot for Jiri Slaby
  0 siblings, 0 replies; 2+ messages in thread
From: tip-bot for Jiri Slaby @ 2009-08-04 15:33 UTC (permalink / raw)
  To: linux-tip-commits; +Cc: linux-kernel, hpa, mingo, jirislaby, tglx, mingo

Commit-ID:  990a55eb25d9698d61352264cc43f3a9c04cce90
Gitweb:     http://git.kernel.org/tip/990a55eb25d9698d61352264cc43f3a9c04cce90
Author:     Jiri Slaby <jirislaby@gmail.com>
AuthorDate: Fri, 31 Jul 2009 00:02:06 +0200
Committer:  Ingo Molnar <mingo@elte.hu>
CommitDate: Tue, 4 Aug 2009 17:00:11 +0200

irq: Clean up by removing irqfixup MODULE_PARM_DESC()

It's wrong (the parm takes no arguments) and compile-time wiped
away anyway (due to !MODULE).

Signed-off-by: Jiri Slaby <jirislaby@gmail.com>
LKML-Reference: <1248991326-26267-1-git-send-email-jirislaby@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>


---
 kernel/irq/spurious.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/kernel/irq/spurious.c b/kernel/irq/spurious.c
index 4d56829..114e704 100644
--- a/kernel/irq/spurious.c
+++ b/kernel/irq/spurious.c
@@ -297,7 +297,6 @@ static int __init irqfixup_setup(char *str)
 
 __setup("irqfixup", irqfixup_setup);
 module_param(irqfixup, int, 0644);
-MODULE_PARM_DESC("irqfixup", "0: No fixup, 1: irqfixup mode, 2: irqpoll mode");
 
 static int __init irqpoll_setup(char *str)
 {

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-08-04 15:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-07-30 22:02 [PATCH 1/1] IRQ: remove irqfixup MODULE_PARM_DESC Jiri Slaby
2009-08-04 15:33 ` [tip:irq/core] irq: Clean up by removing irqfixup MODULE_PARM_DESC() tip-bot for Jiri Slaby

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.