linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] media: pci: saa7164: Rudimentary spelling fixes in the file saa7164-types.h
@ 2021-03-15  1:39 Bhaskar Chowdhury
  2021-03-15  2:20 ` Randy Dunlap
  0 siblings, 1 reply; 2+ messages in thread
From: Bhaskar Chowdhury @ 2021-03-15  1:39 UTC (permalink / raw)
  To: mchehab, unixbhaskar, linux-media, linux-kernel; +Cc: rdunlap


s/structues/structures/
s/decies/decides/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 drivers/media/pci/saa7164/saa7164-types.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/media/pci/saa7164/saa7164-types.h b/drivers/media/pci/saa7164/saa7164-types.h
index 34dd2be6fce4..00f163b38d40 100644
--- a/drivers/media/pci/saa7164/saa7164-types.h
+++ b/drivers/media/pci/saa7164/saa7164-types.h
@@ -7,7 +7,7 @@

 /* TODO: Cleanup and shorten the namespace */

-/* Some structues are passed directly to/from the firmware and
+/* Some structures are passed directly to/from the firmware and
  * have strict alignment requirements. This is one of them.
  */
 struct tmComResHWDescr {
@@ -28,7 +28,7 @@ struct tmComResHWDescr {
 /* This is DWORD aligned on windows but I can't find the right
  * gcc syntax to match the binary data from the device.
  * I've manually padded with Reserved[3] bytes to match the hardware,
- * but this could break if GCC decies to pack in a different way.
+ * but this could break if GCC decides to pack in a different way.
  */
 struct tmComResInterfaceDescr {
 	u8	bLength;
--
2.30.2


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

* Re: [PATCH] media: pci: saa7164: Rudimentary spelling fixes in the file saa7164-types.h
  2021-03-15  1:39 [PATCH] media: pci: saa7164: Rudimentary spelling fixes in the file saa7164-types.h Bhaskar Chowdhury
@ 2021-03-15  2:20 ` Randy Dunlap
  0 siblings, 0 replies; 2+ messages in thread
From: Randy Dunlap @ 2021-03-15  2:20 UTC (permalink / raw)
  To: Bhaskar Chowdhury, mchehab, linux-media, linux-kernel

On 3/14/21 6:39 PM, Bhaskar Chowdhury wrote:
> 
> s/structues/structures/
> s/decies/decides/
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>

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


> ---
>  drivers/media/pci/saa7164/saa7164-types.h | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/media/pci/saa7164/saa7164-types.h b/drivers/media/pci/saa7164/saa7164-types.h
> index 34dd2be6fce4..00f163b38d40 100644
> --- a/drivers/media/pci/saa7164/saa7164-types.h
> +++ b/drivers/media/pci/saa7164/saa7164-types.h
> @@ -7,7 +7,7 @@
> 
>  /* TODO: Cleanup and shorten the namespace */
> 
> -/* Some structues are passed directly to/from the firmware and
> +/* Some structures are passed directly to/from the firmware and
>   * have strict alignment requirements. This is one of them.
>   */
>  struct tmComResHWDescr {
> @@ -28,7 +28,7 @@ struct tmComResHWDescr {
>  /* This is DWORD aligned on windows but I can't find the right
>   * gcc syntax to match the binary data from the device.
>   * I've manually padded with Reserved[3] bytes to match the hardware,
> - * but this could break if GCC decies to pack in a different way.
> + * but this could break if GCC decides to pack in a different way.
>   */
>  struct tmComResInterfaceDescr {
>  	u8	bLength;
> --


-- 
~Randy


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

end of thread, other threads:[~2021-03-15  2:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-15  1:39 [PATCH] media: pci: saa7164: Rudimentary spelling fixes in the file saa7164-types.h Bhaskar Chowdhury
2021-03-15  2:20 ` 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).