diff options
author | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2020-06-23 10:09:08 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2020-06-26 19:01:24 +0300 |
commit | 641febcabed66fa4d1dcf9b56dc2180581e711d3 (patch) | |
tree | 903ff0a35f251a78f310343db2f2d3b6ed597ecc /Documentation/driver-api/driver-model | |
parent | cadcb83f8db9de0ee123917f0e9f96b96bf069a2 (diff) | |
download | linux-641febcabed66fa4d1dcf9b56dc2180581e711d3.tar.xz |
docs: driver-model: remove a duplicated markup at driver.rst
The "::" markup is there twice, causing a warning:
Documentation/driver-api/driver-model/driver.rst:233: WARNING: Inline emphasis start-string without end-string.
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Link: https://lore.kernel.org/r/52c65b4ebca1262f80d8939e2027358f9b476f00.1592895969.git.mchehab+huawei@kernel.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/driver-api/driver-model')
-rw-r--r-- | Documentation/driver-api/driver-model/driver.rst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Documentation/driver-api/driver-model/driver.rst b/Documentation/driver-api/driver-model/driver.rst index 7d5040f6a3d8..06f818b1d622 100644 --- a/Documentation/driver-api/driver-model/driver.rst +++ b/Documentation/driver-api/driver-model/driver.rst @@ -228,8 +228,6 @@ over management of devices from the bootloader, the usage of sync_state() is not restricted to that. Use it whenever it makes sense to take an action after all the consumers of a device have probed:: -:: - int (*remove) (struct device *dev); remove is called to unbind a driver from a device. This may be |