• Mauro Carvalho Chehab's avatar
    docs: watch_queue: fix some warnings · 50f32634
    Mauro Carvalho Chehab authored
    
    
    Fix those warnings:
    
        Documentation/watch_queue.rst:108: WARNING: Inline literal start-string without end-string.
        Documentation/watch_queue.rst:108: WARNING: Inline emphasis start-string without end-string.
        Documentation/watch_queue.rst:108: WARNING: Inline emphasis start-string without end-string.
        Documentation/watch_queue.rst:108: WARNING: Inline emphasis start-string without end-string.
        Documentation/watch_queue.rst:185: WARNING: Inline literal start-string without end-string.
        Documentation/watch_queue.rst:185: WARNING: Inline emphasis start-string without end-string.
        Documentation/watch_queue.rst:184: WARNING: Inline emphasis start-string without end-string.
    
    The problem here is that the ``notation`` doesn't accept
    multi lines. So, replace it to a code block using:
    
    	::
    
    		notation
    Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+huawei@kernel.org>
    Link: https://lore.kernel.org/r/42706310c09a6b4588a1a41078207246ad1238fa.1599660067.git.mcheh...
    50f32634
watch_queue.rst 11.4 KB