summaryrefslogtreecommitdiffstats
path: root/include/asm-arm/arch-l7200/serial_l7200.h
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@g5.osdl.org>2006-06-05 16:23:02 -0700
committerLinus Torvalds <torvalds@g5.osdl.org>2006-06-05 16:23:02 -0700
commita8c725045eb2eaa6c28a5493cb193f47a5c4afe4 (patch)
treec391726aa0daa077ef3675ab375c253814ae6f9b /include/asm-arm/arch-l7200/serial_l7200.h
parent2f9c3c2c24af5f2e6061756d6fc04fdf66f41106 (diff)
parente853534e6b94f87e48f29e1701c3f6f8a63669c5 (diff)
Merge master.kernel.org:/home/rmk/linux-2.6-serial
* master.kernel.org:/home/rmk/linux-2.6-serial: [SERIAL] typo: buad -> baud
Diffstat (limited to 'include/asm-arm/arch-l7200/serial_l7200.h')
-rw-r--r--include/asm-arm/arch-l7200/serial_l7200.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-arm/arch-l7200/serial_l7200.h b/include/asm-arm/arch-l7200/serial_l7200.h
index 238c595d97e..b1008a9d23e 100644
--- a/include/asm-arm/arch-l7200/serial_l7200.h
+++ b/include/asm-arm/arch-l7200/serial_l7200.h
@@ -28,7 +28,7 @@
#define UARTDR 0x00 /* Tx/Rx data */
#define RXSTAT 0x04 /* Rx status */
#define H_UBRLCR 0x08 /* mode register high */
-#define M_UBRLCR 0x0C /* mode reg mid (MSB of buad)*/
+#define M_UBRLCR 0x0C /* mode reg mid (MSB of baud)*/
#define L_UBRLCR 0x10 /* mode reg low (LSB of baud)*/
#define UARTCON 0x14 /* control register */
#define UARTFLG 0x18 /* flag register */