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>
This commit is contained in:
Fabio Estevam 2015-05-20 08:02:35 -03:00 committed by Michal Marek
parent 4341f6e5ce
commit 74de120d80
1 changed files with 1 additions and 1 deletions

View 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
///
//