commit | a08415ea2a8b3f0173fd0612317d5cba5b57fedb | [log] [tgz] |
---|---|---|
author | John Pittman <jpittman@redhat.com> | Wed Nov 22 12:56:22 2017 -0500 |
committer | Jonathan Corbet <corbet@lwn.net> | Sat Dec 02 08:43:43 2017 -0700 |
tree | 36488517a1b710be98348ff66f57ce6a2b0e820b | |
parent | 0f83aaa3c07a46b41b2d5d8ee6b88617eb2c2f09 [diff] |
scsi: documentation: Fix case of 'scsi_device' struct mention(s) In scsi_mid_low_api.txt a the scsi_device structure is mentioned several times, but the leading 's' is uppercase (Scsi_device) and should be lowercase (scsi_device). Fixed by this commit. Signed-off-by: John Pittman <jpittman@redhat.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>