module: Fix comment typo
authorZhu Mao <zhumao001@208suo.com>
Thu, 21 Sep 2023 00:13:09 +0000 (17:13 -0700)
committerLuis Chamberlain <mcgrof@kernel.org>
Wed, 1 Nov 2023 20:07:08 +0000 (13:07 -0700)
Delete duplicated word in comment.

Signed-off-by: Zhu Mao <zhumao001@208suo.com>
Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>
kernel/module/stats.c

index 6ab2c94d6bc32fc3d61f1e812ef14983386b2472..3ba0e98b3c910392efda92d37083d769f784ec1a 100644 (file)
@@ -126,7 +126,7 @@ static LIST_HEAD(dup_failed_modules);
  *     These typically should not happen unless your system is under memory
  *     pressure.
  *   * invalid_becoming_bytes: total number of bytes allocated and freed used
- *     used to read the kernel module userspace wants us to read before we
+ *     to read the kernel module userspace wants us to read before we
  *     promote it to be processed to be added to our @modules linked list. These
  *     failures can happen if we had a check in between a successful kernel_read_file_from_fd()
  *     call and right before we allocate the our private memory for the module