* [PATCH 09/15] ipc:util.h Unnecessary space Removed
@ 2014-04-10 18:51 Paul McQuade
0 siblings, 0 replies; only message in thread
From: Paul McQuade @ 2014-04-10 18:51 UTC (permalink / raw)
To: linux-kernel; +Cc: akpm, riel, davidlohr
WARNING: Unnecessary space before function pointer arguments
Signed-off-by: Paul McQuade <paulmcquad@gmail.com>
---
ipc/util.h | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/ipc/util.h b/ipc/util.h
index 0dbb554..e426d42 100644
--- a/ipc/util.h
+++ b/ipc/util.h
@@ -78,9 +78,9 @@ struct ipc_params {
* . routine to call for an extra check if needed
*/
struct ipc_ops {
- int (*getnew) (struct ipc_namespace *, struct ipc_params *);
- int (*associate) (struct kern_ipc_perm *, int);
- int (*more_checks) (struct kern_ipc_perm *, struct ipc_params *);
+ int (*getnew)(struct ipc_namespace *, struct ipc_params *);
+ int (*associate)(struct kern_ipc_perm *, int);
+ int (*more_checks)(struct kern_ipc_perm *, struct ipc_params *);
};
struct seq_file;
--
1.8.3.2
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2014-04-10 18:51 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-10 18:51 [PATCH 09/15] ipc:util.h Unnecessary space Removed Paul McQuade
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®