summaryrefslogtreecommitdiff
path: root/scripts/patch-kernel
diff options
context:
space:
mode:
authorH Hartley Sweeten <hartleys@visionengravers.com>2010-01-05 13:45:18 -0700
committerAl Viro <viro@zeniv.linux.org.uk>2010-03-03 13:00:19 -0500
commitec4f860597af41c6b71f4de86d8e86f710bfab54 (patch)
tree0e16659ad0c0a89567cca34069e1a6da7131d7f2 /scripts/patch-kernel
parent587d4a17d837ac0f17edb26f1b6c80c0abda6343 (diff)
downloadkernel-ec4f860597af41c6b71f4de86d8e86f710bfab54.tar.gz
fs/dcache.c: CodingStyle cleanup
Cleanup EXPORT* macros according to Documantation/CodingStyle. Move EXPORT* macros to the line immediately after the closing function brace. Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'scripts/patch-kernel')
0 files changed, 0 insertions, 0 deletions
mit/net/compat.c?id=3a49a0f7181c243aa04e6c5e44ca70a90ead8f9a'>net/compat: convert to COMPAT_SYSCALL_DEFINE with changing parameter typesHeiko Carstens 2014-03-06net/compat: convert to COMPAT_SYSCALL_DEFINEHeiko Carstens 2014-01-30x86, x32: Correct invalid use of user timespec in the kernelPaX Team 2013-11-29net: clamp ->msg_namelen instead of returning an errorDan Carpenter 2013-11-20net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa 2013-10-03net: heap overflow in __audit_sockaddr()Dan Carpenter 2013-06-06net: Unbreak compat_sys_{send,recv}msgAndy Lutomirski 2012-09-26make get_file() return its argumentAl Viro 2012-07-22net: Fix references to out-of-scope variables in put_cmsg_compat()Jesper Juhl