powerpc/52xx: Fix comment about CONFIG_BDI*
authorMichael Ellerman <mpe@ellerman.id.au>
Fri, 24 Jul 2020 13:17:22 +0000 (23:17 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Wed, 29 Jul 2020 11:08:09 +0000 (21:08 +1000)
commit8cdcde5f76a42d53a50d1fc9e1fbfc9b90102323
treeb0e7134a5279148b6c1efaa38f0a53a3b8e8dd86
parent0fcce25b7743d634cc1ddce83382f51333933f76
powerpc/52xx: Fix comment about CONFIG_BDI*

There's a comment in lite5200_sleep.S that refers to "CONFIG_BDI*".

This confuses scripts/checkkconfigsymbols.py, which thinks it should
be able to find CONFIG_BDI.

Change the comment to refer to CONFIG_BDI_SWITCH which is presumably
roughly what it was referring to. AFAICS there never has been a
CONFIG_BDI.

Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20200724131728.1643966-3-mpe@ellerman.id.au
arch/powerpc/platforms/52xx/lite5200_sleep.S