mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-18 00:24:58 +08:00
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>
This commit is contained in:
parent
32501459be
commit
1733d010b1
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user