mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-06 22:15:24 +07:00
![Luis de Bethencourt](/assets/img/avatar_default.png)
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
110 B
C
7 lines
110 B
C
/*
|
|
* io.h
|
|
*/
|
|
|
|
struct buffer_head *befs_bread_iaddr(struct super_block *sb,
|
|
befs_inode_addr iaddr);
|