mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 01:31:44 +00:00
e60f749b60
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>
8 lines
120 B
C
8 lines
120 B
C
/*
|
|
* inode.h
|
|
*
|
|
*/
|
|
|
|
int befs_check_inode(struct super_block *sb, befs_inode *raw_inode,
|
|
befs_blocknr_t inode);
|