We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1414045 commit 1dc98beCopy full SHA for 1dc98be
drivers/scsi/arm/eesox.c
@@ -381,7 +381,7 @@ eesoxscsi_dma_stop(struct Scsi_Host *host, struct scsi_pointer *SCp)
381
* Params : host - driver host structure to return info for.
382
* Returns : pointer to a static buffer containing null terminated string.
383
*/
384
-const char *eesoxscsi_info(struct Scsi_Host *host)
+static const char *eesoxscsi_info(struct Scsi_Host *host)
385
{
386
struct eesoxscsi_info *info = (struct eesoxscsi_info *)host->hostdata;
387
static char string[150];
0 commit comments