All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] invoke arguments the right way in coccinelle script
@ 2013-07-04 16:25 Cristian Bercaru
  0 siblings, 0 replies; 2+ messages in thread
From: Cristian Bercaru @ 2013-07-04 16:25 UTC (permalink / raw)
  To: linux-next; +Cc: Cristian Bercaru

Because the command line arguments were invoked incorrectly
'make coccicheck' failed to run 'irqf_oneshot.cocci' and all tests that
followed. Fixed that.

Signed-off-by: Cristian Bercaru <cristian.bercaru@freescale.com>
---
 scripts/coccinelle/misc/irqf_oneshot.cocci | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/coccinelle/misc/irqf_oneshot.cocci b/scripts/coccinelle/misc/irqf_oneshot.cocci
index 6cfde94..5cca680 100644
--- a/scripts/coccinelle/misc/irqf_oneshot.cocci
+++ b/scripts/coccinelle/misc/irqf_oneshot.cocci
@@ -4,7 +4,7 @@
 //
 // Confidence: Good
 // Comments:
-// Options: --no-includes
+// Options: -no_includes
 
 virtual patch
 virtual context
-- 
1.7.11.7

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

* [PATCH] invoke arguments the right way in coccinelle script
@ 2013-07-09 15:21 Cristian Bercaru
  0 siblings, 0 replies; 2+ messages in thread
From: Cristian Bercaru @ 2013-07-09 15:21 UTC (permalink / raw)
  To: linux-kernel; +Cc: Cristian Bercaru, cocci

Because the command line arguments were invoked incorrectly
'make coccicheck' failed to run 'irqf_oneshot.cocci' and all tests that
followed. Fixed that.

Signed-off-by: Cristian Bercaru <cristian.bercaru@freescale.com>
---
 scripts/coccinelle/misc/irqf_oneshot.cocci | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/coccinelle/misc/irqf_oneshot.cocci b/scripts/coccinelle/misc/irqf_oneshot.cocci
index 6cfde94..5cca680 100644
--- a/scripts/coccinelle/misc/irqf_oneshot.cocci
+++ b/scripts/coccinelle/misc/irqf_oneshot.cocci
@@ -4,7 +4,7 @@
 //
 // Confidence: Good
 // Comments:
-// Options: --no-includes
+// Options: -no_includes
 
 virtual patch
 virtual context
-- 
1.7.11.7



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

end of thread, other threads:[~2013-07-09 15:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-04 16:25 [PATCH] invoke arguments the right way in coccinelle script Cristian Bercaru
2013-07-09 15:21 Cristian Bercaru

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.