Skip to content

Commit 1dc98be

Browse files
bvanasschemartinkpetersen
authored andcommitted
scsi: eesox: Declare local function static
Signed-off-by: Bart Van Assche <bvanassche@acm.org> Link: https://lore.kernel.org/r/20240603172311.1587589-4-bvanassche@acm.org Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
1 parent 1414045 commit 1dc98be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)