[PATCH v2 03/20] target/mips: Clean up kvm_mips.h

Aleksandar Markovic posted 20 patches 6 years, 4 months ago
Maintainers: Aurelien Jarno <aurelien@aurel32.net>, Aleksandar Markovic <amarkovic@wavecomp.com>, Aleksandar Rikalo <arikalo@wavecomp.com>
There is a newer version of this series
[PATCH v2 03/20] target/mips: Clean up kvm_mips.h
Posted by Aleksandar Markovic 6 years, 4 months ago
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
-- 
2.7.4


Re: [PATCH v2 03/20] target/mips: Clean up kvm_mips.h
Posted by Philippe Mathieu-Daudé 6 years, 4 months ago
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>