Skip to content

Commit 1414045

Browse files
bvanasschemartinkpetersen
authored andcommitted
scsi: cumana: 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 f5a954b commit 1414045

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/scsi/arm/cumana_2.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ cumanascsi_2_dma_stop(struct Scsi_Host *host, struct scsi_pointer *SCp)
296296
* Params : host - driver host structure to return info for.
297297
* Returns : pointer to a static buffer containing null terminated string.
298298
*/
299-
const char *cumanascsi_2_info(struct Scsi_Host *host)
299+
static const char *cumanascsi_2_info(struct Scsi_Host *host)
300300
{
301301
struct cumanascsi2_info *info = (struct cumanascsi2_info *)host->hostdata;
302302
static char string[150];

0 commit comments

Comments
 (0)