Searched hist:"8 f19afb2dbc885befef2a4e7931dfcb51702a212" (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/net/tipc/ |
H A D | name_distr.c | diff 8f19afb2dbc885befef2a4e7931dfcb51702a212 Mon Feb 28 09:36:21 CST 2011 Paul Gortmaker <paul.gortmaker@windriver.com> 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>
|
H A D | node.h | diff 8f19afb2dbc885befef2a4e7931dfcb51702a212 Mon Feb 28 09:36:21 CST 2011 Paul Gortmaker <paul.gortmaker@windriver.com> 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>
|
H A D | node.c | diff 8f19afb2dbc885befef2a4e7931dfcb51702a212 Mon Feb 28 09:36:21 CST 2011 Paul Gortmaker <paul.gortmaker@windriver.com> 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>
|
H A D | link.c | diff 8f19afb2dbc885befef2a4e7931dfcb51702a212 Mon Feb 28 09:36:21 CST 2011 Paul Gortmaker <paul.gortmaker@windriver.com> 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>
|