lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAFCwf11_+NH1A-1eWUriWFuuh38TiOQCMHLvqFVq_4Uwn1+HUQ@mail.gmail.com>
Date:   Thu, 16 Feb 2023 16:41:51 +0200
From:   Oded Gabbay <ogabbay@...nel.org>
To:     Colin Ian King <colin.i.king@...il.com>
Cc:     dri-devel@...ts.freedesktop.org, kernel-janitors@...r.kernel.org,
        linux-kernel@...r.kernel.org
Subject: Re: [PATCH][next] habanalabs: Fix spelling mistake "offest" -> "offset"

On Mon, Feb 13, 2023 at 10:57 AM Colin Ian King <colin.i.king@...il.com> wrote:
>
> There is a spelling mistake in a dev_err message. Fix it.
>
> Signed-off-by: Colin Ian King <colin.i.king@...il.com>
> ---
>  drivers/accel/habanalabs/common/command_submission.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/accel/habanalabs/common/command_submission.c b/drivers/accel/habanalabs/common/command_submission.c
> index 6c4d9b1aa5de..74ccafeb38dc 100644
> --- a/drivers/accel/habanalabs/common/command_submission.c
> +++ b/drivers/accel/habanalabs/common/command_submission.c
> @@ -3199,7 +3199,7 @@ static int ts_buff_get_kernel_ts_record(struct hl_mmap_mem_buf *buf,
>                         usleep_range(100, 1000);
>                         if (++iter_counter == MAX_TS_ITER_NUM) {
>                                 dev_err(buf->mmg->dev,
> -                                       "Timestamp offest processing reached timeout of %lld ms\n",
> +                                       "Timestamp offset processing reached timeout of %lld ms\n",
>                                         ktime_ms_delta(ktime_get(), timestamp));
>                                 return -EAGAIN;
>                         }
> --
> 2.30.2
>
Thanks,
but I've already fixed it in my tree in the original patch before
seeing this email, sorry.
Oded

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ