diff options
author | Ian Kent | 2016-03-15 22:58:25 +0100 |
---|---|---|
committer | Linus Torvalds | 2016-03-16 00:55:16 +0100 |
commit | e9a7c2f1a548f34bcaa7640094201e8b29247940 (patch) | |
tree | 48907feeb591ddfcddfd170ecccf6c726f12624c /include/linux/auto_fs.h | |
parent | autofs: show pipe inode in mount options (diff) | |
download | kernel-qcow2-linux-e9a7c2f1a548f34bcaa7640094201e8b29247940.tar.gz kernel-qcow2-linux-e9a7c2f1a548f34bcaa7640094201e8b29247940.tar.xz kernel-qcow2-linux-e9a7c2f1a548f34bcaa7640094201e8b29247940.zip |
autofs4: coding style fixes
Try and make the coding style completely consistent throughtout the
autofs module and inline with kernel coding style recommendations.
Signed-off-by: Ian Kent <raven@themaw.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/linux/auto_fs.h')
-rw-r--r-- | include/linux/auto_fs.h | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/include/linux/auto_fs.h b/include/linux/auto_fs.h index fcd704d354c4..b4066bb89083 100644 --- a/include/linux/auto_fs.h +++ b/include/linux/auto_fs.h @@ -1,14 +1,10 @@ -/* -*- linux-c -*- ------------------------------------------------------- * - * - * linux/include/linux/auto_fs.h - * - * Copyright 1997 Transmeta Corporation - All Rights Reserved +/* + * Copyright 1997 Transmeta Corporation - All Rights Reserved * * This file is part of the Linux kernel and is made available under * the terms of the GNU General Public License, version 2, or at your * option, any later version, incorporated herein by reference. - * - * ----------------------------------------------------------------------- */ + */ #ifndef _LINUX_AUTO_FS_H #define _LINUX_AUTO_FS_H |