]> git.ipfire.org Git - people/arne_f/kernel.git/commitdiff
scripts/coccinelle/misc/irqf_oneshot.cocci: Fix grammar
authorFabio Estevam <fabio.estevam@freescale.com>
Wed, 20 May 2015 11:02:35 +0000 (08:02 -0300)
committerMichal 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

index a24a754ae1d7283f39e09541d41384b9c88773a2..b17ac8b998947cf7191ff70d2b44f5488b420226 100644 (file)
@@ -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
 ///
 //