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 <[email protected]> Signed-off-by: Hans de Goede <[email protected]> Reviewed-by: Simon Ser <[email protected]> Link: https://lore.kernel.org/r/[email protected] Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent fc764b1 commit 200e8e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)