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

powerpc/ps3: Fix typo in comment reference to CONFIG_PS3_REPOSITORY_WRITE

Signed-off-by: Andrew Donnellan <andrew.donnellan@au1.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>

authored by

Andrew Donnellan and committed by
Michael Ellerman
53775c43 91dc0682

+1 -1
+1 -1
arch/powerpc/platforms/ps3/repository.c
··· 1198 1198 return result ? -1 : 0; 1199 1199 } 1200 1200 1201 - #endif /* defined(CONFIG_PS3_WRITE_REPOSITORY) */ 1201 + #endif /* defined(CONFIG_PS3_REPOSITORY_WRITE) */ 1202 1202 1203 1203 #if defined(DEBUG) 1204 1204