瀏覽代碼

Fix "frist", "fisrt", typos

Signed-off-by: Uwe Zeisberger <Uwe_Zeisberger@digi.com>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Uwe Zeisberger 19 年之前
父節點
當前提交
80682fa9f7
共有 4 個文件被更改,包括 4 次插入4 次删除
  1. 1 1
      drivers/base/platform.c
  2. 1 1
      drivers/block/cciss.c
  3. 1 1
      drivers/s390/net/claw.c
  4. 1 1
      drivers/scsi/megaraid/megaraid_sas.c

+ 1 - 1
drivers/base/platform.c

@@ -326,7 +326,7 @@ EXPORT_SYMBOL_GPL(platform_device_register);
  *	platform_device_unregister - unregister a platform-level device
  *	platform_device_unregister - unregister a platform-level device
  *	@pdev:	platform device we're unregistering
  *	@pdev:	platform device we're unregistering
  *
  *
- *	Unregistration is done in 2 steps. Fisrt we release all resources
+ *	Unregistration is done in 2 steps. First we release all resources
  *	and remove it from the subsystem, then we drop reference count by
  *	and remove it from the subsystem, then we drop reference count by
  *	calling platform_device_put().
  *	calling platform_device_put().
  */
  */

+ 1 - 1
drivers/block/cciss.c

@@ -2137,7 +2137,7 @@ static void start_io( ctlr_info_t *h)
 			break;
 			break;
 		}
 		}
 
 
-		/* Get the frist entry from the Request Q */ 
+		/* Get the first entry from the Request Q */ 
 		removeQ(&(h->reqQ), c);
 		removeQ(&(h->reqQ), c);
 		h->Qdepth--;
 		h->Qdepth--;
 	
 	

+ 1 - 1
drivers/s390/net/claw.c

@@ -1404,7 +1404,7 @@ add_claw_reads(struct net_device *dev, struct ccwbk* p_first,
 
 
         if ( privptr-> p_read_active_first ==NULL ) {
         if ( privptr-> p_read_active_first ==NULL ) {
 #ifdef DEBUGMSG
 #ifdef DEBUGMSG
-                printk(KERN_INFO "%s:%s p_read_active_frist == NULL \n",
+                printk(KERN_INFO "%s:%s p_read_active_first == NULL \n",
 			dev->name,__FUNCTION__);
 			dev->name,__FUNCTION__);
                 printk(KERN_INFO "%s:%s Read active first/last changed \n",
                 printk(KERN_INFO "%s:%s Read active first/last changed \n",
 			dev->name,__FUNCTION__);
 			dev->name,__FUNCTION__);

+ 1 - 1
drivers/scsi/megaraid/megaraid_sas.c

@@ -915,7 +915,7 @@ static int megasas_reset_bus_host(struct scsi_cmnd *scmd)
 	int ret;
 	int ret;
 
 
 	/*
 	/*
-	 * Frist wait for all commands to complete
+	 * First wait for all commands to complete
 	 */
 	 */
 	ret = megasas_generic_reset(scmd);
 	ret = megasas_generic_reset(scmd);