summaryrefslogtreecommitdiff
path: root/include/linux/usb/uas.h
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2013-10-23 14:27:09 +0100
committerSarah Sharp <sarah.a.sharp@linux.intel.com>2014-03-04 15:38:11 -0800
commite52e031498cb51aff4f80a19a56700a127cf2a9a (patch)
tree13224aef24ae05f283ab2eb42d9e9e0b2250f90c /include/linux/usb/uas.h
parent4de7a3735bdc4219cf57a0d44f92c06d7127a211 (diff)
uas: s/response_ui/response_iu/
Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Sarah Sharp <sarah.a.sharp@linux.intel.com>
Diffstat (limited to 'include/linux/usb/uas.h')
-rw-r--r--include/linux/usb/uas.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/usb/uas.h b/include/linux/usb/uas.h
index 5499ab5c94bd..14041780fb6c 100644
--- a/include/linux/usb/uas.h
+++ b/include/linux/usb/uas.h
@@ -79,7 +79,7 @@ struct sense_iu {
__u8 sense[SCSI_SENSE_BUFFERSIZE];
};
-struct response_ui {
+struct response_iu {
__u8 iu_id;
__u8 rsvd1;
__be16 tag;