driverdev-devel.linuxdriverproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] staging: vchiq: Typo fixes
@ 2021-03-21  4:36 Bhaskar Chowdhury
  2021-03-21  5:50 ` Randy Dunlap
  0 siblings, 1 reply; 2+ messages in thread
From: Bhaskar Chowdhury @ 2021-03-21  4:36 UTC (permalink / raw)
  To: nsaenzjulienne, gregkh, jacopo, dave.stevenson,
	bcm-kernel-feedback-list, linux-rpi-kernel, linux-arm-kernel,
	devel, linux-kernel
  Cc: Bhaskar Chowdhury


s/sepecific/specific/
s/comonent/component/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 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

_______________________________________________
devel mailing list
devel@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] staging: vchiq: Typo fixes
  2021-03-21  4:36 [PATCH] staging: vchiq: Typo fixes Bhaskar Chowdhury
@ 2021-03-21  5:50 ` Randy Dunlap
  0 siblings, 0 replies; 2+ messages in thread
From: Randy Dunlap @ 2021-03-21  5:50 UTC (permalink / raw)
  To: Bhaskar Chowdhury
  Cc: linux-arm-kernel, devel, jacopo, gregkh, linux-kernel,
	bcm-kernel-feedback-list, linux-rpi-kernel, dave.stevenson,
	nsaenzjulienne



On Sun, 21 Mar 2021, Bhaskar Chowdhury wrote:

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

Acked-by: Randy Dunlap <rdunlap@infradead.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
>
>
_______________________________________________
devel mailing list
devel@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-03-21  5:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-21  4:36 [PATCH] staging: vchiq: Typo fixes Bhaskar Chowdhury
2021-03-21  5:50 ` Randy Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).