hc
2024-05-10 ee930fffee469d076998274a2ca55e13dc1efb67
kernel/include/net/gue.h
....@@ -21,7 +21,7 @@
2121 * | |
2222 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
2323 *
24
- * C bit indicates contol message when set, data message when unset.
24
+ * C bit indicates control message when set, data message when unset.
2525 * For a control message, proto/ctype is interpreted as a type of
2626 * control message. For data messages, proto/ctype is the IP protocol
2727 * of the next header.
....@@ -60,7 +60,7 @@
6060
6161 /* Private flags in the private option extension */
6262
63
-#define GUE_PFLAG_REMCSUM htonl(1 << 31)
63
+#define GUE_PFLAG_REMCSUM htonl(1U << 31)
6464 #define GUE_PLEN_REMCSUM 4
6565
6666 #define GUE_PFLAGS_ALL (GUE_PFLAG_REMCSUM)