mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-29 23:53:32 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue