Fix whitespace in uapi/linux/tcp.h.
authorDanilo Carvalho <doak@google.com>
Fri, 8 Jan 2021 22:21:04 +0000 (22:21 +0000)
committerJakub Kicinski <kuba@kernel.org>
Tue, 12 Jan 2021 01:23:26 +0000 (17:23 -0800)
commitad0bfc233ae2e7ee3bcb9a6089e4aa54e2b44fa1
treee94f25f2914b881a9a893b10977125545252eb73
parent1d04ccb916ce81b8313712bae8a2304c62769c1f
Fix whitespace in uapi/linux/tcp.h.

List of things fixed:
  - Two of the socket options were idented with spaces instead of tabs.
  - Trailing whitespace in some lines.
  - Improper spacing around parenthesis caught by checkpatch.pl.
  - Mix of space and tabs in tcp_word_hdr union.

Signed-off-by: Danilo Carvalho <doak@google.com>
Link: https://lore.kernel.org/r/20210108222104.2079472-1-doak@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
include/uapi/linux/tcp.h