diff options
author | Luis de Bethencourt <luisbg@osg.samsung.com> | 2016-08-14 18:41:30 +0100 |
---|---|---|
committer | Luis de Bethencourt <luisbg@osg.samsung.com> | 2016-12-22 11:25:22 +0000 |
commit | 50b00fc468ddf9cb47a00b62c25fcbf86fcce56f (patch) | |
tree | f90e67855f78ef59a609762e51bffd2fb12803b7 /fs/befs/io.c | |
parent | 12ecb38d03cff0c6d09262f0334f4ded3242ae87 (diff) | |
download | linux-50b00fc468ddf9cb47a00b62c25fcbf86fcce56f.tar.bz2 |
befs: remove signatures from comments
No idea why some comments have signatures. These predate git. Removing them
since they add noise and no information.
Signed-off-by: Luis de Bethencourt <luisbg@osg.samsung.com>
Diffstat (limited to 'fs/befs/io.c')
-rw-r--r-- | fs/befs/io.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/befs/io.c b/fs/befs/io.c index a117ad88628f..227cb86e07fe 100644 --- a/fs/befs/io.c +++ b/fs/befs/io.c @@ -19,8 +19,7 @@ /* * Converts befs notion of disk addr to a disk offset and uses * linux kernel function sb_bread() to get the buffer containing - * the offset. -Will Dyson - * + * the offset. */ struct buffer_head * |