> 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
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
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(-)
>
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