Re: [PATCH] x86: chromebook_coral: fix C block comment

2021-10-26 Thread Bin Meng
On Wed, Oct 27, 2021 at 11:07 AM Bin Meng wrote: > > On Thu, Oct 21, 2021 at 5:31 AM Alistair Delva wrote: > > > > Fix a warning seen when compiling this dts file. > > > > Signed-off-by: Alistair Delva > > Cc: Simon Glass > > Cc: Bin Meng > > --- > > arch/x86/dts/chromebook_coral.dts | 1 + >

Re: [PATCH] x86: chromebook_coral: fix C block comment

2021-10-26 Thread Bin Meng
On Thu, Oct 21, 2021 at 5:31 AM Alistair Delva wrote: > > Fix a warning seen when compiling this dts file. > > Signed-off-by: Alistair Delva > Cc: Simon Glass > Cc: Bin Meng > --- > arch/x86/dts/chromebook_coral.dts | 1 + > 1 file changed, 1 insertion(+) > Reviewed-by: Bin Meng

Re: [PATCH] x86: chromebook_coral: fix C block comment

2021-10-21 Thread Simon Glass
On Wed, 20 Oct 2021 at 15:31, Alistair Delva wrote: > > Fix a warning seen when compiling this dts file. > > Signed-off-by: Alistair Delva > Cc: Simon Glass > Cc: Bin Meng > --- > arch/x86/dts/chromebook_coral.dts | 1 + > 1 file changed, 1 insertion(+) Reviewed-by: Simon Glass > diff --gi