Skip to content

Commit 250ac9e

Browse files
Shixiong Oudanvet
authored andcommitted
drm: Add the missing symbol '.'
Signed-off-by: Shixiong Ou <[email protected]> Signed-off-by: Daniel Vetter <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent a6ed988 commit 250ac9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/drm_probe_helper.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -888,7 +888,7 @@ EXPORT_SYMBOL(drm_kms_helper_is_poll_worker);
888888
* disabled. Polling is re-enabled by calling drm_kms_helper_poll_enable().
889889
*
890890
* If however, the polling was never initialized, this call will trigger a
891-
* warning and return
891+
* warning and return.
892892
*
893893
* Note that calls to enable and disable polling must be strictly ordered, which
894894
* is automatically the case when they're only call from suspend/resume

0 commit comments

Comments
 (0)