Skip to content
Commit 8f19afb2 authored by Paul Gortmaker's avatar Paul Gortmaker
Browse files

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: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
parent e7b3acb6
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment