Skip to content

Commit daf6133

Browse files
bvanasschemartinkpetersen
authored andcommitted
scsi: powertec: 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 1dc98be commit daf6133

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/scsi/arm/powertec.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ powertecscsi_dma_stop(struct Scsi_Host *host, struct scsi_pointer *SCp)
184184
* Params : host - driver host structure to return info for.
185185
* Returns : pointer to a static buffer containing null terminated string.
186186
*/
187-
const char *powertecscsi_info(struct Scsi_Host *host)
187+
static const char *powertecscsi_info(struct Scsi_Host *host)
188188
{
189189
struct powertec_info *info = (struct powertec_info *)host->hostdata;
190190
static char string[150];

0 commit comments

Comments
 (0)