[igt-dev] [PATCH i-g-t 1/4] lib/igt_kmod: fix trivial typos
Tales Aparecida
tales.aparecida at gmail.com
Wed Aug 3 05:26:51 UTC 2022
existance -> existence
kmcdline -> kcmdline
Signed-off-by: Tales Aparecida <tales.aparecida at gmail.com>
---
lib/igt_kmod.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/igt_kmod.c b/lib/igt_kmod.c
index dfdcfcc5..bde0461a 100644
--- a/lib/igt_kmod.c
+++ b/lib/igt_kmod.c
@@ -114,7 +114,7 @@ out:
*
* Returns: True in case the module has been found or false otherwise.
*
- * Function to check the existance of module @mod_name in list of loaded kernel
+ * Function to check the existence of module @mod_name in list of loaded kernel
* modules.
*
*/
@@ -813,7 +813,7 @@ static void kmsg_dump(int fd)
continue;
if (errno == EPIPE) {
- igt_warn("kmsg truncated: too many messages. You may want to increase log_buf_len in kmcdline\n");
+ igt_warn("kmsg truncated: too many messages. You may want to increase log_buf_len in kcmdline\n");
continue;
}
--
2.37.0
More information about the igt-dev
mailing list