Re: [PATCH] Staging: android: modify memory allocation style in ion_cma_heap.c

2016-08-15 Thread Greg KH
On Sun, May 22, 2016 at 08:37:02PM +0200, Ben Marsh wrote: > Modify memory allocation style in ion_cma_heap.c in order to silence a > checkpatch.pl warning What warning? Be specific please. thanks, greg k-h ___ devel mailing list

[PATCH] Staging: android: modify memory allocation style in ion_cma_heap.c

2016-05-22 Thread Ben Marsh
Modify memory allocation style in ion_cma_heap.c in order to silence a checkpatch.pl warning Signed-off-by: Ben Marsh --- drivers/staging/android/ion/ion_cma_heap.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git

[PATCH] Staging: android: modify memory allocation style in ion_cma_heap.c

2016-04-02 Thread Ben Marsh
Modifies memory allocation style to silence checkpatch.pl warnings. Signed-off-by: Ben Marsh --- drivers/staging/android/ion/ion_cma_heap.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/android/ion/ion_cma_heap.c