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:
Thierry Reding 2017-11-08 13:22:17 +01:00
parent 67485fb8b8
commit 9b49f674eb

View file

@ -115,7 +115,7 @@ static int vic_boot(struct vic *vic)
}
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;