]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commit
scsi: sd: Cleaned up comment references to @sdp argument explanation.
authorJohn Pittman <jpittman@redhat.com>
Thu, 12 Jan 2017 21:17:20 +0000 (16:17 -0500)
committerMartin K. Petersen <martin.petersen@oracle.com>
Fri, 20 Jan 2017 21:59:03 +0000 (16:59 -0500)
commitf2a3313d65f0bf6d3fefe8fa40e0208fe003e59e
tree0237edf2bff4a51cf0f41a6f08def103a34f737d
parentf253473699b2e308e48a6e2eacb4391e045410c9
scsi: sd: Cleaned up comment references to @sdp argument explanation.

In sd.c there are two comment references to 'struct scsi_device *sdp' as
an argument.  One of the references has a typo and the other should be a
reference to 'struct device *dev' instead.

Fixed by correcting the typo in the first and changing the explanation
in the second.

Signed-off-by: John Pittman <jpittman@redhat.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/sd.c