[PATCH] Staging: android: binder.c: Fixed 80 characters warnings from checkpatch.pl

2013-10-01 Thread Mathieu Rhéaume
Fixed a lot of warnings from checkpatch.pl about the 80 characters per line limitation. Signed-off-by: Mathieu Rhéaume math...@codingrhemes.com --- drivers/staging/android/binder.c | 520 ++- 1 file changed, 353 insertions(+), 167 deletions(-) diff --git

[PATCH v3] Staging : android: binder.c: Prefer seq_puts to seq_printf

2013-10-01 Thread Mathieu Rhéaume
Changes since v2: * Fixed the indent in the method calls that had too many tab. 8--8 This patch changes seq_printf for seq_puts in binder.c. It fixes the warnings emitted by checkpatch.pl. Signed-off-by: Mathieu Rhéaume math