Re: [PATCH] scsi: lpfc: make a couple of functions static

From: James Smart
Date: Mon May 29 2017 - 19:08:52 EST


Patch is fine.

Signed-off-by: James Smart <james.smart@xxxxxxxxxxxx>

-- james


On 5/18/2017 2:35 AM, Colin King wrote:
From: Colin Ian King <colin.king@xxxxxxxxxxxxx>

functions lpfc_nvmet_cleanup_io_context and lpfc_nvmet_setup_io_context
can be made static as they do not need to be in global scope.

Cleans up sparse warnings:
"warning: symbol 'lpfc_nvmet_cleanup_io_context' was not declared.
Should it be static?"
"warning: symbol 'lpfc_nvmet_setup_io_context' was not declared.
Should it be static?"

Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx>