projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4341f6e
)
scripts/coccinelle/misc/irqf_oneshot.cocci: Fix grammar
author
Fabio Estevam
<fabio.estevam@freescale.com>
Wed, 20 May 2015 11:02:35 +0000
(08:02 -0300)
committer
Michal Marek
<mmarek@suse.cz>
Thu, 21 May 2015 06:14:45 +0000
(14:14 +0800)
Correct form is 'always requested'.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Acked-by: Julia Lawall <julia.lawall@lip6.fr>
Signed-off-by: Michal Marek <mmarek@suse.cz>
scripts/coccinelle/misc/irqf_oneshot.cocci
patch
|
blob
|
history
diff --git
a/scripts/coccinelle/misc/irqf_oneshot.cocci
b/scripts/coccinelle/misc/irqf_oneshot.cocci
index a24a754ae1d7283f39e09541d41384b9c88773a2..b17ac8b998947cf7191ff70d2b44f5488b420226 100644
(file)
--- a/
scripts/coccinelle/misc/irqf_oneshot.cocci
+++ b/
scripts/coccinelle/misc/irqf_oneshot.cocci
@@
-1,4
+1,4
@@
-/// Make sure threaded IRQs without a primary handler are always request with
+/// Make sure threaded IRQs without a primary handler are always request
ed
with
/// IRQF_ONESHOT
///
//