summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/nsp32_debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi/nsp32_debug.c')
-rw-r--r--drivers/scsi/nsp32_debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/nsp32_debug.c b/drivers/scsi/nsp32_debug.c
index 58806f432a16..4f1d4bf9c775 100644
--- a/drivers/scsi/nsp32_debug.c
+++ b/drivers/scsi/nsp32_debug.c
@@ -137,7 +137,7 @@ static void print_commandk (unsigned char *command)
printk("\n");
}
-static void show_command(Scsi_Cmnd *SCpnt)
+static void show_command(struct scsi_cmnd *SCpnt)
{
print_commandk(SCpnt->cmnd);
}