OSDN Git Service

drm/modes: Remove trailing whitespace
authorNoralf Trønnes <noralf@tronnes.org>
Sun, 27 Feb 2022 12:47:10 +0000 (13:47 +0100)
committerMaxime Ripard <maxime@cerno.tech>
Mon, 28 Feb 2022 09:29:33 +0000 (10:29 +0100)
Remove trailing whitespace from a comment.

Acked-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Noralf Trønnes <noralf@tronnes.org>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Link: https://patchwork.freedesktop.org/patch/msgid/20220227124713.39766-3-noralf@tronnes.org
drivers/gpu/drm/drm_modes.c

index 96b13e3..77a4c8d 100644 (file)
@@ -127,7 +127,7 @@ EXPORT_SYMBOL(drm_mode_probed_add);
  * according to the hdisplay, vdisplay, vrefresh.
  * It is based from the VESA(TM) Coordinated Video Timing Generator by
  * Graham Loveridge April 9, 2003 available at
- * http://www.elo.utfsm.cl/~elo212/docs/CVTd6r1.xls 
+ * http://www.elo.utfsm.cl/~elo212/docs/CVTd6r1.xls
  *
  * And it is copied from xf86CVTmode in xserver/hw/xfree86/modes/xf86cvt.c.
  * What I have done is to translate it by using integer calculation.