From: Shixiong Ou Date: Mon, 29 Jul 2024 06:57:56 +0000 (+0800) Subject: drm: Add the missing symbol '.' X-Git-Tag: v6.12-rc1~126^2~24^2~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=250ac9ee60dbb14cdf422ab7f2bc28d671ac9f46;p=thirdparty%2Fkernel%2Flinux.git drm: Add the missing symbol '.' Signed-off-by: Shixiong Ou Signed-off-by: Daniel Vetter Link: https://patchwork.freedesktop.org/patch/msgid/20240729065756.123788-1-oushixiong1025@163.com --- diff --git a/drivers/gpu/drm/drm_probe_helper.c b/drivers/gpu/drm/drm_probe_helper.c index bb49d552e671f..2852900670568 100644 --- a/drivers/gpu/drm/drm_probe_helper.c +++ b/drivers/gpu/drm/drm_probe_helper.c @@ -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