]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
drm: fix spelling mistake "intead" -> "instead"
authorColin Ian King <colin.king@canonical.com>
Sun, 17 Feb 2019 22:55:54 +0000 (22:55 +0000)
committerSean Paul <seanpaul@chromium.org>
Mon, 4 Mar 2019 16:18:50 +0000 (11:18 -0500)
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
drivers/gpu/drm/drm_kms_helper_common.c

index 93e2b30fe1a54f436840f15612b5fa56a3f8e75a..9c5ae825c5078314855b61db24e8ef4f1755ab71 100644 (file)
@@ -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);
 }