aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86/ipcbuf.h
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2008-03-23 04:02:26 -0400
committerIngo Molnar <mingo@elte.hu>2008-04-17 11:41:24 -0400
commit5ca22aaad9ea078306537b2ef6fb788d931e8502 (patch)
tree72bbdf26fc853d80d07bc8523aebd0092cc50773 /include/asm-x86/ipcbuf.h
parent1774a5bed33d85f250657f397b359b9837390a90 (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.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/asm-x86/ipcbuf.h b/include/asm-x86/ipcbuf.h
index 2adf8b39a40b..ee678fd51594 100644
--- a/include/asm-x86/ipcbuf.h
+++ b/include/asm-x86/ipcbuf.h
@@ -11,8 +11,7 @@
11 * - 2 miscellaneous 32-bit values 11 * - 2 miscellaneous 32-bit values
12 */ 12 */
13 13
14struct ipc64_perm 14struct ipc64_perm {
15{
16 __kernel_key_t key; 15 __kernel_key_t key;
17 __kernel_uid32_t uid; 16 __kernel_uid32_t uid;
18 __kernel_gid32_t gid; 17 __kernel_gid32_t gid;