aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSachin Kamat <sachin.kamat@linaro.org>2013-03-02 05:23:09 -0500
committerDave Airlie <airlied@redhat.com>2013-04-24 00:37:12 -0400
commit1733d010b1fe279e379afd549608ed1dd360a019 (patch)
tree6f0e3655b787e538621bd5b303c7f938b7aaccd9
parent32501459be6dc9378a3da63cadee929c26e11368 (diff)
drm/tilcdc: Fix checkpatch error in tilcdc_panel.c
Fixes the following checkpatch error: ERROR: "foo * bar" should be "foo *bar" Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Acked-by: Rob Clark <robdclark@gmail.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
-rw-r--r--drivers/gpu/drm/tilcdc/tilcdc_panel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/tilcdc/tilcdc_panel.c b/drivers/gpu/drm/tilcdc/tilcdc_panel.c
index 580b74e2022b..719e8ecc483e 100644
--- a/drivers/gpu/drm/tilcdc/tilcdc_panel.c
+++ b/drivers/gpu/drm/tilcdc/tilcdc_panel.c
@@ -305,7 +305,7 @@ static const struct tilcdc_module_ops panel_module_ops = {
305 */ 305 */
306 306
307/* maybe move this somewhere common if it is needed by other outputs? */ 307/* maybe move this somewhere common if it is needed by other outputs? */
308static struct tilcdc_panel_info * of_get_panel_info(struct device_node *np) 308static struct tilcdc_panel_info *of_get_panel_info(struct device_node *np)
309{ 309{
310 struct device_node *info_np; 310 struct device_node *info_np;
311 struct tilcdc_panel_info *info; 311 struct tilcdc_panel_info *info;