mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-28 23:24: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>
6 lines
110 B
C
6 lines
110 B
C
/*
|
|
* io.h
|
|
*/
|
|
|
|
struct buffer_head *befs_bread_iaddr(struct super_block *sb,
|
|
befs_inode_addr iaddr);
|