mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-10 23:33:01 -04:00
drm/etnaviv: Fix coding style
1) Keep the curly brace aligned. 2) No indentation by double tabs where single tab indentation is enough. Signed-off-by: Sui Jingfeng <suijingfeng@loongson.cn> Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
This commit is contained in:
committed by
Lucas Stach
parent
4c6e6c01d8
commit
4cb91cc2cd
@@ -79,7 +79,7 @@ static int etnaviv_open(struct drm_device *dev, struct drm_file *file)
|
||||
drm_sched_entity_init(&ctx->sched_entity[i],
|
||||
DRM_SCHED_PRIORITY_NORMAL, &sched,
|
||||
1, NULL);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
file->driver_priv = ctx;
|
||||
@@ -233,11 +233,11 @@ static int show_each_gpu(struct seq_file *m, void *arg)
|
||||
}
|
||||
|
||||
static struct drm_info_list etnaviv_debugfs_list[] = {
|
||||
{"gpu", show_each_gpu, 0, etnaviv_gpu_debugfs},
|
||||
{"gem", show_unlocked, 0, etnaviv_gem_show},
|
||||
{ "mm", show_unlocked, 0, etnaviv_mm_show },
|
||||
{"mmu", show_each_gpu, 0, etnaviv_mmu_show},
|
||||
{"ring", show_each_gpu, 0, etnaviv_ring_show},
|
||||
{"gpu", show_each_gpu, 0, etnaviv_gpu_debugfs},
|
||||
{"gem", show_unlocked, 0, etnaviv_gem_show},
|
||||
{ "mm", show_unlocked, 0, etnaviv_mm_show },
|
||||
{"mmu", show_each_gpu, 0, etnaviv_mmu_show},
|
||||
{"ring", show_each_gpu, 0, etnaviv_ring_show},
|
||||
};
|
||||
|
||||
static void etnaviv_debugfs_init(struct drm_minor *minor)
|
||||
|
||||
Reference in New Issue
Block a user