Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Mauro Carvalho Chehab and committed by
Jonathan Corbet
641febca cadcb83f

-2
-2
Documentation/driver-api/driver-model/driver.rst
··· 228 228 not restricted to that. Use it whenever it makes sense to take an action after 229 229 all the consumers of a device have probed:: 230 230 231 - :: 232 - 233 231 int (*remove) (struct device *dev); 234 232 235 233 remove is called to unbind a driver from a device. This may be