From: Joe Perches Date: Sun, 23 Mar 2008 08:02:26 +0000 (-0700) Subject: include/asm-x86/ipcbuf.h: checkpatch cleanups - formatting only X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=5ca22aaad9ea078306537b2ef6fb788d931e8502;p=mv-sheeva.git include/asm-x86/ipcbuf.h: checkpatch cleanups - formatting only Signed-off-by: Joe Perches Signed-off-by: Ingo Molnar --- diff --git a/include/asm-x86/ipcbuf.h b/include/asm-x86/ipcbuf.h index 2adf8b39a40..ee678fd5159 100644 --- a/include/asm-x86/ipcbuf.h +++ b/include/asm-x86/ipcbuf.h @@ -11,8 +11,7 @@ * - 2 miscellaneous 32-bit values */ -struct ipc64_perm -{ +struct ipc64_perm { __kernel_key_t key; __kernel_uid32_t uid; __kernel_gid32_t gid;