Some style problems in net directory are found by checkpatch.pl. Fix these style problems.
Zhang Han (9): net: Add spaces around operator/delete redundant spaces net: Add braces for statements/fix braces' position net: transfer // comments to /**/ net: transfer "foo* bar" to "foo *" net: fix lines over 90 characters net: Transfer tabs to spcaes net: remove assignment in if condition net: Remove initialization of static ints net: Fix the indent problems net/checksum.c | 11 +- net/eth.c | 2 +- net/net.c | 26 +++-- net/queue.c | 5 +- net/slirp.c | 8 +- net/socket.c | 32 +++--- net/tap-bsd.c | 6 +- net/tap-linux.c | 20 ++-- net/tap-linux.h | 10 +- net/tap-solaris.c | 76 ++++++++------ net/tap-win32.c | 258 +++++++++++++++++++++++++--------------------- net/vde.c | 4 +- net/vhost-user.c | 2 +- 13 files changed, 259 insertions(+), 201 deletions(-) -- 2.29.1.59.gf9b6481aed