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: <2025100805-early-shindig-fc85@gregkh>
Date: Wed, 8 Oct 2025 12:35:12 +0200
From: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To: Akiyoshi Kurita <weibu@...admin.org>
Cc: linux-staging@...ts.linux.dev,
	Florian Fainelli <florian.fainelli@...adcom.com>,
	bcm-kernel-feedback-list@...adcom.com,
	linux-rpi-kernel@...ts.infradead.org,
	linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] staging: vc04_services: mmal: fix typo in comment

On Thu, Sep 18, 2025 at 08:56:19PM +0900, Akiyoshi Kurita wrote:
> Correct a misspelling in a comment ("recived" -> "received").
> 
> No functional change.
> 
> Signed-off-by: Akiyoshi Kurita <weibu@...admin.org>
> ---
>  drivers/staging/vc04_services/vchiq-mmal/mmal-msg.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/staging/vc04_services/vchiq-mmal/mmal-msg.h b/drivers/staging/vc04_services/vchiq-mmal/mmal-msg.h
> index 471413248a14..1889494425eb 100644
> --- a/drivers/staging/vc04_services/vchiq-mmal/mmal-msg.h
> +++ b/drivers/staging/vc04_services/vchiq-mmal/mmal-msg.h
> @@ -13,7 +13,7 @@
>  
>  /*
>   * all the data structures which serialise the MMAL protocol. note
> - * these are directly mapped onto the recived message data.
> + * these are directly mapped onto the received message data.
>   *
>   * BEWARE: They seem to *assume* pointers are u32 and that there is no
>   * structure padding!
> -- 
> 2.47.3
> 

Already sent by someone else before you, sorry :(

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ