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

microblaze: trivial: Fix typo fault

descrtiption -> description

Signed-off-by: Michal Simek <monstr@monstr.eu>

+1 -1
+1 -1
arch/microblaze/include/asm/pvr.h
··· 111 111 /* Target family PVR mask */ 112 112 #define PVR10_TARGET_FAMILY_MASK 0xFF000000 113 113 114 - /* MMU descrtiption */ 114 + /* MMU description */ 115 115 #define PVR11_USE_MMU 0xC0000000 116 116 #define PVR11_MMU_ITLB_SIZE 0x38000000 117 117 #define PVR11_MMU_DTLB_SIZE 0x07000000