Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

parisc: Fix typos in eisa_eeprom.h

Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Signed-off-by: Helge Deller <deller@gmx.de>

authored by

Andrea Gelmini and committed by
Helge Deller
1a2a0f78 d14b3dfc

+2 -2
+2 -2
arch/parisc/include/asm/eisa_eeprom.h
··· 99 99 #define HPEE_MEMORY_DECODE_24BITS 0x04 100 100 #define HPEE_MEMORY_DECODE_32BITS 0x08 101 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 103 /* byte 4,5,6 are a 24bit LE value 104 104 * containing the memory base address */ 105 105 ··· 135 135 #define HPEE_PORT_SHARED 0x40 136 136 #define HPEE_PORT_MORE 0x80 137 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 140 #define HPEE_PORT_INIT_MAX_LEN 60 /* in bytes here */ 141 141 /* port init entry byte 0 */