diff options
author | Joe Perches <joe@perches.com> | 2014-08-07 01:10:55 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-08-07 03:01:28 +0200 |
commit | e367455a9f25b11e02b7ea7678a7b146bdd6667e (patch) | |
tree | 40e3868341e7c764930d13adfd7f53ca304f2737 /sound | |
parent | checkpatch: improve "no space after cast" test (diff) | |
download | linux-e367455a9f25b11e02b7ea7678a7b146bdd6667e.tar.xz linux-e367455a9f25b11e02b7ea7678a7b146bdd6667e.zip |
checkpatch: emit fewer kmalloc_array/kcalloc conversion warnings
Avoid matching allocs that appear to be known small multiplications of a
sizeof with a constant because gcc as of 4.8 cannot optimize the code in
a calloc() exactly the same way as an alloc().
Look for numeric constants or what appear to be upper case only macro
#defines.
Signed-off-by: Joe Perches <joe@perches.com>
Reported-by: Theodore Ts'o <tytso@mit.edu>
Original-patch-by: Fabian Frederick <fabf@skynet.be>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'sound')
0 files changed, 0 insertions, 0 deletions