Skip to content

Commit

Permalink
drm/tegra: vic: Properly align arguments
Browse files Browse the repository at this point in the history
Properly align function arguments on subsequent lines with the first
argument on the first line.

Signed-off-by: Thierry Reding <treding@nvidia.com>
  • Loading branch information
Thierry Reding committed Dec 13, 2017
1 parent 67485fb commit 9b49f67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/tegra/vic.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 9b49f67

Please sign in to comment.