Re: [Qemu-devel] [PATCH] target: mips: Add /* comments to fix checkpatch error

2019-03-27 Thread Aleksandar Markovic
> From: Stefano Garzarella > Subject: Re: [Qemu-devel] [PATCH] target: mips: Add /* comments to fix > checkpatch error > > On Wed, Mar 27, 2019 at 10:38:59AM +, Jules Irenge wrote: > > Add /* comment to fix checkpatch warning > > "WARNING: Block comments use

Re: [Qemu-devel] [PATCH] target: mips: Add /* comments to fix checkpatch error

2019-03-27 Thread Markus Armbruster
Jules Irenge writes: > Add /* comment to fix checkpatch warning > "WARNING: Block comments use a leading /* on a separate line". > > Signed-off-by: Jules Irenge > --- > target/mips/cp0_timer.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/target/mips/cp0_timer.c

Re: [Qemu-devel] [PATCH] target: mips: Add /* comments to fix checkpatch error

2019-03-27 Thread Stefano Garzarella
On Wed, Mar 27, 2019 at 10:38:59AM +, Jules Irenge wrote: > Add /* comment to fix checkpatch warning > "WARNING: Block comments use a leading /* on a separate line". > > Signed-off-by: Jules Irenge > --- > target/mips/cp0_timer.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) >

[Qemu-devel] [PATCH] target: mips: Add /* comments to fix checkpatch error

2019-03-27 Thread Jules Irenge
Add /* comment to fix checkpatch warning "WARNING: Block comments use a leading /* on a separate line". Signed-off-by: Jules Irenge --- target/mips/cp0_timer.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/target/mips/cp0_timer.c b/target/mips/cp0_timer.c index ffa460b