mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 02:30:34 +02:00 
			
		
		
		
	scsi: esas2r: fix spelling mistake: "requestss" -> "requests"
Trivial fix to spelling mistake in esas2r_debug message. Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
		
							parent
							
								
									769031c92c
								
							
						
					
					
						commit
						eaa6d0df67
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -1849,7 +1849,7 @@ int esas2r_read_vda(struct esas2r_adapter *a, char *buf, long off, int count)
 | 
			
		|||
		/* allocate a request */
 | 
			
		||||
		rq = esas2r_alloc_request(a);
 | 
			
		||||
		if (rq == NULL) {
 | 
			
		||||
			esas2r_debug("esas2r_read_vda: out of requestss");
 | 
			
		||||
			esas2r_debug("esas2r_read_vda: out of requests");
 | 
			
		||||
			return -EBUSY;
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue