Re: [PATCH v2 4/4] staging: ozwpan: use kmalloc_array over kmalloc with multiply

2014-09-09 Thread Tobias Klauser
On 2014-09-08 at 21:02:49 +0200, Adrian Nicoara anico...@uwaterloo.ca wrote: Cleanup checkpatch.pl warnings. Please state which warning this is fixing. Same goes for patches 1-3. Signed-off-by: Adrian Nicoara anico...@uwaterloo.ca --- Somehow I missed the comment Tobias made on the line

Re: [PATCH v2 4/4] staging: ozwpan: use kmalloc_array over kmalloc with multiply

2014-09-09 Thread Dan Carpenter
On Mon, Sep 08, 2014 at 03:02:49PM -0400, Adrian Nicoara wrote: Cleanup checkpatch.pl warnings. Signed-off-by: Adrian Nicoara anico...@uwaterloo.ca --- Somehow I missed the comment Tobias made on the line indentation. I fixed the patch, and added here as a reply - the previous patch

[PATCH v2 4/4] staging: ozwpan: use kmalloc_array over kmalloc with multiply

2014-09-08 Thread Adrian Nicoara
Cleanup checkpatch.pl warnings. Signed-off-by: Adrian Nicoara anico...@uwaterloo.ca --- drivers/staging/ozwpan/ozhcd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/ozwpan/ozhcd.c b/drivers/staging/ozwpan/ozhcd.c index ba2168f..4cfe56e 100644 ---