Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Documentation: scsi: fix spelling mistakes

Signed-off-by: Eric Engestrom <eric@engestrom.ch>
[jc: fixed trailing whitespace errors]
Signed-off-by: Jonathan Corbet <corbet@lwn.net>

authored by

Eric Engestrom and committed by
Jonathan Corbet
1248562b 86cbbe24

+24 -24
+24 -24
Documentation/scsi/ChangeLog.megaraid_sas
··· 63 63 Current Version : 06.506.00.00-rc1 64 64 Old Version : 06.504.01.00-rc1 65 65 1. Add 4k FastPath DIF support. 66 - 2. Dont load DevHandle unless FastPath enabled. 66 + 2. Don't load DevHandle unless FastPath enabled. 67 67 3. Version and Changelog update. 68 68 ------------------------------------------------------------------------------- 69 69 Release Date : Mon. Oct 1, 2012 17:00:00 PST 2012 - ··· 105 105 1. Fix reglockFlags for degraded raid5/6 for MR 9360/9380. 106 106 2. Mask off flags in ioctl path to prevent memory scribble with older 107 107 MegaCLI versions. 108 - 3. Remove poll_mode_io module paramater, sysfs node, and associated code. 108 + 3. Remove poll_mode_io module parameter, sysfs node, and associated code. 109 109 ------------------------------------------------------------------------------- 110 110 Release Date : Wed. Oct 5, 2011 17:00:00 PST 2010 - 111 111 (emaild-id:megaraidlinux@lsi.com) ··· 199 199 1. Add the Online Controller Reset (OCR) to the Driver. 200 200 OCR is the new feature for megaraid_sas driver which 201 201 will allow the fw to do the chip reset which will not 202 - affact the OS behavious. 202 + affect the OS behavior. 203 203 204 204 To add the OCR support, driver need to do: 205 205 a). reset the controller chips -- Xscale and Gen2 which ··· 233 233 failed state. Driver will kill adapter if can't bring back FW after the 234 234 this three times reset. 235 235 4. Add the input parameter max_sectors to 1MB support to our GEN2 controller. 236 - customer can use the input paramenter max_sectors to add 1MB support to GEN2 236 + customer can use the input parameter max_sectors to add 1MB support to GEN2 237 237 controller. 238 238 239 239 1 Release Date : Thur. Oct 29, 2009 09:12:45 PST 2009 - ··· 582 582 583 583 1 Release Date : Wed Feb 03 14:31:44 PST 2006 - Sumant Patro <Sumant.Patro@lsil.com> 584 584 2 Current Version : 00.00.02.04 585 - 3 Older Version : 00.00.02.04 585 + 3 Older Version : 00.00.02.04 586 586 587 - i. Remove superflous instance_lock 587 + i. Remove superfluous instance_lock 588 588 589 - gets rid of the otherwise superflous instance_lock and avoids an unsave 589 + gets rid of the otherwise superfluous instance_lock and avoids an unsafe 590 590 unsynchronized access in the error handler. 591 591 592 592 - Christoph Hellwig <hch@lst.de> ··· 594 594 595 595 1 Release Date : Wed Feb 03 14:31:44 PST 2006 - Sumant Patro <Sumant.Patro@lsil.com> 596 596 2 Current Version : 00.00.02.04 597 - 3 Older Version : 00.00.02.04 597 + 3 Older Version : 00.00.02.04 598 598 599 599 i. Support for 1078 type (ppc IOP) controller, device id : 0x60 added. 600 - During initialization, depending on the device id, the template members 601 - are initialized with function pointers specific to the ppc or 602 - xscale controllers. 600 + During initialization, depending on the device id, the template members 601 + are initialized with function pointers specific to the ppc or 602 + xscale controllers. 603 603 604 604 -Sumant Patro <Sumant.Patro@lsil.com> 605 605 606 - 1 Release Date : Fri Feb 03 14:16:25 PST 2006 - Sumant Patro 606 + 1 Release Date : Fri Feb 03 14:16:25 PST 2006 - Sumant Patro 607 607 <Sumant.Patro@lsil.com> 608 608 2 Current Version : 00.00.02.04 609 - 3 Older Version : 00.00.02.02 610 - i. Register 16 byte CDB capability with scsi midlayer 609 + 3 Older Version : 00.00.02.02 610 + i. Register 16 byte CDB capability with scsi midlayer 611 611 612 - "This patch properly registers the 16 byte command length capability of the 613 - megaraid_sas controlled hardware with the scsi midlayer. All megaraid_sas 612 + "This patch properly registers the 16 byte command length capability of the 613 + megaraid_sas controlled hardware with the scsi midlayer. All megaraid_sas 614 614 hardware supports 16 byte CDB's." 615 615 616 - -Joshua Giles <joshua_giles@dell.com> 616 + -Joshua Giles <joshua_giles@dell.com> 617 617 618 618 1 Release Date : Mon Jan 23 14:09:01 PST 2006 - Sumant Patro <Sumant.Patro@lsil.com> 619 619 2 Current Version : 00.00.02.02 620 - 3 Older Version : 00.00.02.01 620 + 3 Older Version : 00.00.02.01 621 621 622 - i. New template defined to represent each family of controllers (identified by processor used). 623 - The template will have defintions that will be initialised to appropritae values for a specific family of controllers. The template definition has four function pointers. During driver initialisation the function pointers will be set based on the controller family type. This change is done to support new controllers that has different processors and thus different register set. 622 + i. New template defined to represent each family of controllers (identified by processor used). 623 + The template will have definitions that will be initialised to appropriate values for a specific family of controllers. The template definition has four function pointers. During driver initialisation the function pointers will be set based on the controller family type. This change is done to support new controllers that has different processors and thus different register set. 624 624 625 625 -Sumant Patro <Sumant.Patro@lsil.com> 626 626 627 627 1 Release Date : Mon Dec 19 14:36:26 PST 2005 - Sumant Patro <Sumant.Patro@lsil.com> 628 - 2 Current Version : 00.00.02.00-rc4 629 - 3 Older Version : 00.00.02.01 628 + 2 Current Version : 00.00.02.00-rc4 629 + 3 Older Version : 00.00.02.01 630 630 631 - i. Code reorganized to remove code duplication in megasas_build_cmd. 631 + i. Code reorganized to remove code duplication in megasas_build_cmd. 632 632 633 - "There's a lot of duplicate code megasas_build_cmd. Move that out of the different codepathes and merge the reminder of megasas_build_cmd into megasas_queue_command" 633 + "There's a lot of duplicate code megasas_build_cmd. Move that out of the different codepaths and merge the reminder of megasas_build_cmd into megasas_queue_command" 634 634 635 635 - Christoph Hellwig <hch@lst.de> 636 636