Re: [PATCH v2] staging: android: ion: Remove whitespace before quoted newline

2017-04-25 Thread Greg Kroah-Hartman
On Fri, Apr 21, 2017 at 12:11:19AM +0200, Paolo Cretaro wrote: > Fix checkpatch.pl warning about unnecessary whitespace before a > quoted newline. > > Signed-off-by: Paolo Cretaro > --- > drivers/staging/android/ion/ion_chunk_heap.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > di

[PATCH v2] staging: android: ion: Remove whitespace before quoted newline

2017-04-20 Thread Paolo Cretaro
Fix checkpatch.pl warning about unnecessary whitespace before a quoted newline. Signed-off-by: Paolo Cretaro --- drivers/staging/android/ion/ion_chunk_heap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/android/ion/ion_chunk_heap.c b/drivers/staging/andro