diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2016-05-21 08:01:12 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2016-05-28 06:35:08 -0400 |
commit | a9e7e4518c5152023b9ddebf1d47ee0473f3fab4 (patch) | |
tree | 12196e7a9897d264e38d92b9ce18d3a2c36cb06a | |
parent | da66f8e637b1d9fbe285d9f3d1ea37e4b3029978 (diff) |
MIPS: IP22/IP28: Fix typo
Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Cc: adam.buchbinder@gmail.com
Cc: trivial@kernel.org
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/13328/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
-rw-r--r-- | arch/mips/include/asm/sgi/hpc3.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/include/asm/sgi/hpc3.h b/arch/mips/include/asm/sgi/hpc3.h index 4a9c99050c13..c0e3dc0293a7 100644 --- a/arch/mips/include/asm/sgi/hpc3.h +++ b/arch/mips/include/asm/sgi/hpc3.h | |||
@@ -39,7 +39,7 @@ struct hpc3_pbus_dmacregs { | |||
39 | volatile u32 pbdma_dptr; /* pbus dma channel desc ptr */ | 39 | volatile u32 pbdma_dptr; /* pbus dma channel desc ptr */ |
40 | u32 _unused0[0x1000/4 - 2]; /* padding */ | 40 | u32 _unused0[0x1000/4 - 2]; /* padding */ |
41 | volatile u32 pbdma_ctrl; /* pbus dma channel control register has | 41 | volatile u32 pbdma_ctrl; /* pbus dma channel control register has |
42 | * copletely different meaning for read | 42 | * completely different meaning for read |
43 | * compared with write */ | 43 | * compared with write */ |
44 | /* read */ | 44 | /* read */ |
45 | #define HPC3_PDMACTRL_INT 0x00000001 /* interrupt (cleared after read) */ | 45 | #define HPC3_PDMACTRL_INT 0x00000001 /* interrupt (cleared after read) */ |