aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/dc395x.c
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2010-11-01 15:38:34 -0400
committerJiri Kosina <jkosina@suse.cz>2010-11-01 15:38:34 -0400
commitb595076a180a56d1bb170e6eceda6eb9d76f4cd3 (patch)
treebc01ec7283808013e0b8ce7713fd6fc40f810429 /drivers/scsi/dc395x.c
parent6aaccece1c483f189f76f1282b3984ff4c7ecb0a (diff)
tree-wide: fix comment/printk typos
"gadget", "through", "command", "maintain", "maintain", "controller", "address", "between", "initiali[zs]e", "instead", "function", "select", "already", "equal", "access", "management", "hierarchy", "registration", "interest", "relative", "memory", "offset", "already", Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/scsi/dc395x.c')
-rw-r--r--drivers/scsi/dc395x.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/scsi/dc395x.c b/drivers/scsi/dc395x.c
index 54f50b07dac7..31bbfb244bc4 100644
--- a/drivers/scsi/dc395x.c
+++ b/drivers/scsi/dc395x.c
@@ -3795,7 +3795,7 @@ static struct DeviceCtlBlk *device_alloc(struct AdapterCtlBlk *acb,
3795 * adapter_add_device - Adds the device instance to the adaptor instance. 3795 * adapter_add_device - Adds the device instance to the adaptor instance.
3796 * 3796 *
3797 * @acb: The adapter device to be updated 3797 * @acb: The adapter device to be updated
3798 * @dcb: A newly created and intialised device instance to add. 3798 * @dcb: A newly created and initialised device instance to add.
3799 **/ 3799 **/
3800static void adapter_add_device(struct AdapterCtlBlk *acb, 3800static void adapter_add_device(struct AdapterCtlBlk *acb,
3801 struct DeviceCtlBlk *dcb) 3801 struct DeviceCtlBlk *dcb)
@@ -4497,7 +4497,7 @@ static void __devinit adapter_init_chip(struct AdapterCtlBlk *acb)
4497 * init_adapter - Grab the resource for the card, setup the adapter 4497 * init_adapter - Grab the resource for the card, setup the adapter
4498 * information, set the card into a known state, create the various 4498 * information, set the card into a known state, create the various
4499 * tables etc etc. This basically gets all adapter information all up 4499 * tables etc etc. This basically gets all adapter information all up
4500 * to date, intialised and gets the chip in sync with it. 4500 * to date, initialised and gets the chip in sync with it.
4501 * 4501 *
4502 * @host: This hosts adapter structure 4502 * @host: This hosts adapter structure
4503 * @io_port: The base I/O port 4503 * @io_port: The base I/O port
@@ -4788,7 +4788,7 @@ static void banner_display(void)
4788 * that it finds in the system. The pci_dev strcuture indicates which 4788 * that it finds in the system. The pci_dev strcuture indicates which
4789 * instance we are being called from. 4789 * instance we are being called from.
4790 * 4790 *
4791 * @dev: The PCI device to intialize. 4791 * @dev: The PCI device to initialize.
4792 * @id: Looks like a pointer to the entry in our pci device table 4792 * @id: Looks like a pointer to the entry in our pci device table
4793 * that was actually matched by the PCI subsystem. 4793 * that was actually matched by the PCI subsystem.
4794 * 4794 *
@@ -4859,7 +4859,7 @@ fail:
4859 * dc395x_remove_one - Called to remove a single instance of the 4859 * dc395x_remove_one - Called to remove a single instance of the
4860 * adapter. 4860 * adapter.
4861 * 4861 *
4862 * @dev: The PCI device to intialize. 4862 * @dev: The PCI device to initialize.
4863 **/ 4863 **/
4864static void __devexit dc395x_remove_one(struct pci_dev *dev) 4864static void __devexit dc395x_remove_one(struct pci_dev *dev)
4865{ 4865{