]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commita18213d0aacbcf63684e62d9707d152ea8b061ef
treee94f25f2914b881a9a893b10977125545252eb73
parentb091f575437c52fcc92c4ff2b55d41fa4629859f
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