summaryrefslogtreecommitdiff
path: root/include/linux/amba
diff options
context:
space:
mode:
authorMaxime Jayat <maxime@artisandeveloppeur.fr>2013-10-12 01:29:46 +0200
committerJiri Kosina <jkosina@suse.cz>2013-10-14 15:31:06 +0200
commit3f79410c7c9c8ef33ccff60c61e1f1166f5ed64a (patch)
treeccfb1e1e68c140af1c2440b9b547506617d0d247 /include/linux/amba
parent1a49123b34346154ffd70f0b60dce007f1605676 (diff)
treewide: Fix common typo in "identify"
Correct common misspelling of "identify" as "indentify" throughout the kernel Signed-off-by: Maxime Jayat <maxime@artisandeveloppeur.fr> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'include/linux/amba')
-rw-r--r--include/linux/amba/serial.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/amba/serial.h b/include/linux/amba/serial.h
index 62d9303c2837..0ddb5c02ad8b 100644
--- a/include/linux/amba/serial.h
+++ b/include/linux/amba/serial.h
@@ -40,7 +40,7 @@
#define UART010_LCRL 0x10 /* Line control register, low byte. */
#define UART010_CR 0x14 /* Control register. */
#define UART01x_FR 0x18 /* Flag register (Read only). */
-#define UART010_IIR 0x1C /* Interrupt indentification register (Read). */
+#define UART010_IIR 0x1C /* Interrupt identification register (Read). */
#define UART010_ICR 0x1C /* Interrupt clear register (Write). */
#define ST_UART011_LCRH_RX 0x1C /* Rx line control register. */
#define UART01x_ILPR 0x20 /* IrDA low power counter register. */