2015-06-25 17:39:14

by Chad Dupuis

[permalink] [raw]
Subject: Re: [PATCH] bnxfc:Make the function bnx2fc_alloc_work static

Make sense.

Acked-by: Chad Dupuis <[email protected]>

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 <[email protected]>
> ---
> 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);
>