linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Helge Deller <deller@gmx.de>
To: Wan Jiabing <wanjiabing@vivo.com>,
	"James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>,
	linux-parisc@vger.kernel.org, linux-kernel@vger.kernel.org
Cc: kael_w@yeah.net
Subject: Re: [PATCH] arch: parisc: Remove duplicate struct task_struct declaration
Date: Wed, 31 Mar 2021 15:40:47 +0200	[thread overview]
Message-ID: <06101862-156f-8613-1176-751e0eeacc26@gmx.de> (raw)
In-Reply-To: <20210331012857.2799385-1-wanjiabing@vivo.com>

On 3/31/21 3:28 AM, Wan Jiabing wrote:
> struct task_struct is declared twice. One has been declared
> at 154th line. Remove the duplicate.
>
> Signed-off-by: Wan Jiabing <wanjiabing@vivo.com>

Thanks, applied to parisc tree.

Helge

> ---
>   arch/parisc/include/asm/processor.h | 1 -
>   1 file changed, 1 deletion(-)
>
> diff --git a/arch/parisc/include/asm/processor.h b/arch/parisc/include/asm/processor.h
> index 11ece0d07374..b5fbcd2c1780 100644
> --- a/arch/parisc/include/asm/processor.h
> +++ b/arch/parisc/include/asm/processor.h
> @@ -272,7 +272,6 @@ on downward growing arches, it looks like this:
>   	regs->gr[23] = 0;				\
>   } while(0)
>
> -struct task_struct;
>   struct mm_struct;
>
>   /* Free all resources held by a thread. */
>


      reply	other threads:[~2021-03-31 13:42 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-31  1:28 [PATCH] arch: parisc: Remove duplicate struct task_struct declaration Wan Jiabing
2021-03-31 13:40 ` Helge Deller [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=06101862-156f-8613-1176-751e0eeacc26@gmx.de \
    --to=deller@gmx.de \
    --cc=James.Bottomley@HansenPartnership.com \
    --cc=kael_w@yeah.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-parisc@vger.kernel.org \
    --cc=wanjiabing@vivo.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).