diff options
author | Joe Perches <joe@perches.com> | 2008-03-23 01:02:26 -0700 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-04-17 17:41:24 +0200 |
commit | 5ca22aaad9ea078306537b2ef6fb788d931e8502 (patch) | |
tree | 72bbdf26fc853d80d07bc8523aebd0092cc50773 /include/asm-x86/ipcbuf.h | |
parent | 1774a5bed33d85f250657f397b359b9837390a90 (diff) |
include/asm-x86/ipcbuf.h: checkpatch cleanups - formatting only
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/asm-x86/ipcbuf.h')
-rw-r--r-- | include/asm-x86/ipcbuf.h | 3 |
1 files changed, 1 insertions, 2 deletions
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; |