lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <227e1408-4be3-9793-c604-d26875d0a586@csgroup.eu>
Date:   Tue, 8 Mar 2022 13:43:16 +0100
From:   Christophe Leroy <christophe.leroy@...roup.eu>
To:     Zhen Lei <thunder.leizhen@...wei.com>,
        Geoff Levand <geoff@...radead.org>,
        Michael Ellerman <mpe@...erman.id.au>,
        Benjamin Herrenschmidt <benh@...nel.crashing.org>,
        Paul Mackerras <paulus@...ba.org>,
        linuxppc-dev <linuxppc-dev@...ts.ozlabs.org>,
        linux-kernel <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH 1/1] powerpc/ps3: Remove a couple of unneeded semicolons



Le 08/05/2021 à 11:51, Zhen Lei a écrit :
> The semicolon immediately following '}' is unneeded.
> 
> Signed-off-by: Zhen Lei <thunder.leizhen@...wei.com>

A more recent version of your patch are available at 
https://patchwork.ozlabs.org/project/linuxppc-dev/patch/01647102607ce9640c9f27786d976109a3c4ea7e.1629197153.git.jing.yangyang@zte.com.cn/


> ---
>   arch/powerpc/platforms/ps3/system-bus.c | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/arch/powerpc/platforms/ps3/system-bus.c b/arch/powerpc/platforms/ps3/system-bus.c
> index b431f41c6cb53ab..5c739267ddd2174 100644
> --- a/arch/powerpc/platforms/ps3/system-bus.c
> +++ b/arch/powerpc/platforms/ps3/system-bus.c
> @@ -603,7 +603,7 @@ static dma_addr_t ps3_ioc0_map_page(struct device *_dev, struct page *page,
>   	default:
>   		/* not happned */
>   		BUG();
> -	};
> +	}
>   	result = ps3_dma_map(dev->d_region, (unsigned long)ptr, size,
>   			     &bus_addr, iopte_flag);
>   
> @@ -762,7 +762,7 @@ int ps3_system_bus_device_register(struct ps3_system_bus_device *dev)
>   		break;
>   	default:
>   		BUG();
> -	};
> +	}
>   
>   	dev->core.of_node = NULL;
>   	set_dev_node(&dev->core, 0);

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ