Re: [U-Boot] [PATCH 2/3] cmd_mem: cmp: unify size code paths

2012-06-19 Thread Wolfgang Denk
Dear Mike Frysinger, In message <1327086442-18016-2-git-send-email-vap...@gentoo.org> you wrote: > Not only does the source code get simpler, but it also shrinks the > compiled object code too. > > While we're here, tweak the summary message to avoid the plural > issue. It isn't that big of a de

[U-Boot] [PATCH 2/3] cmd_mem: cmp: unify size code paths

2012-01-20 Thread Mike Frysinger
Not only does the source code get simpler, but it also shrinks the compiled object code too. While we're here, tweak the summary message to avoid the plural issue. It isn't that big of a deal, and it's currently wrong anyways in the single (1 byte) case: Total of 1 byte were the same Gram