mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 02:30:34 +02:00 
			
		
		
		
	Removing all trailing whitespaces in befs. I was skeptic about tainting the history with this, but whitespace changes can be ignored by using 'git blame -w' and 'git log -w'. Signed-off-by: Luis de Bethencourt <luisbg@osg.samsung.com>
		
			
				
	
	
		
			7 lines
		
	
	
	
		
			120 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			120 B
		
	
	
	
		
			C
		
	
	
	
	
	
/*
 | 
						|
 * inode.h
 | 
						|
 *
 | 
						|
 */
 | 
						|
 | 
						|
int befs_check_inode(struct super_block *sb, befs_inode *raw_inode,
 | 
						|
		     befs_blocknr_t inode);
 |