.. | .. |
---|
21 | 21 | * | | |
---|
22 | 22 | * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ |
---|
23 | 23 | * |
---|
24 | | - * C bit indicates contol message when set, data message when unset. |
---|
| 24 | + * C bit indicates control message when set, data message when unset. |
---|
25 | 25 | * For a control message, proto/ctype is interpreted as a type of |
---|
26 | 26 | * control message. For data messages, proto/ctype is the IP protocol |
---|
27 | 27 | * of the next header. |
---|
.. | .. |
---|
60 | 60 | |
---|
61 | 61 | /* Private flags in the private option extension */ |
---|
62 | 62 | |
---|
63 | | -#define GUE_PFLAG_REMCSUM htonl(1 << 31) |
---|
| 63 | +#define GUE_PFLAG_REMCSUM htonl(1U << 31) |
---|
64 | 64 | #define GUE_PLEN_REMCSUM 4 |
---|
65 | 65 | |
---|
66 | 66 | #define GUE_PFLAGS_ALL (GUE_PFLAG_REMCSUM) |
---|