drm/tegra: vic: Properly align arguments
Properly align function arguments on subsequent lines with the first argument on the first line. Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
parent
67485fb8b8
commit
9b49f674eb
|
@ -115,7 +115,7 @@ static int vic_boot(struct vic *vic)
|
||||||
}
|
}
|
||||||
|
|
||||||
static void *vic_falcon_alloc(struct falcon *falcon, size_t size,
|
static void *vic_falcon_alloc(struct falcon *falcon, size_t size,
|
||||||
dma_addr_t *iova)
|
dma_addr_t *iova)
|
||||||
{
|
{
|
||||||
struct tegra_drm *tegra = falcon->data;
|
struct tegra_drm *tegra = falcon->data;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue