gpu: host1x: Fix alignment of function arguments
commit37857cd2c5afa8414dccd7758f0844e7d17c00b7
authorThierry Reding <treding@nvidia.com>
Thu, 10 Oct 2013 08:17:45 +0000 (10 10:17 +0200)
committerThierry Reding <treding@nvidia.com>
Thu, 31 Oct 2013 08:20:08 +0000 (31 09:20 +0100)
tree75b9636c88fc62a1c8fcbd67d02da654ccda7723
parent452e7f0cdaf229dc9da36e7a3d36d88a4d51fb56
gpu: host1x: Fix alignment of function arguments

Arguments on subsequent lines should be aligned with the first argument.
This one occurrence went unnoticed during code review.

Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/gpu/host1x/job.c