]> git.karo-electronics.de Git - karo-tx-linux.git/commit
kernel/compat.c: use sizeof() instead of sizeof
authorFabian Frederick <fabf@skynet.be>
Wed, 14 May 2014 00:02:32 +0000 (10:02 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 14 May 2014 00:02:32 +0000 (10:02 +1000)
commit277893786ced0ba283d96fc6d417e83c38f67a57
treedc168ab48be0e6404960e5aebdc91a7abc6bc178
parent9379643a1d8a46f39da836897dd612cc458a416d
kernel/compat.c: use sizeof() instead of sizeof

Fix 4 checkpatch warnings
WARNING: sizeof *tv should be sizeof(*tv)

Signed-off-by: Fabian Frederick <fabf@skynet.be>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Cc: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
kernel/compat.c