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

Configure Feed

Select the types of activity you want to include in your feed.

scsi: cumana: Declare local function static

Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Link: https://lore.kernel.org/r/20240603172311.1587589-3-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
14140457 f5a954bb

+1 -1
+1 -1
drivers/scsi/arm/cumana_2.c
··· 296 296 * Params : host - driver host structure to return info for. 297 297 * Returns : pointer to a static buffer containing null terminated string. 298 298 */ 299 - const char *cumanascsi_2_info(struct Scsi_Host *host) 299 + static const char *cumanascsi_2_info(struct Scsi_Host *host) 300 300 { 301 301 struct cumanascsi2_info *info = (struct cumanascsi2_info *)host->hostdata; 302 302 static char string[150];