]> git.baikalelectronics.ru Git - uboot.git/commit
x86: Drop leading spaces in cpu_x86_get_desc()
authorSimon Glass <sjg@chromium.org>
Sun, 19 Mar 2017 18:59:20 +0000 (12:59 -0600)
committerBin Meng <bmeng.cn@gmail.com>
Tue, 18 Apr 2017 07:51:21 +0000 (15:51 +0800)
commit4251bcb658e06cb69cedda90f40e027eb1f09f1a
treecffe02bf782c1db2defd11d76b1f32e6bdc35085
parentf1ac9022adff3685c8e60358ee2e1ea86cc724a1
x86: Drop leading spaces in cpu_x86_get_desc()

The Intel CPU name can have leading spaces. Remove them since they are not
useful.

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