Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 80682fa9 authored by Uwe Zeisberger's avatar Uwe Zeisberger Committed by Adrian Bunk
Browse files

Fix "frist", "fisrt", typos

parent 7ad4a5d5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -326,7 +326,7 @@ EXPORT_SYMBOL_GPL(platform_device_register);
 *	platform_device_unregister - unregister a platform-level device
 *	@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
 *	calling platform_device_put().
 */
+1 −1
Original line number Diff line number Diff line
@@ -2137,7 +2137,7 @@ static void start_io( ctlr_info_t *h)
			break;
		}

		/* Get the frist entry from the Request Q */ 
		/* Get the first entry from the Request Q */ 
		removeQ(&(h->reqQ), c);
		h->Qdepth--;
	
+1 −1
Original line number Diff line number Diff line
@@ -1404,7 +1404,7 @@ add_claw_reads(struct net_device *dev, struct ccwbk* p_first,

        if ( privptr-> p_read_active_first ==NULL ) {
#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__);
                printk(KERN_INFO "%s:%s Read active first/last changed \n",
			dev->name,__FUNCTION__);
+1 −1
Original line number Diff line number Diff line
@@ -915,7 +915,7 @@ static int megasas_reset_bus_host(struct scsi_cmnd *scmd)
	int ret;

	/*
	 * Frist wait for all commands to complete
	 * First wait for all commands to complete
	 */
	ret = megasas_generic_reset(scmd);