aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/scsi_debug.c
diff options
context:
space:
mode:
authorTomas Winkler <tomas.winkler@intel.com>2015-07-28 16:54:23 +0300
committerJames Bottomley <JBottomley@Odin.com>2015-09-06 11:01:18 -0700
commit58a8635d5a1b49c4b87fb48969319e1ce77d3f03 (patch)
tree4411fea415b72ce298f1dfffc01aa1d613941dc0 /drivers/scsi/scsi_debug.c
parentscsi_debug: vfree is null safe so drop the check (diff)
downloadlinux-dev-58a8635d5a1b49c4b87fb48969319e1ce77d3f03.tar.xz
linux-dev-58a8635d5a1b49c4b87fb48969319e1ce77d3f03.zip
scsi_debug: make dump_sector static
fixes warning: warning: no previous prototype for ‘dump_sector’ Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Acked-by: Douglas Gilbert <dgilbert@interlog.com> Reviewed-by: Martin K. Petersen <martin.petersen@oracle.com> Signed-off-by: James Bottomley <JBottomley@Odin.com>
Diffstat (limited to '')
-rw-r--r--drivers/scsi/scsi_debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/scsi_debug.c b/drivers/scsi/scsi_debug.c
index e2c509e39765..3a70683cf9f9 100644
--- a/drivers/scsi/scsi_debug.c
+++ b/drivers/scsi/scsi_debug.c
@@ -2681,7 +2681,7 @@ resp_read_dt0(struct scsi_cmnd *scp, struct sdebug_dev_info *devip)
return 0;
}
-void dump_sector(unsigned char *buf, int len)
+static void dump_sector(unsigned char *buf, int len)
{
int i, j, n;