diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2008-03-01 06:02:50 (GMT) |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2008-03-03 18:47:13 (GMT) |
commit | e59e4a09729b06a131de9042b2a5b05b7ad26174 (patch) | |
tree | 156798d32aa23592d9b81ecbcd890d46edeecdc3 /drivers | |
parent | 7b089c8b90e6caedda889334bba5c72a152b79c6 (diff) | |
download | linux-e59e4a09729b06a131de9042b2a5b05b7ad26174.tar.xz |
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: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers')
-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 1dc165a..e67c14e 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 |