diff options
author | Masanari Iida <standby24x7@gmail.com> | 2016-10-21 04:59:32 +0900 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2016-10-21 15:17:39 -0600 |
commit | 5d812b47a668f539f763a9e95167fd2bdf488a7a (patch) | |
tree | fc010358c2b6443f3e3a033aa75dc2207b5d7609 | |
parent | a164a8a6635469b653fa132a3ec283df6bc147f4 (diff) | |
download | linux-5d812b47a668f539f763a9e95167fd2bdf488a7a.tar.bz2 |
Doc: cciss: Fix a typo in cciss.txt
This patch fix a spelling typo in cciss.txt
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Acked-by: Don Brace <don.brace@microsemi.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
-rw-r--r-- | Documentation/blockdev/cciss.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/blockdev/cciss.txt b/Documentation/blockdev/cciss.txt index b79d0a13e7cd..3a5477cc456e 100644 --- a/Documentation/blockdev/cciss.txt +++ b/Documentation/blockdev/cciss.txt @@ -184,7 +184,7 @@ infrequently used and the primary purpose of Smart Array controllers is to act as a RAID controller for disk drives, so the vast majority of commands are allocated for disk devices. However, if you have more than a few tape drives attached to a smart array, the default number of commands may not be -enought (for example, if you have 8 tape drives, you could only rewind 6 +enough (for example, if you have 8 tape drives, you could only rewind 6 at one time with the default number of commands.) The cciss_tape_cmds module parameter allows more commands (up to 16 more) to be allocated for use by tape drives. For example: |