diff options
Diffstat (limited to 'fs/befs')
-rw-r--r-- | fs/befs/datastream.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/befs/datastream.c b/fs/befs/datastream.c index 785f6b2d5d10..b7d6b920f65f 100644 --- a/fs/befs/datastream.c +++ b/fs/befs/datastream.c | |||
@@ -118,7 +118,7 @@ befs_fblock2brun(struct super_block *sb, befs_data_stream * data, | |||
118 | * befs_read_lsmylink - read long symlink from datastream. | 118 | * befs_read_lsmylink - read long symlink from datastream. |
119 | * @sb: Filesystem superblock | 119 | * @sb: Filesystem superblock |
120 | * @ds: Datastrem to read from | 120 | * @ds: Datastrem to read from |
121 | * @buf: Buffer in wich to place long symlink data | 121 | * @buf: Buffer in which to place long symlink data |
122 | * @len: Length of the long symlink in bytes | 122 | * @len: Length of the long symlink in bytes |
123 | * | 123 | * |
124 | * Returns the number of bytes read | 124 | * Returns the number of bytes read |