* @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 {
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
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
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,