Re: [U-Boot] [PATCH v2 2/8] cpu: mpc83xx: Remove unnecessary characters in the description string

2018-10-12 Thread Mario Six
On Thu, Oct 11, 2018 at 4:02 AM Simon Glass wrote: > > On 7 October 2018 at 04:01, Bin Meng wrote: > > The description string should not contain unnecessary characters, > > like the ending '\n' or the leading 'CPU:'. > > > > Signed-off-by: Bin Meng > > --- > > > > Changes in v2: None > > > >

Re: [U-Boot] [PATCH v2 2/8] cpu: mpc83xx: Remove unnecessary characters in the description string

2018-10-10 Thread Simon Glass
On 7 October 2018 at 04:01, Bin Meng wrote: > The description string should not contain unnecessary characters, > like the ending '\n' or the leading 'CPU:'. > > Signed-off-by: Bin Meng > --- > > Changes in v2: None > > drivers/cpu/mpc83xx_cpu.c | 2 +- > 1 file changed, 1 insertion(+), 1

[U-Boot] [PATCH v2 2/8] cpu: mpc83xx: Remove unnecessary characters in the description string

2018-10-07 Thread Bin Meng
The description string should not contain unnecessary characters, like the ending '\n' or the leading 'CPU:'. Signed-off-by: Bin Meng --- Changes in v2: None drivers/cpu/mpc83xx_cpu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/cpu/mpc83xx_cpu.c