From: Randolph Chung Date: Tue, 23 Jun 2009 14:53:26 +0000 (+0000) Subject: parisc: fix mismatched parenthesis in memcpy.c X-Git-Tag: v2.6.31-rc2~2^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87451d850c895470a122308086069b7c326c914b;p=pandora-kernel.git parisc: fix mismatched parenthesis in memcpy.c >>>> I think this is what was intended? Note that this patch may affect >>>> profiling. >>> it really should be >>> >>> - if (likely(t1 & (sizeof(unsigned int)-1)) == 0) { >>> + if (likely((t1 & (sizeof(unsigned int)-1)) == 0)) { >>> >>> randolph Reported-by: Roel Kluin Signed-off-by: Randolph Chung Signed-off-by: Kyle McMartin --- Reading git-diff-tree failed