On 9/25/19 2:45 PM, Aleksandar Markovic wrote:
> From: Aleksandar Markovic <amarkovic@wavecomp.com>
>
> Mostly fix errors and warnings reported by 'checkpatch.pl -f'.
>
> Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com>
> ---
> target/mips/kvm_mips.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/target/mips/kvm_mips.h b/target/mips/kvm_mips.h
> index ae957f3..1e40147 100644
> --- a/target/mips/kvm_mips.h
> +++ b/target/mips/kvm_mips.h
> @@ -7,7 +7,7 @@
> *
> * Copyright (C) 2012-2014 Imagination Technologies Ltd.
> * Authors: Sanjay Lal <sanjayl@kymasys.com>
> -*/
> + */
>
> #ifndef KVM_MIPS_H
> #define KVM_MIPS_H
>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>