From: Jon Paul Maloy Date: Wed, 12 Mar 2014 15:31:12 +0000 (-0400) Subject: tipc: align usage of variable names and macros in socket X-Git-Tag: v3.15-rc1~113^2~171^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58ed944241794087df1edadfa66795c966bf1604;p=pandora-kernel.git tipc: align usage of variable names and macros in socket The practice of naming variables in TIPC is inconistent, sometimes even within the same file. In this commit we align variable names and declarations within socket.c, and function and macro names within socket.h. We also reduce the number of conversion macros to two, in order to make usage less obsure. These changes are purely cosmetic. Signed-off-by: Jon Maloy Reviewed-by: Ying Xue Reviewed-by: Erik Hugne Signed-off-by: David S. Miller --- Reading git-diff-tree failed