We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8206de7 commit 99d1a38Copy full SHA for 99d1a38
Documentation/driver-api/driver-model/driver.rst
@@ -210,7 +210,7 @@ probed.
210
While the typical use case for sync_state() is to have the kernel cleanly take
211
over management of devices from the bootloader, the usage of sync_state() is
212
not restricted to that. Use it whenever it makes sense to take an action after
213
-all the consumers of a device have probed.
+all the consumers of a device have probed::
214
215
int (*remove) (struct device *dev);
216
0 commit comments