Re: [PATCH v2 2/3] Staging: android: ion: fix coding style

2015-07-01 Thread Dan Carpenter
On Wed, Jul 01, 2015 at 07:16:44PM +0530, Sohny Thomas wrote: > > - Fixed 80 char limit exceeding line > and a newline after declarations as per checkpatch.pl > > Signed-of-by: Sohny Thomas > --- > drivers/staging/android/ion/ion.c| 1 + > drivers/staging/android/ion/ion_chunk_hea

Re: [PATCH v2 2/3] Staging: android: ion: fix coding style

2015-07-01 Thread Frans Klaver
On Wed, Jul 1, 2015 at 3:46 PM, Sohny Thomas wrote: > > - Fixed 80 char limit exceeding line > and a newline after declarations as per checkpatch.pl > > Signed-of-by: Sohny Thomas You can remove the dash, and fix the -off- typo (hint: use 'git commit -s' for automating it). Maybe hint towards

[PATCH v2 2/3] Staging: android: ion: fix coding style

2015-07-01 Thread Sohny Thomas
- Fixed 80 char limit exceeding line and a newline after declarations as per checkpatch.pl Signed-of-by: Sohny Thomas --- drivers/staging/android/ion/ion.c| 1 + drivers/staging/android/ion/ion_chunk_heap.c | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/d