diff options
author | Shixiong Ou <[email protected]> | 2024-07-29 14:57:56 +0800 |
---|---|---|
committer | Daniel Vetter <[email protected]> | 2024-07-30 10:38:22 +0200 |
commit | 250ac9ee60dbb14cdf422ab7f2bc28d671ac9f46 (patch) | |
tree | 087f6f45dfe118ace82e981122133d0dd8f1bd43 | |
parent | a6ed988ecdffb2680a65f142acfe3271e6c04ab4 (diff) |
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]
-rw-r--r-- | drivers/gpu/drm/drm_probe_helper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/drm_probe_helper.c b/drivers/gpu/drm/drm_probe_helper.c index bb49d552e671..285290067056 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 |