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>] [day] [month] [year] [list]
Date:	Thu, 25 Jun 2015 13:38:54 -0400
From:	Chad Dupuis <chad.dupuis@...gic.com>
To:	Nicholas Krause <xerofoify@...il.com>
CC:	<QLogic-Storage-Upstream@...gic.com>, <JBottomley@...n.com>,
	<linux-scsi@...r.kernel.org>, <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] bnxfc:Make the function bnx2fc_alloc_work static

Make sense.

Acked-by: Chad Dupuis <chad.dupuis@...gic.com>

On Tue, 23 Jun 2015, Nicholas Krause wrote:

> This makes the function bnx_2fc_alloc_work static now due
> to this function's only caller being in this particular
> function's definition/declaration file of bnx2fc_hwi.c.
>
> Signed-off-by: Nicholas Krause <xerofoify@...il.com>
> ---
> drivers/scsi/bnx2fc/bnx2fc_hwi.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/scsi/bnx2fc/bnx2fc_hwi.c b/drivers/scsi/bnx2fc/bnx2fc_hwi.c
> index c6688d7..15eef07 100644
> --- a/drivers/scsi/bnx2fc/bnx2fc_hwi.c
> +++ b/drivers/scsi/bnx2fc/bnx2fc_hwi.c
> @@ -994,7 +994,7 @@ void bnx2fc_arm_cq(struct bnx2fc_rport *tgt)
>
> }
>
> -struct bnx2fc_work *bnx2fc_alloc_work(struct bnx2fc_rport *tgt, u16 wqe)
> +static struct bnx2fc_work *bnx2fc_alloc_work(struct bnx2fc_rport *tgt, u16 wqe)
> {
> 	struct bnx2fc_work *work;
> 	work = kzalloc(sizeof(struct bnx2fc_work), GFP_ATOMIC);
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ