Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 22674
b: refs/heads/master
c: 80682fa
h: refs/heads/master
v: v3
  • Loading branch information
Uwe Zeisberger authored and Adrian Bunk committed Mar 21, 2006
1 parent 0a2d4b7 commit 670aad2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7ad4a5d56874b37ad24d89aae2f8d192ba7b1521
refs/heads/master: 80682fa9f70932950c913fd10411c004c4c2e8b0
2 changes: 1 addition & 1 deletion trunk/drivers/base/platform.c
Original file line number Diff line number Diff line change
Expand Up @@ -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().
*/
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/block/cciss.c
Original file line number Diff line number Diff line change
Expand Up @@ -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--;

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/s390/net/claw.c
Original file line number Diff line number Diff line change
Expand Up @@ -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__);
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/megaraid/megaraid_sas.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 670aad2

Please sign in to comment.