diff options
author | Simon Arlott <simon@fire.lp0.eu> | 2007-06-11 03:31:30 -0400 |
---|---|---|
committer | Bryan Wu <bryan.wu@analog.com> | 2007-06-11 03:31:30 -0400 |
commit | d2d50aa97d695d83ccb2341488d977e8cfe36555 (patch) | |
tree | b6b259e8a78b08865d01e49843abf48d1a220071 /arch/blackfin/mach-bf561 | |
parent | ac1bd53c067397947b5d805c631519282f5678fe (diff) |
Blackfin arch: spelling fixes
Signed-off-by: Simon Arlott <simon@fire.lp0.eu>
Signed-off-by: Bryan Wu <bryan.wu@analog.com>
Diffstat (limited to 'arch/blackfin/mach-bf561')
-rw-r--r-- | arch/blackfin/mach-bf561/boards/cm_bf561.c | 4 | ||||
-rw-r--r-- | arch/blackfin/mach-bf561/ints-priority.c | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/arch/blackfin/mach-bf561/boards/cm_bf561.c b/arch/blackfin/mach-bf561/boards/cm_bf561.c index 6824e956d153..3dc5c042048c 100644 --- a/arch/blackfin/mach-bf561/boards/cm_bf561.c +++ b/arch/blackfin/mach-bf561/boards/cm_bf561.c | |||
@@ -1,7 +1,7 @@ | |||
1 | /* | 1 | /* |
2 | * File: arch/blackfin/mach-bf533/boards/cm_bf561.c | 2 | * File: arch/blackfin/mach-bf533/boards/cm_bf561.c |
3 | * Based on: arch/blackfin/mach-bf533/boards/ezkit.c | 3 | * Based on: arch/blackfin/mach-bf533/boards/ezkit.c |
4 | * Author: Aidan Williams <aidan@nicta.com.au> Copright 2005 | 4 | * Author: Aidan Williams <aidan@nicta.com.au> Copyright 2005 |
5 | * | 5 | * |
6 | * Created: 2006 | 6 | * Created: 2006 |
7 | * Description: Board description file | 7 | * Description: Board description file |
@@ -43,7 +43,7 @@ | |||
43 | char *bfin_board_name = "Bluetechnix CM BF561"; | 43 | char *bfin_board_name = "Bluetechnix CM BF561"; |
44 | 44 | ||
45 | #if defined(CONFIG_SPI_BFIN) || defined(CONFIG_SPI_BFIN_MODULE) | 45 | #if defined(CONFIG_SPI_BFIN) || defined(CONFIG_SPI_BFIN_MODULE) |
46 | /* all SPI perpherals info goes here */ | 46 | /* all SPI peripherals info goes here */ |
47 | 47 | ||
48 | #if defined(CONFIG_MTD_M25P80) || defined(CONFIG_MTD_M25P80_MODULE) | 48 | #if defined(CONFIG_MTD_M25P80) || defined(CONFIG_MTD_M25P80_MODULE) |
49 | static struct mtd_partition bfin_spi_flash_partitions[] = { | 49 | static struct mtd_partition bfin_spi_flash_partitions[] = { |
diff --git a/arch/blackfin/mach-bf561/ints-priority.c b/arch/blackfin/mach-bf561/ints-priority.c index 89c52ff95b27..86e3b0ee93f4 100644 --- a/arch/blackfin/mach-bf561/ints-priority.c +++ b/arch/blackfin/mach-bf561/ints-priority.c | |||
@@ -4,7 +4,7 @@ | |||
4 | * Author: Michael Hennerich | 4 | * Author: Michael Hennerich |
5 | * | 5 | * |
6 | * Created: | 6 | * Created: |
7 | * Description: Set up the interupt priorities | 7 | * Description: Set up the interrupt priorities |
8 | * | 8 | * |
9 | * Modified: | 9 | * Modified: |
10 | * Copyright 2004-2006 Analog Devices Inc. | 10 | * Copyright 2004-2006 Analog Devices Inc. |