Skip to content

Commit fd06da7

Browse files
Zhu Maomcgrof
authored andcommitted
module: Fix comment typo
Delete duplicated word in comment. Signed-off-by: Zhu Mao <[email protected]> Signed-off-by: Luis Chamberlain <[email protected]>
1 parent 04311b9 commit fd06da7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/module/stats.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ static LIST_HEAD(dup_failed_modules);
126126
* These typically should not happen unless your system is under memory
127127
* pressure.
128128
* * invalid_becoming_bytes: total number of bytes allocated and freed used
129-
* used to read the kernel module userspace wants us to read before we
129+
* to read the kernel module userspace wants us to read before we
130130
* promote it to be processed to be added to our @modules linked list. These
131131
* failures can happen if we had a check in between a successful kernel_read_file_from_fd()
132132
* call and right before we allocate the our private memory for the module

0 commit comments

Comments
 (0)