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]
Date:   Sat, 20 Mar 2021 22:50:07 -0700 (PDT)
From:   Randy Dunlap <rdunlap@...badil.infradead.org>
To:     Bhaskar Chowdhury <unixbhaskar@...il.com>
cc:     nsaenzjulienne@...e.de, gregkh@...uxfoundation.org,
        jacopo@...ndi.org, dave.stevenson@...pberrypi.org,
        bcm-kernel-feedback-list@...adcom.com,
        linux-rpi-kernel@...ts.infradead.org,
        linux-arm-kernel@...ts.infradead.org, devel@...verdev.osuosl.org,
        linux-kernel@...r.kernel.org
Subject: Re: [PATCH] staging: vchiq: Typo fixes



On Sun, 21 Mar 2021, Bhaskar Chowdhury wrote:

>
> s/sepecific/specific/
> s/comonent/component/
>
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@...il.com>

Acked-by: Randy Dunlap <rdunlap@...radead.org>


> ---
> drivers/staging/vc04_services/vchiq-mmal/mmal-vchiq.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/staging/vc04_services/vchiq-mmal/mmal-vchiq.c b/drivers/staging/vc04_services/vchiq-mmal/mmal-vchiq.c
> index 9097bcbd67d8..06bca7be5203 100644
> --- a/drivers/staging/vc04_services/vchiq-mmal/mmal-vchiq.c
> +++ b/drivers/staging/vc04_services/vchiq-mmal/mmal-vchiq.c
> @@ -432,7 +432,7 @@ buffer_from_host(struct vchiq_mmal_instance *instance,
> 	m.u.buffer_from_host.buffer_header.pts = MMAL_TIME_UNKNOWN;
> 	m.u.buffer_from_host.buffer_header.dts = MMAL_TIME_UNKNOWN;
>
> -	/* clear buffer type sepecific data */
> +	/* clear buffer type specific data */
> 	memset(&m.u.buffer_from_host.buffer_header_type_specific, 0,
> 	       sizeof(m.u.buffer_from_host.buffer_header_type_specific));
>
> @@ -927,7 +927,7 @@ static int port_info_get(struct vchiq_mmal_instance *instance,
> 	return ret;
> }
>
> -/* create comonent on vc */
> +/* create component on vc */
> static int create_component(struct vchiq_mmal_instance *instance,
> 			    struct vchiq_mmal_component *component,
> 			    const char *name)
> --
> 2.31.0
>
>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ