mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 00:48:50 +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>
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);
|