Commit 0d4a3ac6 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

USB storage

fixed typo in variable name.
parent 58a5ae6a
......@@ -743,7 +743,7 @@ int usbat_handle_read10(struct us_data *us,
if (len - amount >=
sg[sg_segment].length-sg_offset) {
memcpy(page_address(sg[sg_segment].page) +
sg[sg_sgement].offset + sg_offset,
sg[sg_segment].offset + sg_offset,
buffer + amount,
sg[sg_segment].length - sg_offset);
amount +=
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment