mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 02:30:34 +02:00 
			
		
		
		
	ALSA: usx2y: fix spelling mistakes
Fix some spelling mistakes as follows: wroong ==> wrong evrything ==> everything Signed-off-by: gushengxian <gushengxian@yulong.com> Link: https://lore.kernel.org/r/20210705093419.664366-1-gushengxian507419@gmail.com Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
		
							parent
							
								
									1d7a039570
								
							
						
					
					
						commit
						ea57e8743e
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -526,7 +526,7 @@ static int usx2y_urbs_start(struct snd_usx2y_substream *subs)
 | 
				
			||||||
 cleanup:
 | 
					 cleanup:
 | 
				
			||||||
	if (err) {
 | 
						if (err) {
 | 
				
			||||||
		usx2y_subs_startup_finish(usx2y);
 | 
							usx2y_subs_startup_finish(usx2y);
 | 
				
			||||||
		usx2y_clients_stop(usx2y);		// something is completely wroong > stop evrything
 | 
							usx2y_clients_stop(usx2y);	// something is completely wrong > stop everything
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
	return err;
 | 
						return err;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -480,7 +480,7 @@ static int usx2y_usbpcm_urbs_start(struct snd_usx2y_substream *subs)
 | 
				
			||||||
 cleanup:
 | 
					 cleanup:
 | 
				
			||||||
	if (err) {
 | 
						if (err) {
 | 
				
			||||||
		usx2y_subs_startup_finish(usx2y);	// Call it now
 | 
							usx2y_subs_startup_finish(usx2y);	// Call it now
 | 
				
			||||||
		usx2y_clients_stop(usx2y);		// something is completely wroong > stop evrything
 | 
							usx2y_clients_stop(usx2y);	// something is completely wrong > stop everything
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
	return err;
 | 
						return err;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue