diff options
| author | haoyu.lu <hechushiguitu666@gmail.com> | 2026-03-26 08:56:27 +0300 |
|---|---|---|
| committer | Christian Brauner <brauner@kernel.org> | 2026-03-26 16:22:20 +0300 |
| commit | 388727ef1cdb5b92c482f53d6636557372c2ea1a (patch) | |
| tree | bf81a67624837b244fc7f3c2ce89c79573e079ab | |
| parent | b98f7363f72ff83b9f5194d26e7f9fe74f45b46a (diff) | |
| download | linux-388727ef1cdb5b92c482f53d6636557372c2ea1a.tar.xz | |
kernel: acct: fix duplicate word in comment
Fix the duplicate word "kernel" in the comment on line 247.
Signed-off-by: haoyu.lu <hechushiguitu666@gmail.com>
Link: https://patch.msgid.link/20260326055628.10773-1-hechushiguitu666@gmail.com
Reviewed-by: Jan Kara <jack@suse.cz>
Signed-off-by: Christian Brauner <brauner@kernel.org>
| -rw-r--r-- | kernel/acct.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/acct.c b/kernel/acct.c index 812808e5b1b8..43f70a082bf9 100644 --- a/kernel/acct.c +++ b/kernel/acct.c @@ -244,7 +244,7 @@ static int acct_on(const char __user *name) if (!S_ISREG(file_inode(file)->i_mode)) return -EACCES; - /* Exclude kernel kernel internal filesystems. */ + /* Exclude kernel internal filesystems. */ if (file_inode(file)->i_sb->s_flags & (SB_NOUSER | SB_KERNMOUNT)) return -EINVAL; |
