This patch fixes the checkpatch.pl check:

CHECK: Alignment should match open parenthesis

Signed-off-by: Johanna Abrahamsson <joha...@mjao.org>
---
 drivers/staging/android/sw_sync.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/staging/android/sw_sync.c 
b/drivers/staging/android/sw_sync.c
index 115c917..ce3f3ec 100644
--- a/drivers/staging/android/sw_sync.c
+++ b/drivers/staging/android/sw_sync.c
@@ -134,7 +134,7 @@ static void sync_timeline_signal(struct sync_timeline *obj, 
unsigned int inc)
  * NULL in case of error.
  */
 static struct sync_pt *sync_pt_create(struct sync_timeline *obj, int size,
-                            unsigned int value)
+                                     unsigned int value)
 {
        unsigned long flags;
        struct sync_pt *pt;
@@ -204,13 +204,13 @@ static bool timeline_fence_enable_signaling(struct fence 
*fence)
 }
 
 static void timeline_fence_value_str(struct fence *fence,
-                                   char *str, int size)
+                                    char *str, int size)
 {
        snprintf(str, size, "%d", fence->seqno);
 }
 
 static void timeline_fence_timeline_value_str(struct fence *fence,
-                                            char *str, int size)
+                                             char *str, int size)
 {
        struct sync_timeline *parent = fence_parent(fence);
 
-- 
2.1.4

_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to