mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 02:30:34 +02:00 
			
		
		
		
	Sohaib Mohamed started a serie of tiny and incomplete checkpatch fixes but seemingly stopped halfway -- take over and do most of it. This is still missing net/9p/trans* and net/9p/protocol.c for a later time... Link: http://lkml.kernel.org/r/20211102134608.1588018-3-dominique.martinet@atmark-techno.com Signed-off-by: Dominique Martinet <asmadeus@codewreck.org>
		
			
				
	
	
		
			7 lines
		
	
	
	
		
			202 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			202 B
		
	
	
	
		
			C
		
	
	
	
	
	
/* SPDX-License-Identifier: LGPL-2.1 */
 | 
						|
/*
 | 
						|
 * Copyright IBM Corporation, 2010
 | 
						|
 * Author Venkateswararao Jujjuri <jvrao@linux.vnet.ibm.com>
 | 
						|
 */
 | 
						|
 | 
						|
void p9_release_pages(struct page **pages, int nr_pages);
 |