forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-11 297b60346df8beafee954a0fd7c2d64f33f3b9bc
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