From: Peter Meerwald-Stadler Date: Fri, 16 Dec 2016 13:24:23 +0000 (+0100) Subject: drm: Fix spelling of clock in drm_connector.h X-Git-Tag: v4.14-rc1~1422^2~48^2~49 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=188f78825de7b43593ae26cb86fecdf9ce5a4ac8;p=platform%2Fkernel%2Flinux-rpi3.git drm: Fix spelling of clock in drm_connector.h Signed-off-by: Peter Meerwald-Stadler Cc: Daniel Vetter Cc: Jani Nikula Cc: trivial@kernel.org Signed-off-by: Daniel Vetter Link: http://patchwork.freedesktop.org/patch/msgid/1481894663-4570-1-git-send-email-pmeerw@pmeerw.net --- diff --git a/include/drm/drm_connector.h b/include/drm/drm_connector.h index b018e76..6e352a0 100644 --- a/include/drm/drm_connector.h +++ b/include/drm/drm_connector.h @@ -117,7 +117,7 @@ struct drm_display_info { /** * @pixel_clock: Maximum pixel clock supported by the sink, in units of - * 100Hz. This mismatches the clok in &drm_display_mode (which is in + * 100Hz. This mismatches the clock in &drm_display_mode (which is in * kHZ), because that's what the EDID uses as base unit. */ unsigned int pixel_clock;