diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2016-05-21 08:02:59 -0400 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2016-05-22 15:57:40 -0400 |
commit | 1a2a0f78170425eef16a8af96ec1323e2df88f52 (patch) | |
tree | 35bbb70a32b990889dad5b530d178bc04dfad00e /arch/parisc | |
parent | d14b3dfc251d8524a3d24bfaf4c983a5b950a7d9 (diff) |
parisc: Fix typos in eisa_eeprom.h
Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'arch/parisc')
-rw-r--r-- | arch/parisc/include/asm/eisa_eeprom.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/parisc/include/asm/eisa_eeprom.h b/arch/parisc/include/asm/eisa_eeprom.h index 8ce8b85ca588..5637ac962f8e 100644 --- a/arch/parisc/include/asm/eisa_eeprom.h +++ b/arch/parisc/include/asm/eisa_eeprom.h | |||
@@ -99,7 +99,7 @@ struct eeprom_eisa_slot_info | |||
99 | #define HPEE_MEMORY_DECODE_24BITS 0x04 | 99 | #define HPEE_MEMORY_DECODE_24BITS 0x04 |
100 | #define HPEE_MEMORY_DECODE_32BITS 0x08 | 100 | #define HPEE_MEMORY_DECODE_32BITS 0x08 |
101 | /* byte 2 and 3 are a 16bit LE value | 101 | /* byte 2 and 3 are a 16bit LE value |
102 | * containging the memory size in kilobytes */ | 102 | * containing the memory size in kilobytes */ |
103 | /* byte 4,5,6 are a 24bit LE value | 103 | /* byte 4,5,6 are a 24bit LE value |
104 | * containing the memory base address */ | 104 | * containing the memory base address */ |
105 | 105 | ||
@@ -135,7 +135,7 @@ struct eeprom_eisa_slot_info | |||
135 | #define HPEE_PORT_SHARED 0x40 | 135 | #define HPEE_PORT_SHARED 0x40 |
136 | #define HPEE_PORT_MORE 0x80 | 136 | #define HPEE_PORT_MORE 0x80 |
137 | /* byte 1 and 2 is a 16bit LE value | 137 | /* byte 1 and 2 is a 16bit LE value |
138 | * conating the start port number */ | 138 | * containing the start port number */ |
139 | 139 | ||
140 | #define HPEE_PORT_INIT_MAX_LEN 60 /* in bytes here */ | 140 | #define HPEE_PORT_INIT_MAX_LEN 60 /* in bytes here */ |
141 | /* port init entry byte 0 */ | 141 | /* port init entry byte 0 */ |