Re: [PATCH] gro: Fix kcalloc argument order

2013-01-27 Thread David Miller
From: Joe Perches Date: Sat, 26 Jan 2013 11:24:19 -0800 > First number, then size. > > Signed-off-by: Joe Perches Good catch, since this bug doesn't cause any real functional problem I've applied the patch to net-next. Thanks. -- To unsubscribe from this list: send the line "unsubscribe linux

[PATCH] gro: Fix kcalloc argument order

2013-01-26 Thread Joe Perches
First number, then size. Signed-off-by: Joe Perches --- include/net/gro_cells.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/net/gro_cells.h b/include/net/gro_cells.h index e5062c9..734d9b5 100644 --- a/include/net/gro_cells.h +++ b/include/net/gro_cells.h @@ -