]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blobdiff - kernel/kmod.c
kmod: remove redundant "be an" in the comment
[mirror_ubuntu-jammy-kernel.git] / kernel / kmod.c
index 37c3c4b97b8ea66ea70ac45ad4c8403f2bc398d4..3cd075ce2a1ef9b88f50de977f86a35bec26c1ae 100644 (file)
@@ -36,9 +36,8 @@
  *
  * If you need less than 50 threads would mean we're dealing with systems
  * smaller than 3200 pages. This assumes you are capable of having ~13M memory,
- * and this would only be an be an upper limit, after which the OOM killer
- * would take effect. Systems like these are very unlikely if modules are
- * enabled.
+ * and this would only be an upper limit, after which the OOM killer would take
+ * effect. Systems like these are very unlikely if modules are enabled.
  */
 #define MAX_KMOD_CONCURRENT 50
 static atomic_t kmod_concurrent_max = ATOMIC_INIT(MAX_KMOD_CONCURRENT);