diff options
author | Baruch Siach <[email protected]> | 2018-01-22 18:01:42 +0200 |
---|---|---|
committer | Thierry Reding <[email protected]> | 2018-03-12 09:53:18 +0100 |
commit | 6abd061df903be386f62163b093786708d481b09 (patch) | |
tree | 74840023efe620b1c2b69bb4e7cbf68685ad02d3 | |
parent | 8cfe83419cdbcd6a1255083a332c62dae8f6fe6c (diff) |
drm/panel: lvds: Fix driver description heading
Cc: Laurent Pinchart <[email protected]>
Signed-off-by: Baruch Siach <[email protected]>
Reviewed-by: Laurent Pinchart <[email protected]>
Signed-off-by: Thierry Reding <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/f80a5dd350b057d925d36f5857b5724c88da50df.1516636902.git.baruch@tkos.co.il
-rw-r--r-- | drivers/gpu/drm/panel/panel-lvds.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/panel/panel-lvds.c b/drivers/gpu/drm/panel/panel-lvds.c index b5e3994f0aa8..5185819c5b79 100644 --- a/drivers/gpu/drm/panel/panel-lvds.c +++ b/drivers/gpu/drm/panel/panel-lvds.c @@ -1,5 +1,5 @@ /* - * rcar_du_crtc.c -- R-Car Display Unit CRTCs + * Generic LVDS panel driver * * Copyright (C) 2016 Laurent Pinchart * Copyright (C) 2016 Renesas Electronics Corporation |