]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
drm: Add the missing symbol '.'
authorShixiong Ou <oushixiong@kylinos.cn>
Mon, 29 Jul 2024 06:57:56 +0000 (14:57 +0800)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 30 Jul 2024 08:38:22 +0000 (10:38 +0200)
Signed-off-by: Shixiong Ou <oushixiong@kylinos.cn>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20240729065756.123788-1-oushixiong1025@163.com
drivers/gpu/drm/drm_probe_helper.c

index bb49d552e671f193a10fe43a6f0231e4cf86946a..285290067056814dd0c21bb65085c2033d06baec 100644 (file)
@@ -888,7 +888,7 @@ EXPORT_SYMBOL(drm_kms_helper_is_poll_worker);
  * disabled. Polling is re-enabled by calling drm_kms_helper_poll_enable().
  *
  * If however, the polling was never initialized, this call will trigger a
- * warning and return
+ * warning and return.
  *
  * Note that calls to enable and disable polling must be strictly ordered, which
  * is automatically the case when they're only call from suspend/resume