[PATCH] ddk750_mode.c: Wraps line to 80 charecters

2018-08-08 Thread Abishek V Ashok
Splits definition of function programModeRegisters into two lines such that each line is less than 80 characters. Signed-off-by: Abishek V Ashok --- drivers/staging/sm750fb/ddk750_mode.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/sm750fb

[PATCH] Staging: Android: fix code style in ion_cma_heap.c

2017-08-24 Thread Abishek V Ashok
This is a patch to the ion_cma_heap.c file in /drivers/staging/andrioid/ion that fixes a blank line and kmalloc size warning found by the checkpatch.pl tool. Signed-off-by: Abhishek V Ashok --- drivers/staging/android/ion/ion_cma_heap.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) di