Commit 9b49f674 authored by Thierry Reding's avatar Thierry Reding

drm/tegra: vic: Properly align arguments

Properly align function arguments on subsequent lines with the first
argument on the first line.
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent 67485fb8
...@@ -115,7 +115,7 @@ static int vic_boot(struct vic *vic) ...@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment