]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - Documentation/scsi/scsi_mid_low_api.txt
Merge tag 'iio-fixes-for-4.6a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23...
[karo-tx-linux.git] / Documentation / scsi / scsi_mid_low_api.txt
index 731bc4f4c5e64a1ef0a4fce0ea3bf352f8f4c389..255075157511640622258f5d2801f5eceb51f13a 100644 (file)
@@ -1269,7 +1269,7 @@ Members of interest:
     request_buffer - either contains data buffer or scatter gather list
                      depending on the setting of use_sg. Scatter gather
                      elements are defined by 'struct scatterlist' found
-                     in include/asm/scatterlist.h .
+                     in include/linux/scatterlist.h .
     done         - function pointer that should be invoked by LLD when the
                    SCSI command is completed (successfully or otherwise).
                    Should only be called by an LLD if the LLD has accepted