diff mbox

[0218/1529] Fix typo

Message ID 20160521120442.11309-1-andrea.gelmini@gelma.net (mailing list archive)
State Rejected
Headers show

Commit Message

Andrea Gelmini May 21, 2016, 12:04 p.m. UTC
Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
---
 arch/powerpc/include/asm/ps3av.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Robert P. J. Day May 21, 2016, 12:25 p.m. UTC | #1
really? you're going to submit 1,529 individual typo fixes?

rday
Paul Mackerras May 22, 2016, 9:57 p.m. UTC | #2
On Sat, May 21, 2016 at 02:04:42PM +0200, Andrea Gelmini wrote:
> Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
> ---
>  arch/powerpc/include/asm/ps3av.h | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/arch/powerpc/include/asm/ps3av.h b/arch/powerpc/include/asm/ps3av.h
> index 0427b0b..5176613 100644
> --- a/arch/powerpc/include/asm/ps3av.h
> +++ b/arch/powerpc/include/asm/ps3av.h
> @@ -104,7 +104,7 @@
>  #define PS3AV_CMD_AV_INPUTLEN_16			0x02
>  #define PS3AV_CMD_AV_INPUTLEN_20			0x0a
>  #define PS3AV_CMD_AV_INPUTLEN_24			0x0b
> -/* alayout */
> +/* av_layout */
>  #define PS3AV_CMD_AV_LAYOUT_32				(1 << 0)
>  #define PS3AV_CMD_AV_LAYOUT_44				(1 << 1)
>  #define PS3AV_CMD_AV_LAYOUT_48				(1 << 2)
> @@ -688,7 +688,7 @@ extern u8 ps3av_mode_cs_info[];
>  #define PS3AV_STATUS_INVALID_COMMAND		0x0003	/* obsolete invalid CID */
>  #define PS3AV_STATUS_INVALID_PORT		0x0004	/* invalid port number */
>  #define PS3AV_STATUS_INVALID_VID		0x0005	/* invalid video format */
> -#define PS3AV_STATUS_INVALID_COLOR_SPACE	0x0006	/* invalid video colose space */
> +#define PS3AV_STATUS_INVALID_COLOR_SPACE	0x0006	/* invalid video close space */

color
diff mbox

Patch

diff --git a/arch/powerpc/include/asm/ps3av.h b/arch/powerpc/include/asm/ps3av.h
index 0427b0b..5176613 100644
--- a/arch/powerpc/include/asm/ps3av.h
+++ b/arch/powerpc/include/asm/ps3av.h
@@ -104,7 +104,7 @@ 
 #define PS3AV_CMD_AV_INPUTLEN_16			0x02
 #define PS3AV_CMD_AV_INPUTLEN_20			0x0a
 #define PS3AV_CMD_AV_INPUTLEN_24			0x0b
-/* alayout */
+/* av_layout */
 #define PS3AV_CMD_AV_LAYOUT_32				(1 << 0)
 #define PS3AV_CMD_AV_LAYOUT_44				(1 << 1)
 #define PS3AV_CMD_AV_LAYOUT_48				(1 << 2)
@@ -688,7 +688,7 @@  extern u8 ps3av_mode_cs_info[];
 #define PS3AV_STATUS_INVALID_COMMAND		0x0003	/* obsolete invalid CID */
 #define PS3AV_STATUS_INVALID_PORT		0x0004	/* invalid port number */
 #define PS3AV_STATUS_INVALID_VID		0x0005	/* invalid video format */
-#define PS3AV_STATUS_INVALID_COLOR_SPACE	0x0006	/* invalid video colose space */
+#define PS3AV_STATUS_INVALID_COLOR_SPACE	0x0006	/* invalid video close space */
 #define PS3AV_STATUS_INVALID_FS			0x0007	/* invalid audio sampling freq */
 #define PS3AV_STATUS_INVALID_AUDIO_CH		0x0008	/* invalid audio channel number */
 #define PS3AV_STATUS_UNSUPPORTED_VERSION	0x0009	/* version mismatch  */