Re: [U-Boot] vfat: Fix mkcksum argument sizes

2013-01-31 Thread Marek Vasut
Dear Tom Rini, > On Fri, Jan 11, 2013 at 03:35:48AM -, Marek Vasut wrote: > > In case a function argument is known/fixed size array in C, the argument > > is still decoyed as pointer instead ( T f(U n[k]) ~= T fn(U *n) ) and > > therefore calling sizeof on the function argument will result in

Re: [U-Boot] vfat: Fix mkcksum argument sizes

2013-01-31 Thread Tom Rini
On Fri, Jan 11, 2013 at 03:35:48AM -, Marek Vasut wrote: > In case a function argument is known/fixed size array in C, the argument is > still decoyed as pointer instead ( T f(U n[k]) ~= T fn(U *n) ) and therefore > calling sizeof on the function argument will result in the size of the > poin