mirror of
				https://kernel.googlesource.com/pub/scm/linux/kernel/git/torvalds/linux
				synced 2025-11-04 16:52:06 +10:00 
			
		
		
		
	Staging: speakup: fix checkpatch warning
This fixes the following checkpatch.pl warning: WARNING: Missing a blank line after declarations Signed-off-by: Nicoleta Birsan <nicolle.birsan@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
		
							parent
							
								
									297cbdaeca
								
							
						
					
					
						commit
						472fe30efd
					
				@ -21,6 +21,7 @@ int speakup_thread(void *data)
 | 
			
		||||
	mutex_lock(&spk_mutex);
 | 
			
		||||
	while (1) {
 | 
			
		||||
		DEFINE_WAIT(wait);
 | 
			
		||||
 | 
			
		||||
		while (1) {
 | 
			
		||||
			spin_lock_irqsave(&speakup_info.spinlock, flags);
 | 
			
		||||
			our_sound = spk_unprocessed_sound;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user