Skip to content

Commit 200e8e3

Browse files
committed
drm/privacy-screen: Fix sphinx warning
Fix the following warning from "make htmldocs": drivers/gpu/drm/drm_privacy_screen.c:270: WARNING: Inline emphasis start-string without end-string. Fixes: 8a12b17 ("drm/privacy-screen: Add notifier support (v2)") Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Hans de Goede <hdegoede@redhat.com> Reviewed-by: Simon Ser <contact@emersion.fr> Link: https://lore.kernel.org/r/20220207130407.389585-1-hdegoede@redhat.com Link: https://patchwork.freedesktop.org/patch/msgid/20220207130407.389585-1-hdegoede@redhat.com
1 parent fc764b1 commit 200e8e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/gpu/drm/drm_privacy_screen.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ EXPORT_SYMBOL(drm_privacy_screen_get_state);
269269
*
270270
* The notifier is called with no locks held. The new hw_state and sw_state
271271
* can be retrieved using the drm_privacy_screen_get_state() function.
272-
* A pointer to the drm_privacy_screen's struct is passed as the void *data
272+
* A pointer to the drm_privacy_screen's struct is passed as the ``void *data``
273273
* argument of the notifier_block's notifier_call.
274274
*
275275
* The notifier will NOT be called when changes are made through

0 commit comments

Comments
 (0)