diff options
| author | Sachin Kamat <[email protected]> | 2013-03-02 10:23:09 +0000 |
|---|---|---|
| committer | Dave Airlie <[email protected]> | 2013-04-24 04:37:12 +0000 |
| commit | 1733d010b1fe279e379afd549608ed1dd360a019 (patch) | |
| tree | 6f0e3655b787e538621bd5b303c7f938b7aaccd9 /drivers/gpu/drm/tilcdc/tilcdc_panel.c | |
| parent | drm/tilcdc: Remove space before tab (diff) | |
| download | kernel-1733d010b1fe279e379afd549608ed1dd360a019.tar.gz kernel-1733d010b1fe279e379afd549608ed1dd360a019.zip | |
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 <[email protected]>
Acked-by: Rob Clark <[email protected]>
Signed-off-by: Dave Airlie <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/tilcdc/tilcdc_panel.c')
| -rw-r--r-- | drivers/gpu/drm/tilcdc/tilcdc_panel.c | 2 |
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 = { */ /* 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; |
