Re: [PATCH] rockchip: ram: sdram_rk3x88: replace comma by semicolon

2022-03-14 Thread Kever Yang
Hi Johan, Johan Jonker 于2022年1月13日周四 00:32写道: > > A comma at the end of a line gives sometimes strange > effects in combination with some code formatters, > so replace a comma by a semicolon in the sdram_rk3188.c > and sdram_rk3288.c files. > > Signed-off-by: Johan Jonker Reviewed-by: Kever

Re: [PATCH] rockchip: ram: sdram_rk3x88: replace comma by semicolon

2022-03-12 Thread Jagan Teki
On Wed, Jan 12, 2022 at 10:02 PM Johan Jonker wrote: > > A comma at the end of a line gives sometimes strange > effects in combination with some code formatters, > so replace a comma by a semicolon in the sdram_rk3188.c > and sdram_rk3288.c files. > > Signed-off-by: Johan Jonker > ---

Re: [PATCH] rockchip: ram: sdram_rk3x88: replace comma by semicolon

2022-01-12 Thread Simon Glass
On Wed, 12 Jan 2022 at 09:32, Johan Jonker wrote: > > A comma at the end of a line gives sometimes strange > effects in combination with some code formatters, > so replace a comma by a semicolon in the sdram_rk3188.c > and sdram_rk3288.c files. > > Signed-off-by: Johan Jonker > --- >

[PATCH] rockchip: ram: sdram_rk3x88: replace comma by semicolon

2022-01-12 Thread Johan Jonker
A comma at the end of a line gives sometimes strange effects in combination with some code formatters, so replace a comma by a semicolon in the sdram_rk3188.c and sdram_rk3288.c files. Signed-off-by: Johan Jonker --- drivers/ram/rockchip/sdram_rk3188.c | 2 +-