Commit 9a32500a authored by Daniel W. S. Almeida's avatar Daniel W. S. Almeida Committed by Jonathan Corbet

docs: staging/tee.rst: convert into definition list

Fix the following warnings:

tee.rst:65: WARNING: Unexpected indentation.

tee.rst:69: WARNING: Block quote ends without a
blank line; unexpected unindent.

By switching to the 'definition list' syntax.
Signed-off-by: default avatarDaniel W. S. Almeida <dwlsalmeida@gmail.com>
Link: https://lore.kernel.org/r/20200718165107.625847-4-dwlsalmeida@gmail.comSigned-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent 2b7295c0
...@@ -61,13 +61,17 @@ represented as a device identified via Universally Unique Identifier (UUID) and ...@@ -61,13 +61,17 @@ represented as a device identified via Universally Unique Identifier (UUID) and
client drivers register a table of supported device UUIDs. client drivers register a table of supported device UUIDs.
TEE bus infrastructure registers following APIs: TEE bus infrastructure registers following APIs:
- match(): iterates over the client driver UUID table to find a corresponding
match for device UUID. If a match is found, then this particular device is match():
probed via corresponding probe API registered by the client driver. This iterates over the client driver UUID table to find a corresponding
process happens whenever a device or a client driver is registered with TEE match for device UUID. If a match is found, then this particular device is
bus. probed via corresponding probe API registered by the client driver. This
- uevent(): notifies user-space (udev) whenever a new device is registered on process happens whenever a device or a client driver is registered with TEE
TEE bus for auto-loading of modularized client drivers. bus.
uevent():
notifies user-space (udev) whenever a new device is registered on
TEE bus for auto-loading of modularized client drivers.
TEE bus device enumeration is specific to underlying TEE implementation, so it TEE bus device enumeration is specific to underlying TEE implementation, so it
is left open for TEE drivers to provide corresponding implementation. is left open for TEE drivers to provide corresponding implementation.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment