OSDN Git Service

powerpc/fsl-rio: fix spelling mistake "reserverd" -> "reserved"
authorAlexandre Belloni <alexandre.belloni@bootlin.com>
Tue, 20 Nov 2018 15:12:30 +0000 (16:12 +0100)
committerScott Wood <oss@buserror.net>
Sat, 22 Dec 2018 02:45:15 +0000 (20:45 -0600)
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>
arch/powerpc/sysdev/fsl_rio.h

index 12dd18f..6c13d9a 100644 (file)
@@ -41,7 +41,7 @@
 #define DOORBELL_ROWAR_PCI     0x02000000 /* PCI window */
 #define DOORBELL_ROWAR_NREAD   0x00040000 /* NREAD */
 #define DOORBELL_ROWAR_MAINTRD 0x00070000  /* maintenance read */
-#define DOORBELL_ROWAR_RES     0x00002000 /* wrtpy: reserverd */
+#define DOORBELL_ROWAR_RES     0x00002000 /* wrtpy: reserved */
 #define DOORBELL_ROWAR_MAINTWD 0x00007000
 #define DOORBELL_ROWAR_SIZE    0x0000000b /* window size is 4k */