diff options
| author | Christophe JAILLET <[email protected]> | 2020-04-21 01:13:58 +0000 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2020-04-21 18:11:55 +0000 |
| commit | 461e1565366e84f7c9ccaf40730e4e892c70700f (patch) | |
| tree | 5ad91035b244579894118ee833085ede7a20b447 /security/selinux/hooks.c | |
| parent | mm, gup: return EINTR when gup is interrupted by fatal signals (diff) | |
| download | kernel-461e1565366e84f7c9ccaf40730e4e892c70700f.tar.gz kernel-461e1565366e84f7c9ccaf40730e4e892c70700f.zip | |
checkpatch: fix a typo in the regex for $allocFunctions
Here, we look for function such as 'netdev_alloc_skb_ip_align', so a '_'
is missing in the regex.
To make sure:
grep -r --include=*.c skbip_a * | wc ==> 0 results
grep -r --include=*.c skb_ip_a * | wc ==> 112 results
Signed-off-by: Christophe JAILLET <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Acked-by: Joe Perches <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'security/selinux/hooks.c')
0 files changed, 0 insertions, 0 deletions
