Skip to content

Commit 636bcaa

Browse files
committed
Kmod: remove Chinese comments [ci skip]
1 parent 3fcbd80 commit 636bcaa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/util/kmod.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ bool ffKmodLoaded(const char* modName)
5151
{
5252
struct iovec iov = {};
5353

54-
// 初始尝试分配的内存大小
5554
for (size_t len = 8192;; len = iov.iov_len)
5655
{
5756
iov.iov_len = len;

0 commit comments

Comments
 (0)