Commit e4fbdd8b authored by Colin Ian King's avatar Colin Ian King Committed by Daniel Vetter

drm/gma500: fix spelling mistake "pannel" -> "panel"

There a handful of spelling mistakes. fix them.
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20200805124227.20005-1-colin.king@canonical.com
parent 37362793
...@@ -366,7 +366,7 @@ static enum drm_mode_status mdfld_dsi_connector_mode_valid(struct drm_connector ...@@ -366,7 +366,7 @@ static enum drm_mode_status mdfld_dsi_connector_mode_valid(struct drm_connector
/** /**
* FIXME: current DC has no fitting unit, reject any mode setting * FIXME: current DC has no fitting unit, reject any mode setting
* request * request
* Will figure out a way to do up-scaling(pannel fitting) later. * Will figure out a way to do up-scaling(panel fitting) later.
**/ **/
if (fixed_mode) { if (fixed_mode) {
if (mode->hdisplay != fixed_mode->hdisplay) if (mode->hdisplay != fixed_mode->hdisplay)
...@@ -531,7 +531,7 @@ void mdfld_dsi_output_init(struct drm_device *dev, ...@@ -531,7 +531,7 @@ void mdfld_dsi_output_init(struct drm_device *dev,
dsi_config->connector = dsi_connector; dsi_config->connector = dsi_connector;
if (!dsi_config->fixed_mode) { if (!dsi_config->fixed_mode) {
DRM_ERROR("No pannel fixed mode was found\n"); DRM_ERROR("No panel fixed mode was found\n");
goto dsi_init_err0; goto dsi_init_err0;
} }
......
...@@ -125,7 +125,7 @@ struct psb_intel_sdvo { ...@@ -125,7 +125,7 @@ struct psb_intel_sdvo {
bool is_lvds; bool is_lvds;
/** /**
* This is sdvo fixed pannel mode pointer * This is sdvo fixed panel mode pointer
*/ */
struct drm_display_mode *sdvo_lvds_fixed_mode; struct drm_display_mode *sdvo_lvds_fixed_mode;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment