diff options
| author | Arnaldo Carvalho de Melo <acme@mandriva.com> | 2006-12-10 13:01:18 -0500 |
|---|---|---|
| committer | David S. Miller <davem@sunset.davemloft.net> | 2006-12-11 17:35:00 -0500 |
| commit | 8109b02b5397ed52a32c116163a62a34f4768b26 (patch) | |
| tree | 0dbeae8cc999d2f6b71807b942eda7ff686ba7d2 /include/linux/dccp.h | |
| parent | 1fba78b6cba14bd37fdb12c5367f1e4d58ff2e0f (diff) | |
[DCCP]: Whitespace cleanups
That accumulated over the last months hackaton, shame on me for not
using git-apply whitespace helping hand, will do that from now on.
Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>
Diffstat (limited to 'include/linux/dccp.h')
| -rw-r--r-- | include/linux/dccp.h | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/include/linux/dccp.h b/include/linux/dccp.h index ed6cc8962d..1cb054bd93 100644 --- a/include/linux/dccp.h +++ b/include/linux/dccp.h | |||
| @@ -176,20 +176,20 @@ enum { | |||
| 176 | }; | 176 | }; |
| 177 | 177 | ||
| 178 | /* DCCP features (RFC 4340 section 6.4) */ | 178 | /* DCCP features (RFC 4340 section 6.4) */ |
| 179 | enum { | 179 | enum { |
| 180 | DCCPF_RESERVED = 0, | 180 | DCCPF_RESERVED = 0, |
| 181 | DCCPF_CCID = 1, | 181 | DCCPF_CCID = 1, |
| 182 | DCCPF_SHORT_SEQNOS = 2, /* XXX: not yet implemented */ | 182 | DCCPF_SHORT_SEQNOS = 2, /* XXX: not yet implemented */ |
| 183 | DCCPF_SEQUENCE_WINDOW = 3, | 183 | DCCPF_SEQUENCE_WINDOW = 3, |
| 184 | DCCPF_ECN_INCAPABLE = 4, /* XXX: not yet implemented */ | 184 | DCCPF_ECN_INCAPABLE = 4, /* XXX: not yet implemented */ |
| 185 | DCCPF_ACK_RATIO = 5, | 185 | DCCPF_ACK_RATIO = 5, |
| 186 | DCCPF_SEND_ACK_VECTOR = 6, | 186 | DCCPF_SEND_ACK_VECTOR = 6, |
| 187 | DCCPF_SEND_NDP_COUNT = 7, | 187 | DCCPF_SEND_NDP_COUNT = 7, |
| 188 | DCCPF_MIN_CSUM_COVER = 8, | 188 | DCCPF_MIN_CSUM_COVER = 8, |
| 189 | DCCPF_DATA_CHECKSUM = 9, /* XXX: not yet implemented */ | 189 | DCCPF_DATA_CHECKSUM = 9, /* XXX: not yet implemented */ |
| 190 | /* 10-127 reserved */ | 190 | /* 10-127 reserved */ |
| 191 | DCCPF_MIN_CCID_SPECIFIC = 128, | 191 | DCCPF_MIN_CCID_SPECIFIC = 128, |
| 192 | DCCPF_MAX_CCID_SPECIFIC = 255, | 192 | DCCPF_MAX_CCID_SPECIFIC = 255, |
| 193 | }; | 193 | }; |
| 194 | 194 | ||
| 195 | /* this structure is argument to DCCP_SOCKOPT_CHANGE_X */ | 195 | /* this structure is argument to DCCP_SOCKOPT_CHANGE_X */ |
| @@ -427,7 +427,7 @@ struct dccp_service_list { | |||
| 427 | }; | 427 | }; |
| 428 | 428 | ||
| 429 | #define DCCP_SERVICE_INVALID_VALUE htonl((__u32)-1) | 429 | #define DCCP_SERVICE_INVALID_VALUE htonl((__u32)-1) |
| 430 | #define DCCP_SERVICE_CODE_IS_ABSENT 0 | 430 | #define DCCP_SERVICE_CODE_IS_ABSENT 0 |
| 431 | 431 | ||
| 432 | static inline int dccp_list_has_service(const struct dccp_service_list *sl, | 432 | static inline int dccp_list_has_service(const struct dccp_service_list *sl, |
| 433 | const __be32 service) | 433 | const __be32 service) |
| @@ -436,7 +436,7 @@ static inline int dccp_list_has_service(const struct dccp_service_list *sl, | |||
| 436 | u32 i = sl->dccpsl_nr; | 436 | u32 i = sl->dccpsl_nr; |
| 437 | while (i--) | 437 | while (i--) |
| 438 | if (sl->dccpsl_list[i] == service) | 438 | if (sl->dccpsl_list[i] == service) |
| 439 | return 1; | 439 | return 1; |
| 440 | } | 440 | } |
| 441 | return 0; | 441 | return 0; |
| 442 | } | 442 | } |
| @@ -511,7 +511,7 @@ struct dccp_sock { | |||
| 511 | __u8 dccps_hc_tx_insert_options:1; | 511 | __u8 dccps_hc_tx_insert_options:1; |
| 512 | struct timer_list dccps_xmit_timer; | 512 | struct timer_list dccps_xmit_timer; |
| 513 | }; | 513 | }; |
| 514 | 514 | ||
| 515 | static inline struct dccp_sock *dccp_sk(const struct sock *sk) | 515 | static inline struct dccp_sock *dccp_sk(const struct sock *sk) |
| 516 | { | 516 | { |
| 517 | return (struct dccp_sock *)sk; | 517 | return (struct dccp_sock *)sk; |
