forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/arch/parisc/include/asm/socket.h
....@@ -4,8 +4,8 @@
44
55 #include <uapi/asm/socket.h>
66
7
-/* O_NONBLOCK clashes with the bits used for socket types. Therefore we
8
- * have to define SOCK_NONBLOCK to a different value here.
7
+/* O_NONBLOCK clashed with the bits used for socket types. Therefore we
8
+ * had to define SOCK_NONBLOCK to a different value here.
99 */
1010 #define SOCK_NONBLOCK 0x40000000
1111