gpu: host1x: Fix alignment of function arguments
[deliverable/linux.git] / drivers / gpu / host1x / job.c
index c9ddff8c76cdb38643a16ac51c959fcaf7d139e7..a7310da0cfaaa1b24f95dcaeeb724dd3b0f2e342 100644 (file)
@@ -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);
 
This page took 0.032192 seconds and 5 git commands to generate.