diff options
author | Fabian Frederick <fabf@skynet.be> | 2014-06-06 14:36:17 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-06-06 16:08:09 -0700 |
commit | 817e1d902aca6ab8a0b54691f4fea3ee3aebbe86 (patch) | |
tree | efce884f1cf2ff6ef3e8e2b92961fd7f06c4d254 /fs/befs/datastream.c | |
parent | f38f41c31b4596476f444d5419f8a7f1194c0840 (diff) | |
download | linux-817e1d902aca6ab8a0b54691f4fea3ee3aebbe86.tar.gz linux-817e1d902aca6ab8a0b54691f4fea3ee3aebbe86.tar.bz2 linux-817e1d902aca6ab8a0b54691f4fea3ee3aebbe86.zip |
fs/befs: kernel-doc fixes
Fix some comment errors.
Signed-off-by: Fabian Frederick <fabf@skynet.be>
Cc: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/befs/datastream.c')
-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 c467bebd50af..1e8e0b8d8836 100644 --- a/fs/befs/datastream.c +++ b/fs/befs/datastream.c @@ -116,7 +116,7 @@ befs_fblock2brun(struct super_block *sb, befs_data_stream * data, * befs_read_lsmylink - read long symlink from datastream. * @sb: Filesystem superblock * @ds: Datastrem to read from - * @buf: Buffer in which to place long symlink data + * @buff: Buffer in which to place long symlink data * @len: Length of the long symlink in bytes * * Returns the number of bytes read |