indent
authorDaniel Mack <zonque@gmail.com>
Wed, 18 Dec 2013 00:18:02 +0000 (01:18 +0100)
committerDaniel Mack <zonque@gmail.com>
Wed, 18 Dec 2013 00:18:02 +0000 (01:18 +0100)
handle.c
pool.c

index f620fe1c283c483671a230dd68d6ff320eba6ef3..f6559fcc57459e0679bae3734cf18229e1c131fd 100644 (file)
--- a/handle.c
+++ b/handle.c
@@ -190,14 +190,14 @@ static bool kdbus_check_flags(u64 kernel_flags)
 {
        /*
         * The higher 32bit are considered 'incompatible
-        * flags'. Refuse them all for now
+        * flags'. Refuse them all for now.
         */
        return kernel_flags <= 0xFFFFFFFFULL;
 }
 
 /* kdbus control device commands */
 static long kdbus_handle_ioctl_control(struct file *file, unsigned int cmd,
-                                    void __user *buf)
+                                      void __user *buf)
 {
        struct kdbus_handle *handle = file->private_data;
        struct kdbus_cmd_make *make = NULL;
@@ -582,7 +582,7 @@ static long kdbus_handle_ioctl_ep_connected(struct file *file, unsigned int cmd,
 }
 
 static long kdbus_handle_ioctl(struct file *file, unsigned int cmd,
-                            unsigned long arg)
+                              unsigned long arg)
 {
        struct kdbus_handle *handle = file->private_data;
        void __user *argp = (void __user *)arg;
diff --git a/pool.c b/pool.c
index 329acdaf150caccc321e5537fc4dbe066467200e..fa6fbc6f08bbf6909c68842acb7370decb885a4e 100644 (file)
--- a/pool.c
+++ b/pool.c
@@ -25,7 +25,6 @@
 #include <linux/slab.h>
 #include <linux/uaccess.h>
 
-#include "message.h"
 #include "pool.h"
 
 /**