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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Thu, 23 Mar 2017 13:29:14 -0500
From:   Alan Tull <delicious.quinoa@...il.com>
To:     Moritz Fischer <mdf@...nel.org>
Cc:     linux-fpga@...r.kernel.org,
        Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
        linux-kernel <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] fpga: altera_freeze_bridge: Constify ops

On Fri, Mar 17, 2017 at 3:15 PM, Moritz Fischer <mdf@...nel.org> wrote:
> The ops are not changing, make them const.
>
> Signed-off-by: Moritz Fischer <mdf@...nel.org>

Acked-by: Alan Tull <atull@...nel.org>

> Cc: Alan Tull <atull@...nel.org>
> Cc: linux-kernel@...r.kernel.org
> Cc: linux-fpga@...r.kernel.org
> ---
>  drivers/fpga/altera-freeze-bridge.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/fpga/altera-freeze-bridge.c b/drivers/fpga/altera-freeze-bridge.c
> index 8dcd9fb..8c1bc7e 100644
> --- a/drivers/fpga/altera-freeze-bridge.c
> +++ b/drivers/fpga/altera-freeze-bridge.c
> @@ -203,7 +203,7 @@ static int altera_freeze_br_enable_show(struct fpga_bridge *bridge)
>         return priv->enable;
>  }
>
> -static struct fpga_bridge_ops altera_freeze_br_br_ops = {
> +static const struct fpga_bridge_ops altera_freeze_br_br_ops = {
>         .enable_set = altera_freeze_br_enable_set,
>         .enable_show = altera_freeze_br_enable_show,
>  };
> --
> 2.7.4
>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ