diff options
author | Simon Ser <[email protected]> | 2023-03-05 10:35:10 +0000 |
---|---|---|
committer | Simon Ser <[email protected]> | 2023-03-18 15:59:37 +0100 |
commit | 3cf15dc2f81f765078ca867eaf42400f26b2052c (patch) | |
tree | cb74fa9e8fbd7e5c13d3dd9d29f430ef40735588 | |
parent | 705c870179ae57815d15a9e783442f22030d3a7d (diff) |
drm: fix typo in margin connector properties docs
This was pointed out by Ville and Pekka in their replies, but
forgot to apply the change properly before pushing. Sorry for
the noise!
Signed-off-by: Simon Ser <[email protected]>
Fixes: 409f07d353b3 ("drm: document connector margin properties")
Cc: Ville Syrjälä <[email protected]>
Cc: Pekka Paalanen <[email protected]>
Cc: Maxime Ripard <[email protected]>
Cc: Dave Stevenson <[email protected]>
Reviewed-by: Pekka Paalanen <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
-rw-r--r-- | drivers/gpu/drm/drm_connector.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/drm_connector.c b/drivers/gpu/drm/drm_connector.c index 4b12c7a39ee3..48df7a5ea503 100644 --- a/drivers/gpu/drm/drm_connector.c +++ b/drivers/gpu/drm/drm_connector.c @@ -1452,7 +1452,7 @@ static const struct drm_prop_enum_list dp_colorspaces[] = { * * left margin, right margin, top margin, bottom margin: * Add margins to the connector's viewport. This is typically used to - * mitigate underscan on TVs. + * mitigate overscan on TVs. * * The value is the size in pixels of the black border which will be * added. The attached CRTC's content will be scaled to fill the whole |