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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <e25fb120-965d-42e3-9f0a-7aa9bc1c9dee@redhat.com>
Date: Mon, 4 Nov 2024 12:08:41 +0100
From: Hans de Goede <hdegoede@...hat.com>
To: "Everest K.C." <everestkc@...restkc.com.np>, mchehab@...nel.org,
 sakari.ailus@...ux.intel.com
Cc: linux-media@...r.kernel.org, linux-staging@...ts.linux.dev,
 linux-kernel@...r.kernel.org
Subject: Re: [PATCH] media: atomisp: hmm_bo: Fix spelling errors in hmm_bo.h

Hi,

On 18-Sep-24 10:21 AM, Everest K.C. wrote:
> Fixed spelling errors reported by codespell in
> drivers/staging/media/atomisp/include/hmm/hmm_bo.h
> as follows:
>         increse --> increase
> 	decrese --> decrease
> 
> Signed-off-by: Everest K.C. <everestkc@...restkc.com.np>

Thank you for your patch(es).

I have merged this/these in my media-atomisp branch:
https://git.kernel.org/pub/scm/linux/kernel/git/hansg/linux.git/log/?h=media-atomisp

And this/these will be included in my next pull-request to
Mauro (to media subsystem maintainer)

Regards,

Hans


> ---
>  drivers/staging/media/atomisp/include/hmm/hmm_bo.h | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/staging/media/atomisp/include/hmm/hmm_bo.h b/drivers/staging/media/atomisp/include/hmm/hmm_bo.h
> index b4c03e0ca9c0..6d3c74156345 100644
> --- a/drivers/staging/media/atomisp/include/hmm/hmm_bo.h
> +++ b/drivers/staging/media/atomisp/include/hmm/hmm_bo.h
> @@ -159,12 +159,12 @@ void hmm_bo_device_exit(struct hmm_bo_device *bdev);
>  int hmm_bo_device_inited(struct hmm_bo_device *bdev);
>  
>  /*
> - * increse buffer object reference.
> + * increase buffer object reference.
>   */
>  void hmm_bo_ref(struct hmm_buffer_object *bo);
>  
>  /*
> - * decrese buffer object reference. if reference reaches 0,
> + * decrease buffer object reference. if reference reaches 0,
>   * release function of the buffer object will be called.
>   *
>   * this call is also used to release hmm_buffer_object or its


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ