diff options
author | Luis de Bethencourt <luisbg@osg.samsung.com> | 2016-11-10 11:25:36 +0000 |
---|---|---|
committer | Luis de Bethencourt <luisbg@osg.samsung.com> | 2016-12-22 11:25:23 +0000 |
commit | e60f749b60979e333764b8e9143aad7a7bdea0fa (patch) | |
tree | ca179e31066fd2d483e7b484e2a2c8baede06610 /fs/befs/datastream.c | |
parent | 50b00fc468ddf9cb47a00b62c25fcbf86fcce56f (diff) | |
download | linux-e60f749b60979e333764b8e9143aad7a7bdea0fa.tar.bz2 |
befs: remove trailing whitespaces
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>
Diffstat (limited to 'fs/befs/datastream.c')
-rw-r--r-- | fs/befs/datastream.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fs/befs/datastream.c b/fs/befs/datastream.c index 56c0564e6787..720b3bc5c16a 100644 --- a/fs/befs/datastream.c +++ b/fs/befs/datastream.c @@ -84,9 +84,9 @@ befs_read_datastream(struct super_block *sb, const befs_data_stream *ds, * * Takes a file position and gives back a brun who's starting block * is block number fblock of the file. - * + * * Returns BEFS_OK or BEFS_ERR. - * + * * Calls specialized functions for each of the three possible * datastream regions. */ @@ -118,7 +118,7 @@ befs_fblock2brun(struct super_block *sb, const befs_data_stream *data, /** * befs_read_lsmylink - read long symlink from datastream. - * @sb: Filesystem superblock + * @sb: Filesystem superblock * @ds: Datastream to read from * @buff: Buffer in which to place long symlink data * @len: Length of the long symlink in bytes |