commit | 5886269962f94fa9185c32db3ec936c612503235 | [log] [tgz] |
---|---|---|
author | Uwe Kleine-König <ukleinek@informatik.uni-freiburg.de> | Wed May 09 07:51:49 2007 +0200 |
committer | Adrian Bunk <bunk@stusta.de> | Wed May 09 08:58:16 2007 +0200 |
tree | 2f24dabcf5791319ebb1fbdfb5dbc58284714275 | |
parent | 01afd80626e98c2347bc25be92ee4a3faf314514 [diff] [blame] |
fix file specification in comments Many files include the filename at the beginning, serveral used a wrong one. Signed-off-by: Uwe Kleine-König <ukleinek@informatik.uni-freiburg.de> Signed-off-by: Adrian Bunk <bunk@stusta.de>
diff --git a/fs/jbd/checkpoint.c b/fs/jbd/checkpoint.c index 0208cc7..47552d4 100644 --- a/fs/jbd/checkpoint.c +++ b/fs/jbd/checkpoint.c
@@ -1,5 +1,5 @@ /* - * linux/fs/checkpoint.c + * linux/fs/jbd/checkpoint.c * * Written by Stephen C. Tweedie <sct@redhat.com>, 1999 *