fix whitespace and comments
authorKay Sievers <kay@vrfy.org>
Sat, 4 Jan 2014 04:55:09 +0000 (08:55 +0400)
committerKay Sievers <kay@vrfy.org>
Sat, 4 Jan 2014 04:55:09 +0000 (08:55 +0400)
bus.c
connection.c
internal.h

diff --git a/bus.c b/bus.c
index 0b859eaccdbdd5257dca1ad7e38961636bc79123..492976f0a8f084224de471bf92f7a5e93fd7ec55 100644 (file)
--- a/bus.c
+++ b/bus.c
@@ -274,7 +274,6 @@ int kdbus_bus_make_user(void __user *buf, struct kdbus_cmd_make **make,
        u64 bsize = 0;
        int ret;
 
-
        if (kdbus_size_get_user(&size, buf, struct kdbus_cmd_make))
                return -EFAULT;
 
index a7580c21dc8c4b5810085b8bf9108635eeda8a5e..b279f80f99697b449ea5350b6482b926156e396b 100644 (file)
@@ -1625,7 +1625,6 @@ exit_unref:
        return ret;
 }
 
-
 /**
  * kdbus_conn_has_name() - check if a connection owns a name
  * @conn:              Connection
index 8daffc7458c3a30a101be2c3120c18393a9353fe..8c1594f442c30aec53aba678948c77cdd2a94baa 100644 (file)
@@ -80,7 +80,7 @@
  * kdbus_size_get_user - read the size variable from user memory
  * @_s:                        Size variable
  * @_b:                        Buffer to read from
- * @_t:                        Structure "size" is embedded in
+ * @_t:                        Structure, "size" is a member of
  *
  * Returns: the result of copy_from_user()
  */
@@ -94,7 +94,7 @@
  * kdbus_offset_set_user - write the offset variable to user memory
  * @_s:                        Offset variable
  * @_b:                        Buffer to write to
- * @_t:                        Structure "offset" is embedded in
+ * @_t:                        Structure, "offset" is a member of
  *
  * Returns: the result of copy_to_user()
  */