]> git.karo-electronics.de Git - karo-tx-linux.git/commit
kernel/compat.c: use sizeof() instead of sizeof
authorFabian Frederick <fabf@skynet.be>
Thu, 22 May 2014 00:43:41 +0000 (10:43 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 22 May 2014 00:43:41 +0000 (10:43 +1000)
commit0bfdb84bc9667188591b014603e86d5ac9842a83
treec862042357ebce5a8c6d26fa1a0ce2978f63b49b
parent3b59600b6e4565bc3a816b099869e810f454eceb
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