bus: fix typos and whitespace in comments
authorTom Gundersen <teg@jklm.no>
Mon, 29 Sep 2014 21:28:47 +0000 (23:28 +0200)
committerTom Gundersen <teg@jklm.no>
Mon, 29 Sep 2014 21:56:07 +0000 (23:56 +0200)
Signed-off-by: Tom Gundersen <teg@jklm.no>
bus.c
bus.h

diff --git a/bus.c b/bus.c
index 9535a5f733f28dfccc3a1bd4cfd7a9172195172c..2606b75939142cdfc5788a98d038d789ac861fed 100644 (file)
--- a/bus.c
+++ b/bus.c
@@ -210,7 +210,7 @@ static struct kdbus_bus *kdbus_bus_find(struct kdbus_domain *domain,
 
 /**
  * kdbus_bus_new() - create a new bus
- * @domain:                    The domain to work on
+ * @domain:            The domain to work on
  * @make:              Pointer to a struct kdbus_cmd_make containing the
  *                     details for the bus creation
  * @name:              Name of the bus
diff --git a/bus.h b/bus.h
index 7c04d29bafe0fd618cacd20bc1e7f34f383e97a9..d871c6710eb2aa58d47baf376c60fcc96806de92 100644 (file)
--- a/bus.h
+++ b/bus.h
@@ -36,8 +36,8 @@
  * @conn_seq_last:     Last used connection id sequence number
  * @ep_list:           Endpoints on this bus
  * @bus_flags:         Simple pass-through flags from userspace to userspace
- * @name_registry:     Domain's list of buses
- * @domain_entry:      Domain's list of buses
+ * @name_registry:     Name registry of this bus
+ * @domain_entry:      Entry in domain
  * @bloom:             Bloom parameters
  * @id128:             Unique random 128 bit ID of this bus
  * @user:              Owner of the connection