diff options
author | Uwe Zeisberger <Uwe_Zeisberger@digi.com> | 2006-03-21 18:21:33 -0500 |
---|---|---|
committer | Adrian Bunk <bunk@stusta.de> | 2006-03-21 18:21:33 -0500 |
commit | 80682fa9f70932950c913fd10411c004c4c2e8b0 (patch) | |
tree | 696d4e63124bd6b73c8ec25ee81185545f0cf828 /drivers | |
parent | 7ad4a5d56874b37ad24d89aae2f8d192ba7b1521 (diff) |
Fix "frist", "fisrt", typos
Signed-off-by: Uwe Zeisberger <Uwe_Zeisberger@digi.com>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/base/platform.c | 2 | ||||
-rw-r--r-- | drivers/block/cciss.c | 2 | ||||
-rw-r--r-- | drivers/s390/net/claw.c | 2 | ||||
-rw-r--r-- | drivers/scsi/megaraid/megaraid_sas.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/drivers/base/platform.c b/drivers/base/platform.c index 89b268321321..83f5c5984d1a 100644 --- a/drivers/base/platform.c +++ b/drivers/base/platform.c | |||
@@ -326,7 +326,7 @@ EXPORT_SYMBOL_GPL(platform_device_register); | |||
326 | * platform_device_unregister - unregister a platform-level device | 326 | * platform_device_unregister - unregister a platform-level device |
327 | * @pdev: platform device we're unregistering | 327 | * @pdev: platform device we're unregistering |
328 | * | 328 | * |
329 | * Unregistration is done in 2 steps. Fisrt we release all resources | 329 | * Unregistration is done in 2 steps. First we release all resources |
330 | * and remove it from the subsystem, then we drop reference count by | 330 | * and remove it from the subsystem, then we drop reference count by |
331 | * calling platform_device_put(). | 331 | * calling platform_device_put(). |
332 | */ | 332 | */ |
diff --git a/drivers/block/cciss.c b/drivers/block/cciss.c index 0d65394707db..62b6f9da60b2 100644 --- a/drivers/block/cciss.c +++ b/drivers/block/cciss.c | |||
@@ -2137,7 +2137,7 @@ static void start_io( ctlr_info_t *h) | |||
2137 | break; | 2137 | break; |
2138 | } | 2138 | } |
2139 | 2139 | ||
2140 | /* Get the frist entry from the Request Q */ | 2140 | /* Get the first entry from the Request Q */ |
2141 | removeQ(&(h->reqQ), c); | 2141 | removeQ(&(h->reqQ), c); |
2142 | h->Qdepth--; | 2142 | h->Qdepth--; |
2143 | 2143 | ||
diff --git a/drivers/s390/net/claw.c b/drivers/s390/net/claw.c index a86436a7a606..acd2a3f005f1 100644 --- a/drivers/s390/net/claw.c +++ b/drivers/s390/net/claw.c | |||
@@ -1404,7 +1404,7 @@ add_claw_reads(struct net_device *dev, struct ccwbk* p_first, | |||
1404 | 1404 | ||
1405 | if ( privptr-> p_read_active_first ==NULL ) { | 1405 | if ( privptr-> p_read_active_first ==NULL ) { |
1406 | #ifdef DEBUGMSG | 1406 | #ifdef DEBUGMSG |
1407 | printk(KERN_INFO "%s:%s p_read_active_frist == NULL \n", | 1407 | printk(KERN_INFO "%s:%s p_read_active_first == NULL \n", |
1408 | dev->name,__FUNCTION__); | 1408 | dev->name,__FUNCTION__); |
1409 | printk(KERN_INFO "%s:%s Read active first/last changed \n", | 1409 | printk(KERN_INFO "%s:%s Read active first/last changed \n", |
1410 | dev->name,__FUNCTION__); | 1410 | dev->name,__FUNCTION__); |
diff --git a/drivers/scsi/megaraid/megaraid_sas.c b/drivers/scsi/megaraid/megaraid_sas.c index 4f39dd01936d..84c379ffa2a8 100644 --- a/drivers/scsi/megaraid/megaraid_sas.c +++ b/drivers/scsi/megaraid/megaraid_sas.c | |||
@@ -915,7 +915,7 @@ static int megasas_reset_bus_host(struct scsi_cmnd *scmd) | |||
915 | int ret; | 915 | int ret; |
916 | 916 | ||
917 | /* | 917 | /* |
918 | * Frist wait for all commands to complete | 918 | * First wait for all commands to complete |
919 | */ | 919 | */ |
920 | ret = megasas_generic_reset(scmd); | 920 | ret = megasas_generic_reset(scmd); |
921 | 921 | ||