diff options
| author | Johan Jonker <[email protected]> | 2026-06-09 03:24:54 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-06-25 14:06:18 -0600 |
| commit | 4b199a549fca5027fd24f9e2d951581c76a68845 (patch) | |
| tree | c1f62a19648f32b22df1f30cc9915a12ba7a0263 | |
| parent | 0c0074f983cc97c0a721f44851fb48df4add2931 (diff) | |
Kconfig: powerpc: mpc85xx: fix typo
While restyling Kconfig the script checkpatch.pl gives
this info:
WARNING: 'Enble' may be misspelled - perhaps 'Enable'?
Fix by changing 'Enble' to 'Enable'.
Signed-off-by: Johan Jonker <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
| -rw-r--r-- | arch/powerpc/cpu/mpc85xx/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/cpu/mpc85xx/Kconfig b/arch/powerpc/cpu/mpc85xx/Kconfig index cb564b32c07..f0580e3877a 100644 --- a/arch/powerpc/cpu/mpc85xx/Kconfig +++ b/arch/powerpc/cpu/mpc85xx/Kconfig @@ -973,7 +973,7 @@ config E500MC select BTB imply CMD_PCI help - Enble PowerPC E500MC core + Enable PowerPC E500MC core config E5500 bool |
