mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-10-31 08:44:41 +00:00 
			
		
		
		
	scsi/arcmsr: Fix typos in error log
This fixes some typos in one of the error logs. Signed-off-by: Nik Nyby <nikolas@gnu.org> Signed-off-by: Jiri Kosina <jkosina@suse.com>
This commit is contained in:
		
							parent
							
								
									4bb138a47b
								
							
						
					
					
						commit
						47268a4f9d
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -3264,7 +3264,7 @@ static int arcmsr_iop_confirm(struct AdapterControlBlock *acb) | |||
| 		reg->doneq_index = 0; | ||||
| 		writel(ARCMSR_MESSAGE_SET_POST_WINDOW, reg->drv2iop_doorbell); | ||||
| 		if (!arcmsr_hbaB_wait_msgint_ready(acb)) { | ||||
| 			printk(KERN_NOTICE "arcmsr%d:can not set diver mode\n", \ | ||||
| 			printk(KERN_NOTICE "arcmsr%d: cannot set driver mode\n", \ | ||||
| 				acb->host->host_no); | ||||
| 			return 1; | ||||
| 		} | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Nik Nyby
						Nik Nyby