diff options
| author | Adam Buchbinder <[email protected]> | 2016-02-25 17:53:55 +0000 |
|---|---|---|
| committer | Geert Uytterhoeven <[email protected]> | 2016-02-29 08:51:44 +0000 |
| commit | efbec135f11d6f14f40806935827c53d8889f59b (patch) | |
| tree | 81ed9f2ef5471504bf206bc14e844400255c0a25 /arch/m68k/include/asm/MC68328.h | |
| parent | m68k: Use conventional function parameters for do_sigreturn (diff) | |
| download | kernel-efbec135f11d6f14f40806935827c53d8889f59b.tar.gz kernel-efbec135f11d6f14f40806935827c53d8889f59b.zip | |
m68k: Fix misspellings in comments.
Signed-off-by: Adam Buchbinder <[email protected]>
Acked-by: Greg Ungerer <[email protected]> [nommu, coldfire]
Signed-off-by: Geert Uytterhoeven <[email protected]>
Diffstat (limited to 'arch/m68k/include/asm/MC68328.h')
| -rw-r--r-- | arch/m68k/include/asm/MC68328.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/m68k/include/asm/MC68328.h b/arch/m68k/include/asm/MC68328.h index 4ebf098b8a1f..1a8080c4cc40 100644 --- a/arch/m68k/include/asm/MC68328.h +++ b/arch/m68k/include/asm/MC68328.h @@ -798,7 +798,7 @@ /********** * - * 0xFFFFF7xx -- Serial Periferial Interface Slave (SPIS) + * 0xFFFFF7xx -- Serial Peripheral Interface Slave (SPIS) * **********/ @@ -824,7 +824,7 @@ /********** * - * 0xFFFFF8xx -- Serial Periferial Interface Master (SPIM) + * 0xFFFFF8xx -- Serial Peripheral Interface Master (SPIM) * **********/ @@ -904,7 +904,7 @@ #define UBAUD_PRESCALER_MASK 0x003f /* Actual divisor is 65 - PRESCALER */ #define UBAUD_PRESCALER_SHIFT 0 -#define UBAUD_DIVIDE_MASK 0x0700 /* Baud Rate freq. divizor */ +#define UBAUD_DIVIDE_MASK 0x0700 /* Baud Rate freq. divisor */ #define UBAUD_DIVIDE_SHIFT 8 #define UBAUD_BAUD_SRC 0x0800 /* Baud Rate Source */ #define UBAUD_GPIOSRC 0x1000 /* GPIO source */ |
