Re: [PATCH] arch: powerpc: kvm: remove unnecessary casting

Christophe Leroy <[email protected]>
Newsgroups org.kernel.vger.kvm-ppc,org.kernel.vger.linux-kernel,org.ozlabs.lists.linuxppc-dev
Message-ID <[email protected]>

Le 09/05/2021 à 14:00, Nour-eddine Taleb a écrit :
> remove unnecessary castings, from "void *" to "struct kvmppc_xics *"
> 
> Signed-off-by: Nour-eddine Taleb <[email protected]>

This patch doesn't apply. Tabs are broken, they've been replaced by 4 
space chars.

> ---
>   arch/powerpc/kvm/book3s_xics.c        | 2 +-
>   arch/powerpc/kvm/book3s_xive.c        | 2 +-
>   arch/powerpc/kvm/book3s_xive_native.c | 2 +-
>   3 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/arch/powerpc/kvm/book3s_xics.c b/arch/powerpc/kvm/book3s_xics.c
> index 303e3cb096db..9ae74fa551a6 100644
> --- a/arch/powerpc/kvm/book3s_xics.c
> +++ b/arch/powerpc/kvm/book3s_xics.c
> @@ -1440,7 +1440,7 @@ static int kvmppc_xics_create(struct kvm_device
> *dev, u32 type)
> 
>   static void kvmppc_xics_init(struct kvm_device *dev)
>   {
> -    struct kvmppc_xics *xics = (struct kvmppc_xics *)dev->private;
> +    struct kvmppc_xics *xics = dev->private;
> 
>       xics_debugfs_init(xics);
>   }
> diff --git a/arch/powerpc/kvm/book3s_xive.c b/arch/powerpc/kvm/book3s_xive.c
> index e7219b6f5f9a..05bcaf81a90a 100644
> --- a/arch/powerpc/kvm/book3s_xive.c
> +++ b/arch/powerpc/kvm/book3s_xive.c
> @@ -2242,7 +2242,7 @@ static void xive_debugfs_init(struct kvmppc_xive *xive)
> 
>   static void kvmppc_xive_init(struct kvm_device *dev)
>   {
> -    struct kvmppc_xive *xive = (struct kvmppc_xive *)dev->private;
> +    struct kvmppc_xive *xive = dev->private;
> 
>       /* Register some debug interfaces */
>       xive_debugfs_init(xive);
> diff --git a/arch/powerpc/kvm/book3s_xive_native.c
> b/arch/powerpc/kvm/book3s_xive_native.c
> index 76800c84f2a3..2703432cea78 100644
> --- a/arch/powerpc/kvm/book3s_xive_native.c
> +++ b/arch/powerpc/kvm/book3s_xive_native.c
> @@ -1265,7 +1265,7 @@ static void xive_native_debugfs_init(struct
> kvmppc_xive *xive)
> 
>   static void kvmppc_xive_native_init(struct kvm_device *dev)
>   {
> -    struct kvmppc_xive *xive = (struct kvmppc_xive *)dev->private;
> +    struct kvmppc_xive *xive = dev->private;
> 
>       /* Register some debug interfaces */
>       xive_native_debugfs_init(xive);
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.