mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 02:30:34 +02:00 
			
		
		
		
	Fixing checkpatch.pl issues in befs header files:
WARNING: Missing a blank line after declarations
+       befs_inode_addr iaddr;
+       iaddr.allocation_group = blockno >> BEFS_SB(sb)->ag_shift;
WARNING: space prohibited between function name and open parenthesis '('
+       return BEFS_SB(sb)->block_size / sizeof (befs_disk_inode_addr);
ERROR: "foo * bar" should be "foo *bar"
+                   const char *key, befs_off_t * value);
ERROR: Macros with complex values should be enclosed in parentheses
+#define PACKED __attribute__ ((__packed__))
Signed-off-by: Luis de Bethencourt <luisbg@osg.samsung.com>
		
	
			
		
			
				
	
	
		
			6 lines
		
	
	
	
		
			131 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
	
		
			131 B
		
	
	
	
		
			C
		
	
	
	
	
	
/*
 | 
						|
 * super.h
 | 
						|
 */
 | 
						|
 | 
						|
int befs_load_sb(struct super_block *sb, befs_super_block *disk_sb);
 | 
						|
int befs_check_sb(struct super_block *sb);
 |