From: Joe Perches Date: Wed, 12 Nov 2014 05:59:20 +0000 (-0800) Subject: udp: Neaten function pointer calls and add braces X-Git-Tag: omap-for-v3.19/fixes-rc1~125^2~209 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4243cdc2c1e5a1375cc8397e8f9b06530f099c60;p=pandora-kernel.git udp: Neaten function pointer calls and add braces Standardize function pointer uses. Convert calling style from: (*foo)(args...); to: foo(args...); Other miscellanea: o Add braces around loops with single ifs on multiple lines o Realign arguments around these functions o Invert logic in if to return immediately. Signed-off-by: Joe Perches Signed-off-by: David S. Miller --- Reading git-diff-tree failed