Re: [PATCH] tools/thermal: fix calloc argument ordering

2014-08-18 Thread Jacob Pan
On Mon, 18 Aug 2014 15:03:20 +0530 Arjun Sreedharan wrote: > @number first, @size second argument > > Signed-off-by: Arjun Sreedharan > --- Acked-by: Jacob Pan Thanks for the fix. > tools/thermal/tmon/sysfs.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/to

Re: [PATCH] tools/thermal: fix calloc argument ordering

2014-08-18 Thread edubez...@gmail.com
Hello, On Mon, Aug 18, 2014 at 5:33 AM, Arjun Sreedharan wrote: > @number first, @size second argument > > Signed-off-by: Arjun Sreedharan Acked-by: Eduardo Valentin > --- > tools/thermal/tmon/sysfs.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/tools/therma

[PATCH] tools/thermal: fix calloc argument ordering

2014-08-18 Thread Arjun Sreedharan
@number first, @size second argument Signed-off-by: Arjun Sreedharan --- tools/thermal/tmon/sysfs.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/thermal/tmon/sysfs.c b/tools/thermal/tmon/sysfs.c index dfe4548..1c12536 100644 --- a/tools/thermal/tmon/sysfs.c +++