aboutsummaryrefslogtreecommitdiff
path: root/net/lapb/lapb_iface.c
diff options
context:
space:
mode:
authorRandolph Chung <[email protected]>2009-06-23 14:53:26 +0000
committerKyle McMartin <[email protected]>2009-07-03 03:34:09 +0000
commit87451d850c895470a122308086069b7c326c914b (patch)
tree07f60f7ccd88aa37d5e2029fdc0f48dc63df46ba /net/lapb/lapb_iface.c
parente957f608f321a97a60d065bccd01949590eef52e (diff)
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 <[email protected]> Signed-off-by: Randolph Chung <[email protected]> Signed-off-by: Kyle McMartin <[email protected]>
Diffstat (limited to 'net/lapb/lapb_iface.c')
0 files changed, 0 insertions, 0 deletions