]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - net/netfilter/xt_osf.c
netfilter: xt_osf: Use continue to reduce indentation
authorJoe Perches <joe@perches.com>
Tue, 16 Dec 2014 20:17:13 +0000 (12:17 -0800)
committerPablo Neira Ayuso <pablo@netfilter.org>
Tue, 23 Dec 2014 13:20:10 +0000 (14:20 +0100)
commit372e28661a5c1cda34598314e2e341a7529d6219
tree56471bc409dff71145801b6cef9c435cfe8f6234
parent88eab472ec21f01d3e36ff926f8bd4f742687075
netfilter: xt_osf: Use continue to reduce indentation

Invert logic in test to use continue.

This routine already uses continue, use it a bit more to
minimize > 80 column long lines and unnecessary indentation.

No change in compiled object file.

Other miscellanea:

o Remove trailing whitespace
o Realign arguments to multiline statement

Signed-off-by: Joe Perches <joe@perches.com>
Acked-by: Evgeniy Polyakov <zbr@ioremap.net>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
net/netfilter/xt_osf.c