aboutsummaryrefslogtreecommitdiff
path: root/scripts/coccinelle
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@freescale.com>2015-05-20 08:02:35 -0300
committerMichal Marek <mmarek@suse.cz>2015-05-21 14:14:45 +0800
commit74de120d8096f72bdf95aba7234428c798d931cd (patch)
tree3a7c95212ab45738742fa793d928fbf8dca74143 /scripts/coccinelle
parent4341f6e5ce448dd79c3e663513213b936ba34c83 (diff)
scripts/coccinelle/misc/irqf_oneshot.cocci: Fix grammar
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>
Diffstat (limited to 'scripts/coccinelle')
-rw-r--r--scripts/coccinelle/misc/irqf_oneshot.cocci2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/coccinelle/misc/irqf_oneshot.cocci b/scripts/coccinelle/misc/irqf_oneshot.cocci
index a24a754ae1d7..b17ac8b99894 100644
--- 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 requested with
/// IRQF_ONESHOT
///
//