]> git.baikalelectronics.ru Git - kernel.git/commit
gpu: host1x: Fix alignment of function arguments
authorThierry Reding <treding@nvidia.com>
Thu, 10 Oct 2013 08:17:45 +0000 (10:17 +0200)
committerThierry Reding <treding@nvidia.com>
Thu, 31 Oct 2013 08:20:08 +0000 (09:20 +0100)
commitbb2d12d046b08f0f660f982544cc28d59767f6a9
tree75b9636c88fc62a1c8fcbd67d02da654ccda7723
parentbb9487d1273ec259ababb7311e4b30fb02b68013
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