diff options
Diffstat (limited to 'fs')
| -rw-r--r-- | fs/compat.c | 2 | ||||
| -rw-r--r-- | fs/compat_ioctl.c | 2 | 
2 files changed, 2 insertions, 2 deletions
diff --git a/fs/compat.c b/fs/compat.c index 6490d2134ff..c6fda9aeb86 100644 --- a/fs/compat.c +++ b/fs/compat.c @@ -8,7 +8,7 @@   *  Copyright (C) 1997-2000  Jakub Jelinek  (jakub@redhat.com)   *  Copyright (C) 1998       Eddie C. Dost  (ecd@skynet.be)   *  Copyright (C) 2001,2002  Andi Kleen, SuSE Labs  - *  Copyright (C) 2003       Pavel Machek (pavel@suse.cz) + *  Copyright (C) 2003       Pavel Machek (pavel@ucw.cz)   *   *  This program is free software; you can redistribute it and/or modify   *  it under the terms of the GNU General Public License version 2 as diff --git a/fs/compat_ioctl.c b/fs/compat_ioctl.c index 641640dc7ae..5ead3763bba 100644 --- a/fs/compat_ioctl.c +++ b/fs/compat_ioctl.c @@ -4,7 +4,7 @@   * Copyright (C) 1997-2000  Jakub Jelinek  (jakub@redhat.com)   * Copyright (C) 1998  Eddie C. Dost  (ecd@skynet.be)   * Copyright (C) 2001,2002  Andi Kleen, SuSE Labs  - * Copyright (C) 2003       Pavel Machek (pavel@suse.cz) + * Copyright (C) 2003       Pavel Machek (pavel@ucw.cz)   *   * These routines maintain argument size conversion between 32bit and 64bit   * ioctls.  |