Re: [PATCH] drivers: staging: android: Fix style/formatting issues

2017-08-22 Thread Greg KH
On Tue, Aug 22, 2017 at 09:04:50PM -0400, Nick Fox wrote: > Fix two issues reported by checkpatch. The first removes an extra > blank line, the second changes an argument to kmalloc(). Original > checkpatch output is below: That should be two different patches, please break this up. thanks,

Re: [PATCH] drivers: staging: android: Fix style/formatting issues

2017-08-22 Thread Greg KH
On Tue, Aug 22, 2017 at 09:04:50PM -0400, Nick Fox wrote: > Fix two issues reported by checkpatch. The first removes an extra > blank line, the second changes an argument to kmalloc(). Original > checkpatch output is below: That should be two different patches, please break this up. thanks,

[PATCH] drivers: staging: android: Fix style/formatting issues

2017-08-22 Thread Nick Fox
Fix two issues reported by checkpatch. The first removes an extra blank line, the second changes an argument to kmalloc(). Original checkpatch output is below: ion/ion_cma_heap.c:34: CHECK: Please don't use multiple blank lines ion/ion_cma_heap.c:49: CHECK: Prefer kmalloc(sizeof(*table)...) over

[PATCH] drivers: staging: android: Fix style/formatting issues

2017-08-22 Thread Nick Fox
Fix two issues reported by checkpatch. The first removes an extra blank line, the second changes an argument to kmalloc(). Original checkpatch output is below: ion/ion_cma_heap.c:34: CHECK: Please don't use multiple blank lines ion/ion_cma_heap.c:49: CHECK: Prefer kmalloc(sizeof(*table)...) over