OSDN Git Service

drm/edid: Clear out spurious whitespace
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 24 Jan 2020 20:02:27 +0000 (22:02 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 14 Feb 2020 21:38:06 +0000 (23:38 +0200)
Nuke some whitespace that shouldn't be there.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20200124200231.10517-4-ville.syrjala@linux.intel.com
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Uma Shankar <uma.shankar@intel.com>
drivers/gpu/drm/drm_edid.c

index c0d4635..8ba5347 100644 (file)
@@ -2858,7 +2858,7 @@ do_inferred_modes(struct detailed_timing *timing, void *c)
        closure->modes += drm_dmt_modes_for_range(closure->connector,
                                                  closure->edid,
                                                  timing);
-       
+
        if (!version_greater(closure->edid, 1, 1))
                return; /* GTF not defined yet */
 
@@ -3100,7 +3100,7 @@ do_cvt_mode(struct detailed_timing *timing, void *c)
 
 static int
 add_cvt_modes(struct drm_connector *connector, struct edid *edid)
-{      
+{
        struct detailed_mode_closure closure = {
                .connector = connector,
                .edid = edid,
@@ -4358,7 +4358,7 @@ void drm_edid_get_monitor_name(struct edid *edid, char *name, int bufsize)
 {
        int name_length;
        char buf[13];
-       
+
        if (bufsize <= 0)
                return;