From 50b00fc468ddf9cb47a00b62c25fcbf86fcce56f Mon Sep 17 00:00:00 2001 From: Luis de Bethencourt Date: Sun, 14 Aug 2016 18:41:30 +0100 Subject: 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 --- fs/befs/io.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'fs/befs/io.c') 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 * -- cgit v1.2.3