]> git.baikalelectronics.ru Git - kernel.git/commit
kernel/kmod.c: fix a typo "assuems" -> "assumes"
authorQiujun Huang <hqjagain@gmail.com>
Tue, 7 Apr 2020 03:11:49 +0000 (20:11 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 7 Apr 2020 17:43:44 +0000 (10:43 -0700)
commit928895c101279c99369a9b741012a4551377c3cb
tree012e7ab49146d5c1e89622ce346b491b0a6c2fd5
parentc6da5c72ce1c52a06fdfe3e94c0868a3ae101e22
kernel/kmod.c: fix a typo "assuems" -> "assumes"

There is a typo in comment.  Fix it.  s/assuems/assumes/

Signed-off-by: Qiujun Huang <hqjagain@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Acked-by: Luis Chamberlain <mcgrof@kernel.org>
Link: http://lkml.kernel.org/r/1585891029-6450-1-git-send-email-hqjagain@gmail.com
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/kmod.c