checkpatch: warn about memset with swapped arguments
authorDave Jones <davej@redhat.com>
Tue, 22 Mar 2011 23:34:44 +0000 (16:34 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 23 Mar 2011 00:44:15 +0000 (17:44 -0700)
commit309c00c73f053a905d144b430d4fb55d811085e2
tree2226c4b1c86395078abfccdb54b17be93ea6e8ad
parentb0781216e7bff68aca2fbcd275b4db7531d1e22f
checkpatch: warn about memset with swapped arguments

Because the second and third arguments of memset have the same type, it
turns out to be really easy to mix them up.

This bug comes up time after time, so checkpatch should really be checking
for it at patch submission time.

Signed-off-by: Dave Jones <davej@redhat.com>
Cc: Steven Rostedt <rostedt@goodmis.org>
Cc: Andy Whitcroft <apw@shadowen.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
scripts/checkpatch.pl