forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-09-20 cf4ce59b3b70238352c7f1729f0f7223214828ad
kernel/net/rds/cong.c
....@@ -236,7 +236,7 @@
236236 * tcp_setsockopt and/or tcp_sendmsg will deadlock
237237 * when it tries to get the sock_lock())
238238 * 2. Interrupts are masked so that we can mark the
239
- * the port congested from both send and recv paths.
239
+ * port congested from both send and recv paths.
240240 * (See comment around declaration of rdc_cong_lock).
241241 * An attempt to get the sock_lock() here will
242242 * therefore trigger warnings.