projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
452e7f0
)
gpu: host1x: Fix alignment of function arguments
author
Thierry Reding
<treding@nvidia.com>
Thu, 10 Oct 2013 08:17:45 +0000
(10:17 +0200)
committer
Thierry Reding
<treding@nvidia.com>
Thu, 31 Oct 2013 08:20:08 +0000
(09:20 +0100)
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
patch
|
blob
|
blame
|
history
diff --git
a/drivers/gpu/host1x/job.c
b/drivers/gpu/host1x/job.c
index c9ddff8c76cdb38643a16ac51c959fcaf7d139e7..a7310da0cfaaa1b24f95dcaeeb724dd3b0f2e342 100644
(file)
--- a/
drivers/gpu/host1x/job.c
+++ b/
drivers/gpu/host1x/job.c
@@
-264,7
+264,7
@@
static unsigned int do_relocs(struct host1x_job *job, struct host1x_bo *cmdbuf)
}
static bool check_reloc(struct host1x_reloc *reloc, struct host1x_bo *cmdbuf,
- unsigned int offset)
+
unsigned int offset)
{
offset *= sizeof(u32);