Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1234219
| From | Lukasz Skalski <l.skalski@samsung.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 1/3] Documentation/kdbus: use valid endpoint names |
| Date | 2015-09-28 16:50 +0200 |
| Message-ID | <qdHUB-2nN-5@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Endpoint names must be prefixed with the numeric effective UID of the creator
and a dash - we shouldn't use invalid names in documentation.
Signed-off-by: Lukasz Skalski <l.skalski@samsung.com>
---
Documentation/kdbus/kdbus.xml | 58 +++++++++++++++++++++----------------------
1 file changed, 29 insertions(+), 29 deletions(-)
diff --git a/Documentation/kdbus/kdbus.xml b/Documentation/kdbus/kdbus.xml
index d8e7400..6bc3db7 100644
--- a/Documentation/kdbus/kdbus.xml
+++ b/Documentation/kdbus/kdbus.xml
@@ -307,35 +307,35 @@
<refsect1>
<title>Data structures and interconnections</title>
<programlisting><![CDATA[
- +--------------------------------------------------------------------------+
- | Domain (Mount Point) |
- | /sys/fs/kdbus/control |
- | +----------------------------------------------------------------------+ |
- | | Bus (System Bus) | |
- | | /sys/fs/kdbus/0-system/ | |
- | | +-------------------------------+ +--------------------------------+ | |
- | | | Endpoint | | Endpoint | | |
- | | | /sys/fs/kdbus/0-system/bus | | /sys/fs/kdbus/0-system/ep.app | | |
- | | +-------------------------------+ +--------------------------------+ | |
- | | +--------------+ +--------------+ +--------------+ +---------------+ | |
- | | | Connection | | Connection | | Connection | | Connection | | |
- | | | :1.22 | | :1.25 | | :1.55 | | :1.81 | | |
- | | +--------------+ +--------------+ +--------------+ +---------------+ | |
- | +----------------------------------------------------------------------+ |
- | |
- | +----------------------------------------------------------------------+ |
- | | Bus (User Bus for UID 2702) | |
- | | /sys/fs/kdbus/2702-user/ | |
- | | +-------------------------------+ +--------------------------------+ | |
- | | | Endpoint | | Endpoint | | |
- | | | /sys/fs/kdbus/2702-user/bus | | /sys/fs/kdbus/2702-user/ep.app | | |
- | | +-------------------------------+ +--------------------------------+ | |
- | | +--------------+ +--------------+ +--------------+ +---------------+ | |
- | | | Connection | | Connection | | Connection | | Connection | | |
- | | | :1.22 | | :1.25 | | :1.55 | | :1.81 | | |
- | | +--------------+ +--------------+ +--------------------------------+ | |
- | +----------------------------------------------------------------------+ |
- +--------------------------------------------------------------------------+
+ +----------------------------------------------------------------------------+
+ | Domain (Mount Point) |
+ | /sys/fs/kdbus/control |
+ | +------------------------------------------------------------------------+ |
+ | | Bus (System Bus) | |
+ | | /sys/fs/kdbus/0-system/ | |
+ | | +-------------------------------+ +----------------------------------+ | |
+ | | | Endpoint | | Endpoint | | |
+ | | | /sys/fs/kdbus/0-system/bus | | /sys/fs/kdbus/0-system/0-foo | | |
+ | | +-------------------------------+ +----------------------------------+ | |
+ | | +--------------+ +--------------+ +--------------+ +-----------------+ | |
+ | | | Connection | | Connection | | Connection | | Connection | | |
+ | | | :1.22 | | :1.25 | | :1.55 | | :1.81 | | |
+ | | +--------------+ +--------------+ +--------------+ +-----------------+ | |
+ | +------------------------------------------------------------------------+ |
+ | |
+ | +------------------------------------------------------------------------+ |
+ | | Bus (User Bus for UID 2702) | |
+ | | /sys/fs/kdbus/2702-user/ | |
+ | | +-------------------------------+ +----------------------------------+ | |
+ | | | Endpoint | | Endpoint | | |
+ | | | /sys/fs/kdbus/2702-user/bus | | /sys/fs/kdbus/2702-user/2702-bar | | |
+ | | +-------------------------------+ +----------------------------------+ | |
+ | | +--------------+ +--------------+ +--------------+ +-----------------+ | |
+ | | | Connection | | Connection | | Connection | | Connection | | |
+ | | | :1.22 | | :1.25 | | :1.55 | | :1.81 | | |
+ | | +--------------+ +--------------+ +----------------------------------+ | |
+ | +------------------------------------------------------------------------+ |
+ +----------------------------------------------------------------------------+
]]></programlisting>
</refsect1>
--
1.9.3
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 1/3] Documentation/kdbus: use valid endpoint names Lukasz Skalski <l.skalski@samsung.com> - 2015-09-28 16:50 +0200 [PATCH 2/3] Documentation/kdbus: fix copy/paste error in kdbus.match.xml Lukasz Skalski <l.skalski@samsung.com> - 2015-09-28 16:50 +0200 [PATCH 3/3] Documentation/kdbus: Add missing ECANCELED errno description Lukasz Skalski <l.skalski@samsung.com> - 2015-09-28 17:00 +0200
csiph-web