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: <CAHTX3dJnM6=ygqH+vJr9WTNanHyeZX36UTPLALZq0eoQtQ5JoQ@mail.gmail.com>
Date:   Mon, 13 Dec 2021 16:27:15 +0100
From:   Michal Simek <monstr@...str.eu>
To:     Xiang wangx <wangxiang@...rlc.com>
Cc:     linux-arm <linux-arm-kernel@...ts.infradead.org>,
        LKML <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] microblaze: add const to of_device_id

ne 12. 12. 2021 v 15:13 odesílatel Xiang wangx <wangxiang@...rlc.com> napsal:
>
> struct of_device_id should normally be const.
>
> Signed-off-by: Xiang wangx <wangxiang@...rlc.com>
> ---
>  arch/microblaze/pci/xilinx_pci.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/microblaze/pci/xilinx_pci.c b/arch/microblaze/pci/xilinx_pci.c
> index b800909ddccf..f4cb86fffcee 100644
> --- a/arch/microblaze/pci/xilinx_pci.c
> +++ b/arch/microblaze/pci/xilinx_pci.c
> @@ -27,7 +27,7 @@
>  #define PCI_HOST_ENABLE_CMD (PCI_COMMAND_SERR | PCI_COMMAND_PARITY | \
>                                 PCI_COMMAND_MASTER | PCI_COMMAND_MEMORY)
>
> -static struct of_device_id xilinx_pci_match[] = {
> +static const struct of_device_id xilinx_pci_match[] = {
>         { .compatible = "xlnx,plbv46-pci-1.03.a", },
>         {}
>  };
> --
> 2.20.1
>

Applied.
M

-- 
Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Xilinx Microblaze
Maintainer of Linux kernel - Xilinx Zynq ARM and ZynqMP ARM64 SoCs
U-Boot custodian - Xilinx Microblaze/Zynq/ZynqMP/Versal SoCs

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ