aboutsummaryrefslogtreecommitdiffstats
path: root/tools/build
diff options
context:
space:
mode:
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>2020-04-20 18:13:58 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2020-04-21 11:11:55 -0700
commit461e1565366e84f7c9ccaf40730e4e892c70700f (patch)
tree5ad91035b244579894118ee833085ede7a20b447 /tools/build
parentmm, gup: return EINTR when gup is interrupted by fatal signals (diff)
downloadlinux-dev-461e1565366e84f7c9ccaf40730e4e892c70700f.tar.xz
linux-dev-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 <christophe.jaillet@wanadoo.fr> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Acked-by: Joe Perches <joe@perches.com> Link: http://lkml.kernel.org/r/20200407190029.892-1-christophe.jaillet@wanadoo.fr Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'tools/build')
0 files changed, 0 insertions, 0 deletions