diff options
author | Allan Stephens <Allan.Stephens@windriver.com> | 2010-12-31 13:59:32 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-01-01 16:57:56 -0500 |
commit | 0e65967e33be61e5f67727edd4ea829b47676fc0 (patch) | |
tree | 1135d631e0cb88af3f8b060b8c32a130315542d8 /net/tipc/Kconfig | |
parent | 25860c3bd5bd1db236d4fd5826d76127d677dc28 (diff) |
tipc: cleanup various cosmetic whitespace issues
Cleans up TIPC's source code to eliminate deviations from generally
accepted coding conventions relating to leading/trailing white space
and white space around commas, braces, cases, and sizeof.
These changes are purely cosmetic and do not alter the operation of TIPC
in any way.
Signed-off-by: Allan Stephens <Allan.Stephens@windriver.com>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/tipc/Kconfig')
-rw-r--r-- | net/tipc/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tipc/Kconfig b/net/tipc/Kconfig index 0e7ce30fd567..0436927369f3 100644 --- a/net/tipc/Kconfig +++ b/net/tipc/Kconfig | |||
@@ -50,7 +50,7 @@ config TIPC_PORTS | |||
50 | Specifies how many ports can be supported by a node. | 50 | Specifies how many ports can be supported by a node. |
51 | Can range from 127 to 65535 ports; default is 8191. | 51 | Can range from 127 to 65535 ports; default is 8191. |
52 | 52 | ||
53 | Setting this to a smaller value saves some memory, | 53 | Setting this to a smaller value saves some memory, |
54 | setting it to higher allows for more ports. | 54 | setting it to higher allows for more ports. |
55 | 55 | ||
56 | config TIPC_LOG | 56 | config TIPC_LOG |