tipc: cosmetic - function names are not to be full sentences
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Mon, 28 Feb 2011 15:36:21 +0000 (11:36 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Sun, 13 Mar 2011 20:35:17 +0000 (16:35 -0400)
commit8f19afb2dbc885befef2a4e7931dfcb51702a212
tree95282135e7acd78d4e73a19c69466f8675507c57
parente7b3acb6a85266dfd3e102b3d15b51b0ecd6bc2e
tipc: cosmetic - function names are not to be full sentences

Function names like "tipc_node_has_redundant_links" are unweildy
and result in long lines even for simple lines.  The "has" doesn't
contribute any value add, so dropping that is a slight step in the
right direction.   This is a cosmetic change, basic result of:

for i in `grep -l tipc_node_has_ *` ; do sed -i s/tipc_node_has_/tipc_node_/ $i ; done

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
net/tipc/link.c
net/tipc/name_distr.c
net/tipc/node.c
net/tipc/node.h