drm/tilcdc: Fix checkpatch error in tilcdc_panel.c
authorSachin Kamat <sachin.kamat@linaro.org>
Sat, 2 Mar 2013 10:23:09 +0000 (15:53 +0530)
committerDave Airlie <airlied@redhat.com>
Wed, 24 Apr 2013 04:37:12 +0000 (14:37 +1000)
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>
drivers/gpu/drm/tilcdc/tilcdc_panel.c

index 580b74e2022b26f9fc950142361321d775f6a9be..719e8ecc483e3cf3d245f55f9cf9f0359e17e5ae 100644 (file)
@@ -305,7 +305,7 @@ static const struct tilcdc_module_ops panel_module_ops = {
  */
 
 /* maybe move this somewhere common if it is needed by other outputs? */
-static struct tilcdc_panel_info * of_get_panel_info(struct device_node *np)
+static struct tilcdc_panel_info *of_get_panel_info(struct device_node *np)
 {
        struct device_node *info_np;
        struct tilcdc_panel_info *info;