diff options
author | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2018-11-20 10:12:30 -0500 |
---|---|---|
committer | Scott Wood <oss@buserror.net> | 2018-12-21 21:45:15 -0500 |
commit | 01f45c8fb8b951e8d5cf648ce7ec16505ce303e7 (patch) | |
tree | 899ec6aab31adb4854292d7b0427fc5faf1d60fe | |
parent | c6e5485e0cb509292a14e880e1944143f99758c7 (diff) |
powerpc/fsl-rio: fix spelling mistake "reserverd" -> "reserved"
Fix a spelling mistake in a register description.
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Scott Wood <oss@buserror.net>
-rw-r--r-- | arch/powerpc/sysdev/fsl_rio.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/sysdev/fsl_rio.h b/arch/powerpc/sysdev/fsl_rio.h index 12dd18fd4795..6c13d9a7b7b2 100644 --- a/arch/powerpc/sysdev/fsl_rio.h +++ b/arch/powerpc/sysdev/fsl_rio.h | |||
@@ -41,7 +41,7 @@ | |||
41 | #define DOORBELL_ROWAR_PCI 0x02000000 /* PCI window */ | 41 | #define DOORBELL_ROWAR_PCI 0x02000000 /* PCI window */ |
42 | #define DOORBELL_ROWAR_NREAD 0x00040000 /* NREAD */ | 42 | #define DOORBELL_ROWAR_NREAD 0x00040000 /* NREAD */ |
43 | #define DOORBELL_ROWAR_MAINTRD 0x00070000 /* maintenance read */ | 43 | #define DOORBELL_ROWAR_MAINTRD 0x00070000 /* maintenance read */ |
44 | #define DOORBELL_ROWAR_RES 0x00002000 /* wrtpy: reserverd */ | 44 | #define DOORBELL_ROWAR_RES 0x00002000 /* wrtpy: reserved */ |
45 | #define DOORBELL_ROWAR_MAINTWD 0x00007000 | 45 | #define DOORBELL_ROWAR_MAINTWD 0x00007000 |
46 | #define DOORBELL_ROWAR_SIZE 0x0000000b /* window size is 4k */ | 46 | #define DOORBELL_ROWAR_SIZE 0x0000000b /* window size is 4k */ |
47 | 47 | ||