headers: more trivial style complaints
authorDaniel Mack <zonque@gmail.com>
Tue, 17 Dec 2013 17:57:12 +0000 (18:57 +0100)
committerDaniel Mack <zonque@gmail.com>
Tue, 17 Dec 2013 17:57:12 +0000 (18:57 +0100)
kdbus.h
message.h
namespace.h
notify.h

diff --git a/kdbus.h b/kdbus.h
index e9ffecd54b2db8d003c4fe5315a48e67a4d9463a..31eb1bd85bf6e58fd423617943d47383bd603e54 100644 (file)
--- a/kdbus.h
+++ b/kdbus.h
@@ -564,7 +564,7 @@ enum kdbus_name_list_flags {
  * @offset:            The returned offset in the caller's pool buffer.
  *                     The user must use KDBUS_CMD_FREE to free the
  *                     allocated memory.
- * 
+ *
  * This structure is used with the KDBUS_CMD_NAME_LIST ioctl.
  */
 struct kdbus_cmd_name_list {
index c5dd98f5e93ef6a334582da032076e16c7e900cb..ed5e349c0c103a7f042cae0a33a1527135a9b8fc 100644 (file)
--- a/message.h
+++ b/message.h
@@ -52,6 +52,8 @@ struct kdbus_ep;
 struct kdbus_conn;
 
 int kdbus_kmsg_new(size_t extra_size, struct kdbus_kmsg **m);
-int kdbus_kmsg_new_from_user(struct kdbus_conn *conn, struct kdbus_msg __user *msg, struct kdbus_kmsg **m);
+int kdbus_kmsg_new_from_user(struct kdbus_conn *conn,
+                            struct kdbus_msg __user *msg,
+                            struct kdbus_kmsg **m);
 void kdbus_kmsg_free(struct kdbus_kmsg *kmsg);
 #endif
index b9d3187fd2758c2eb43ed7b2355f889aeb537560..93ff21b359d5e3615dfa3878b6ac18cd079356b6 100644 (file)
@@ -65,7 +65,9 @@ extern struct bus_type kdbus_subsys;
 struct kdbus_ns *kdbus_ns_ref(struct kdbus_ns *ns);
 struct kdbus_ns *kdbus_ns_unref(struct kdbus_ns *ns);
 void kdbus_ns_disconnect(struct kdbus_ns *ns);
-int kdbus_ns_new(struct kdbus_ns *parent, const char *name, umode_t mode, struct kdbus_ns **ns);
-int kdbus_ns_make_user(void __user *buf, struct kdbus_cmd_make **make, char **name);
+int kdbus_ns_new(struct kdbus_ns *parent, const char *name,
+                umode_t mode, struct kdbus_ns **ns);
+int kdbus_ns_make_user(void __user *buf,
+                      struct kdbus_cmd_make **make, char **name);
 struct kdbus_ns *kdbus_ns_find_by_major(unsigned int major);
 #endif
index 022109d408331eee9889066cad24ac114a4f89e3..890e51f73b6df05423e95814da880429e16f21f5 100644 (file)
--- a/notify.h
+++ b/notify.h
 
 int kdbus_notify_id_change(u64 type, u64 id, u64 flags,
                           struct list_head *queue_list);
-int kdbus_notify_reply_timeout(u64 id, u64 cookie, struct list_head *queue_list);
-int kdbus_notify_reply_dead(u64 id, u64 cookie, struct list_head *queue_list);
+int kdbus_notify_reply_timeout(u64 id, u64 cookie,
+                              struct list_head *queue_list);
+int kdbus_notify_reply_dead(u64 id, u64 cookie,
+                           struct list_head *queue_list);
 int kdbus_notify_name_change(u64 type,
                             u64 old_id, u64 new_id,
                             u64 old_flags, u64 new_flags,