cpu: mpc83xx: Remove unnecessary characters in the description string
authorBin Meng <bmeng.cn@gmail.com>
Thu, 11 Oct 2018 05:06:56 +0000 (22:06 -0700)
committerSimon Glass <sjg@chromium.org>
Wed, 14 Nov 2018 17:16:27 +0000 (09:16 -0800)
commit6fe8abcce740a67e81fb6115f54dba380bd2ff4d
treeb45f85ee729806671059f08338c44d144f2d09b9
parentecfe66330d3093b701a26363470c0b6a32a02d89
cpu: mpc83xx: Remove unnecessary characters in the description string

The description string should not contain unnecessary characters,
like the ending '\n' or the leading 'CPU:'.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
drivers/cpu/mpc83xx_cpu.c