Skip to content

Commit 99d1a38

Browse files
mchehabJonathan Corbet
authored andcommitted
docs: driver.rst: supress two ReSt warnings
Get rid of those, by marking a literal block as such: Documentation/driver-api/gpio/driver.rst:425: WARNING: Unexpected indentation. Documentation/driver-api/gpio/driver.rst:423: WARNING: Inline emphasis start-string without end-string. Signed-off-by: Mauro Carvalho Chehab <[email protected]> Link: https://lore.kernel.org/r/8356b02547087979f57cb71fbefb5e5f636c78f4.1583250595.git.mchehab+huawei@kernel.org Signed-off-by: Jonathan Corbet <[email protected]>
1 parent 8206de7 commit 99d1a38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/driver-api/driver-model/driver.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ probed.
210210
While the typical use case for sync_state() is to have the kernel cleanly take
211211
over management of devices from the bootloader, the usage of sync_state() is
212212
not restricted to that. Use it whenever it makes sense to take an action after
213-
all the consumers of a device have probed.
213+
all the consumers of a device have probed::
214214

215215
int (*remove) (struct device *dev);
216216

0 commit comments

Comments
 (0)