Re: [PATCH] edac: Fix kcalloc argument order

2013-01-26 Thread Borislav Petkov
On Sat, Jan 26, 2013 at 11:24:00AM -0800, Joe Perches wrote: > First number, then size. > > Signed-off-by: Joe Perches Applied, thanks. -- Regards/Gruss, Boris. Sent from a fat crate under my desk. Formatting is fine. -- -- To unsubscribe from this list: send the line "unsubscribe linux-k

[PATCH] edac: Fix kcalloc argument order

2013-01-26 Thread Joe Perches
First number, then size. Signed-off-by: Joe Perches --- drivers/edac/edac_mc.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/edac/edac_mc.c b/drivers/edac/edac_mc.c index a641f62..fb219bc 100644 --- a/drivers/edac/edac_mc.c +++ b/drivers/edac/edac_mc.c @@ -340