Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Bart Van Assche and committed by
Martin K. Petersen
1dc98be4 14140457

+1 -1
+1 -1
drivers/scsi/arm/eesox.c
··· 381 381 * Params : host - driver host structure to return info for. 382 382 * Returns : pointer to a static buffer containing null terminated string. 383 383 */ 384 - const char *eesoxscsi_info(struct Scsi_Host *host) 384 + static const char *eesoxscsi_info(struct Scsi_Host *host) 385 385 { 386 386 struct eesoxscsi_info *info = (struct eesoxscsi_info *)host->hostdata; 387 387 static char string[150];