linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Vladimir Murzin <vladimir.murzin@arm.com>
To: Peng Hao <peng.hao2@zte.com.cn>, linux@armlinux.org.uk
Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH] arm/mm/pmsa-v8 : remove unneeded semicolon
Date: Wed, 2 Jan 2019 10:40:57 +0000	[thread overview]
Message-ID: <8dad8524-b8d1-cb54-0743-68dd3089de8e@arm.com> (raw)
In-Reply-To: <1545891981-84215-1-git-send-email-peng.hao2@zte.com.cn>

On 12/27/18 6:26 AM, Peng Hao wrote:
> Remove unneeded semicolon.
> 
> Signed-off-by: Peng Hao <peng.hao2@zte.com.cn>
> ---
>  arch/arm/mm/pmsa-v8.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/arch/arm/mm/pmsa-v8.c b/arch/arm/mm/pmsa-v8.c
> index 617a83d..0d7d5fb 100644
> --- a/arch/arm/mm/pmsa-v8.c
> +++ b/arch/arm/mm/pmsa-v8.c
> @@ -165,7 +165,7 @@ static int __init pmsav8_setup_ram(unsigned int number, phys_addr_t start,phys_a
>  		return -EINVAL;
>  
>  	bar = start;
> -	lar = (end - 1) & ~(PMSAv8_MINALIGN - 1);;
> +	lar = (end - 1) & ~(PMSAv8_MINALIGN - 1);
>  
>  	bar |= PMSAv8_AP_PL1RW_PL0RW | PMSAv8_RGN_SHARED;
>  	lar |= PMSAv8_LAR_IDX(PMSAv8_RGN_NORMAL) | PMSAv8_LAR_EN;
> @@ -181,7 +181,7 @@ static int __init pmsav8_setup_io(unsigned int number, phys_addr_t start,phys_ad
>  		return -EINVAL;
>  
>  	bar = start;
> -	lar = (end - 1) & ~(PMSAv8_MINALIGN - 1);;
> +	lar = (end - 1) & ~(PMSAv8_MINALIGN - 1);
>  
>  	bar |= PMSAv8_AP_PL1RW_PL0RW | PMSAv8_RGN_SHARED | PMSAv8_BAR_XN;
>  	lar |= PMSAv8_LAR_IDX(PMSAv8_RGN_DEVICE_nGnRnE) | PMSAv8_LAR_EN;
> 

Acked-by: Vladimir Murzin <vladimir.murzin@arm.com>

You need to drop it into Russell's patch system [1]

[1] http://www.armlinux.org.uk/developer/patches/

Cheers
Vladimir

      reply	other threads:[~2019-01-02 10:41 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-27  6:26 [PATCH] arm/mm/pmsa-v8 : remove unneeded semicolon Peng Hao
2019-01-02 10:40 ` Vladimir Murzin [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=8dad8524-b8d1-cb54-0743-68dd3089de8e@arm.com \
    --to=vladimir.murzin@arm.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@armlinux.org.uk \
    --cc=peng.hao2@zte.com.cn \
    /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).