Bug 14572 - No closing brace, in the example tag_info.
Summary: No closing brace, in the example tag_info.
Status: RESOLVED OBSOLETE
Alias: None
Product: IO/Storage
Classification: Unclassified
Component: SCSI (show other bugs)
Hardware: All Linux
: P1 normal
Assignee: linux-scsi@vger.kernel.org
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-09 22:58 UTC by Pavel Vasilyev
Modified: 2013-12-10 17:02 UTC (History)
1 user (show)

See Also:
Kernel Version: 2.6.32-rc6
Subsystem:
Regression: No
Bisected commit-id:


Attachments

Description Pavel Vasilyev 2009-11-09 22:58:42 UTC
No closing brace. In the example tag_info.

diff -ur a/Documentation/scsi/aic79xx.txt b/Documentation/scsi/aic79xx.txt
--- a/Documentation/scsi/aic79xx.txt    2009-11-10 01:37:25.054003554 +0300
+++ b/Documentation/scsi/aic79xx.txt    2009-11-10 01:37:59.575004426 +0300
@@ -269,7 +269,7 @@
                       per controller basis.  Both controllers and targets
                       may be ommitted indicating that they should retain
                       the default tag depth.
-            Examples: tag_info:{{16,32,32,64,8,8,,32,32,32,32,32,32,32,32,32}
+            Examples: tag_info:{{16,32,32,64,8,8,,32,32,32,32,32,32,32,32,32}}
                         On Controller 0
                           specifies a tag depth of 16 for target 0
                           specifies a tag depth of 64 for target 3

Note You need to log in before you can comment on or make changes to this bug.