Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Alexandre Belloni and committed by
Scott Wood
01f45c8f c6e5485e

+1 -1
+1 -1
arch/powerpc/sysdev/fsl_rio.h
··· 41 41 #define DOORBELL_ROWAR_PCI 0x02000000 /* PCI window */ 42 42 #define DOORBELL_ROWAR_NREAD 0x00040000 /* NREAD */ 43 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 45 #define DOORBELL_ROWAR_MAINTWD 0x00007000 46 46 #define DOORBELL_ROWAR_SIZE 0x0000000b /* window size is 4k */ 47 47