[igt-dev] [PATCH i-g-t 1/4] lib/igt_kmod: fix trivial typos
Kamil Konieczny
kamil.konieczny at linux.intel.com
Wed Aug 3 17:13:00 UTC 2022
On 2022-08-03 at 02:26:51 -0300, Tales Aparecida wrote:
> 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;
Reviewed-by: Kamil Konieczny <kamil.konieczny at linux.intel.com>
> }
>
> --
> 2.37.0
>
More information about the igt-dev
mailing list