Skip to content

Commit 1dc98be

Browse files
bvanasschemartinkpetersen
authored andcommitted
scsi: eesox: Declare local function static
Signed-off-by: Bart Van Assche <[email protected]> Link: https://lore.kernel.org/r/[email protected] Reviewed-by: Johannes Thumshirn <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]>
1 parent 1414045 commit 1dc98be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/scsi/arm/eesox.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ eesoxscsi_dma_stop(struct Scsi_Host *host, struct scsi_pointer *SCp)
381381
* Params : host - driver host structure to return info for.
382382
* Returns : pointer to a static buffer containing null terminated string.
383383
*/
384-
const char *eesoxscsi_info(struct Scsi_Host *host)
384+
static const char *eesoxscsi_info(struct Scsi_Host *host)
385385
{
386386
struct eesoxscsi_info *info = (struct eesoxscsi_info *)host->hostdata;
387387
static char string[150];

0 commit comments

Comments
 (0)