diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2008-03-01 07:02:50 +0100 |
---|---|---|
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | 2008-03-03 20:17:14 +0100 |
commit | 79f5bb2839c41a007d7ce1a35f58ea14cef6fdb4 (patch) | |
tree | fdee67a4e55fe79161770c6bc3b86c17c7888ee0 /drivers/scsi | |
parent | [SCSI] qla2xxx: Update version number to 8.02.00-k9. (diff) | |
download | linux-79f5bb2839c41a007d7ce1a35f58ea14cef6fdb4.tar.xz linux-79f5bb2839c41a007d7ce1a35f58ea14cef6fdb4.zip |
[SCSI] docbook: fix scsi source file
Fix docbook problem in SCSI source files.
These cause the generated docbook to be incorrect.
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Diffstat (limited to 'drivers/scsi')
-rw-r--r-- | drivers/scsi/scsi_scan.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/scsi/scsi_scan.c b/drivers/scsi/scsi_scan.c index 1dc165ad17fb..e67c14e31bab 100644 --- a/drivers/scsi/scsi_scan.c +++ b/drivers/scsi/scsi_scan.c @@ -1577,8 +1577,7 @@ static void __scsi_scan_target(struct device *parent, unsigned int channel, } /** - * scsi_scan_target - scan a target id, possibly including all LUNs on the - * target. + * scsi_scan_target - scan a target id, possibly including all LUNs on the target. * @parent: host to scan * @channel: channel to scan * @id: target id to scan |