TYPO: Change periperal_device_type to just device_type

but leave the old name as a define for backward compatibility
This commit is contained in:
Ronnie Sahlberg
2012-09-03 09:45:59 -07:00
parent 77fc2497f7
commit 116af01156
14 changed files with 47 additions and 43 deletions
+1 -1
View File
@@ -103,7 +103,7 @@ tur_try_again:
fprintf(stderr, "failed to unmarshall inquiry datain blob\n");
exit(10);
}
type = inq->periperal_device_type;
type = inq->device_type;
scsi_free_scsi_task(task);