summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/drm_kms_helper_common.c
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2019-02-17 22:55:54 +0000
committerSean Paul <seanpaul@chromium.org>2019-03-04 11:18:50 -0500
commit8ff62645eab9e0883c0e90fd558b5e8a50872d64 (patch)
treedb7c74c40c82b306cc2804d45cd14133744e2ac8 /drivers/gpu/drm/drm_kms_helper_common.c
parent9d5645ad1b979c99326e13ac51e1826ffe60aaec (diff)
drm: fix spelling mistake "intead" -> "instead"
There is a spelling mistake in a DRM_NOTE message. Fix this. Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Sean Paul <seanpaul@chromium.org> Link: https://patchwork.freedesktop.org/patch/msgid/20190217225554.17742-1-colin.king@canonical.com
Diffstat (limited to 'drivers/gpu/drm/drm_kms_helper_common.c')
-rw-r--r--drivers/gpu/drm/drm_kms_helper_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/drm_kms_helper_common.c b/drivers/gpu/drm/drm_kms_helper_common.c
index 93e2b30fe1a5..9c5ae825c507 100644
--- a/drivers/gpu/drm/drm_kms_helper_common.c
+++ b/drivers/gpu/drm/drm_kms_helper_common.c
@@ -39,7 +39,7 @@ MODULE_LICENSE("GPL and additional rights");
/* Backward compatibility for drm_kms_helper.edid_firmware */
static int edid_firmware_set(const char *val, const struct kernel_param *kp)
{
- DRM_NOTE("drm_kms_firmware.edid_firmware is deprecated, please use drm.edid_firmware intead.\n");
+ DRM_NOTE("drm_kms_firmware.edid_firmware is deprecated, please use drm.edid_firmware instead.\n");
return __drm_set_edid_firmware_path(val);
}