Commit 4b19f971 authored by Bhaskar Chowdhury's avatar Bhaskar Chowdhury Committed by Mauro Carvalho Chehab

media: pci: saa7164: Rudimentary spelling fixes in the file saa7164-types.h

s/structues/structures/
s/decies/decides/
Signed-off-by: default avatarBhaskar Chowdhury <unixbhaskar@gmail.com>
Acked-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Signed-off-by: default avatarHans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+huawei@kernel.org>
parent 8d1f2c37
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
/* TODO: Cleanup and shorten the namespace */ /* 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. * have strict alignment requirements. This is one of them.
*/ */
struct tmComResHWDescr { struct tmComResHWDescr {
...@@ -28,7 +28,7 @@ struct tmComResHWDescr { ...@@ -28,7 +28,7 @@ struct tmComResHWDescr {
/* This is DWORD aligned on windows but I can't find the right /* This is DWORD aligned on windows but I can't find the right
* gcc syntax to match the binary data from the device. * gcc syntax to match the binary data from the device.
* I've manually padded with Reserved[3] bytes to match the hardware, * 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 { struct tmComResInterfaceDescr {
u8 bLength; u8 bLength;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment