summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKay Sievers <kay@vrfy.org>2013-12-04 22:07:06 +0100
committerKay Sievers <kay@vrfy.org>2013-12-04 22:07:06 +0100
commit4ae9ed88c1d39c35b1f49eb815ebc4e8da62cc92 (patch)
treea4b4e9855f4df75120af9c56443327ea6dcb00aa
parent2bb332bc5b90963c16d88a48161ba3367ae06b37 (diff)
downloadkdbus-bus-4ae9ed88c1d39c35b1f49eb815ebc4e8da62cc92.tar.gz
kdbus-bus-4ae9ed88c1d39c35b1f49eb815ebc4e8da62cc92.tar.bz2
kdbus-bus-4ae9ed88c1d39c35b1f49eb815ebc4e8da62cc92.zip
kdbus.h: uppercase ID
-rw-r--r--kdbus.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/kdbus.h b/kdbus.h
index 1985da69597..bac3097f1c0 100644
--- a/kdbus.h
+++ b/kdbus.h
@@ -81,10 +81,10 @@ struct kdbus_notify_id_change {
/**
* struct kdbus_creds - process credentials
- * @uid User id
- * @gid Group id
- * @pid Process id
- * @tid Thread id
+ * @uid User ID
+ * @gid Group ID
+ * @pid Process ID
+ * @tid Thread ID
* @starttime Starttime of the process
*
* The starttime of the process PID. This is useful to detect PID overruns
@@ -354,7 +354,7 @@ enum {
* KDBUS_CMD_BUS_MAKE ioctl. It's intended to be useful
* to do negotiation of features of the payload that is
* transferred (kernel → userspace)
- * @id: The id of this connection (kernel → userspace)
+ * @id: The ID of this connection (kernel → userspace)
* @bloom_size: The bloom filter size chosen by the owner
* (kernel → userspace)
* @pool_size: Maximum size of the pool buffer (kernel → userspace)