mirror of https://gitee.com/openkylin/linux.git
drm/exynos: g2d: remove style error
Remove checkpatch error, "foo* bar" should be "foo *bar". Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com> Signed-off-by: Inki Dae <inki.dae@samsung.com>
This commit is contained in:
parent
70b5f09e43
commit
f9af3f846c
|
@ -845,7 +845,7 @@ static void g2d_free_runqueue_node(struct g2d_data *g2d,
|
|||
*
|
||||
* Has to be called under runqueue lock.
|
||||
*/
|
||||
static void g2d_remove_runqueue_nodes(struct g2d_data *g2d, struct drm_file* file)
|
||||
static void g2d_remove_runqueue_nodes(struct g2d_data *g2d, struct drm_file *file)
|
||||
{
|
||||
struct g2d_runqueue_node *node, *n;
|
||||
|
||||
|
|
Loading…
Reference in New Issue