diff options
author | Jean Sacren <sakiwit@gmail.com> | 2012-08-19 17:11:32 +0200 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2012-08-22 19:17:38 +0200 |
commit | 90efbed18a30d78145419cdbd44f9ec152efeb16 (patch) | |
tree | 8724b522e0b6152856baad0a407573a917bbf6da /net/ipv4/tcp_metrics.c | |
parent | netfilter: replace list_for_each_continue_rcu with new interface (diff) | |
download | linux-90efbed18a30d78145419cdbd44f9ec152efeb16.tar.xz linux-90efbed18a30d78145419cdbd44f9ec152efeb16.zip |
netfilter: remove unnecessary goto statement for error recovery
Usually it's a good practice to use goto statement for error recovery
when initializing the module. This approach could be an overkill if:
1) there is only one fail case;
2) success and failure use the same return statement.
For a cleaner approach, remove the unnecessary goto statement and
directly implement error recovery.
Signed-off-by: Jean Sacren <sakiwit@gmail.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'net/ipv4/tcp_metrics.c')
0 files changed, 0 insertions, 0 deletions