Re: [PATCH 2/2] staging: android: ion: Change argument to kmalloc (checkpatch)

2017-08-23 Thread Greg KH
On Wed, Aug 23, 2017 at 12:48:29PM -0400, Nick Fox wrote: > Apologies for the spam, but I think my last reply got rejected by Google for > some reason and didn't get delivered to the linux-kernel mailing list. My > original reply is below: You can not send html email to vger.kernel.org, it will

Re: [PATCH 2/2] staging: android: ion: Change argument to kmalloc (checkpatch)

2017-08-22 Thread Greg KH
On Tue, Aug 22, 2017 at 10:55:37PM -0400, Nick Fox wrote: > Change argument to kmalloc() to fix style issue, reported by checkpatch > > Signed-off-by: Nick Fox > --- > drivers/staging/android/ion/ion_cma_heap.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >

[PATCH 2/2] staging: android: ion: Change argument to kmalloc (checkpatch)

2017-08-22 Thread Nick Fox
Change argument to kmalloc() to fix style issue, reported by checkpatch Signed-off-by: Nick Fox --- drivers/staging/android/ion/ion_cma_heap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/android/ion/ion_cma_heap.c