Skip to content

Commit 9a32500

Browse files
dwlsalmeidaJonathan Corbet
authored andcommitted
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: Daniel W. S. Almeida <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jonathan Corbet <[email protected]>
1 parent 2b7295c commit 9a32500

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

Documentation/staging/tee.rst

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,17 @@ represented as a device identified via Universally Unique Identifier (UUID) and
6161
client drivers register a table of supported device UUIDs.
6262

6363
TEE bus infrastructure registers following APIs:
64-
- match(): iterates over the client driver UUID table to find a corresponding
65-
match for device UUID. If a match is found, then this particular device is
66-
probed via corresponding probe API registered by the client driver. This
67-
process happens whenever a device or a client driver is registered with TEE
68-
bus.
69-
- uevent(): notifies user-space (udev) whenever a new device is registered on
70-
TEE bus for auto-loading of modularized client drivers.
64+
65+
match():
66+
iterates over the client driver UUID table to find a corresponding
67+
match for device UUID. If a match is found, then this particular device is
68+
probed via corresponding probe API registered by the client driver. This
69+
process happens whenever a device or a client driver is registered with TEE
70+
bus.
71+
72+
uevent():
73+
notifies user-space (udev) whenever a new device is registered on
74+
TEE bus for auto-loading of modularized client drivers.
7175

7276
TEE bus device enumeration is specific to underlying TEE implementation, so it
7377
is left open for TEE drivers to provide corresponding implementation.

0 commit comments

Comments
 (0)