diff options
author | Kay Sievers <kay@vrfy.org> | 2013-12-04 22:07:06 +0100 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2013-12-04 22:07:06 +0100 |
commit | 4ae9ed88c1d39c35b1f49eb815ebc4e8da62cc92 (patch) | |
tree | a4b4e9855f4df75120af9c56443327ea6dcb00aa | |
parent | 2bb332bc5b90963c16d88a48161ba3367ae06b37 (diff) | |
download | kdbus-bus-4ae9ed88c1d39c35b1f49eb815ebc4e8da62cc92.tar.gz kdbus-bus-4ae9ed88c1d39c35b1f49eb815ebc4e8da62cc92.tar.bz2 kdbus-bus-4ae9ed88c1d39c35b1f49eb815ebc4e8da62cc92.zip |
kdbus.h: uppercase ID
-rw-r--r-- | kdbus.h | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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) |