autofs4: make autofs log prints consistent
[cascardo/linux.git] / fs / autofs4 / symlink.c
index 84e037d..99aab00 100644 (file)
@@ -1,14 +1,10 @@
-/* -*- c -*- --------------------------------------------------------------- *
- *
- * linux/fs/autofs/symlink.c
- *
- *  Copyright 1997-1998 Transmeta Corporation -- All Rights Reserved
+/*
+ * Copyright 1997-1998 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.
- *
- * ------------------------------------------------------------------------- */
+ */
 
 #include "autofs_i.h"
 
@@ -18,6 +14,7 @@ static const char *autofs4_get_link(struct dentry *dentry,
 {
        struct autofs_sb_info *sbi;
        struct autofs_info *ino;
+
        if (!dentry)
                return ERR_PTR(-ECHILD);
        sbi = autofs4_sbi(dentry->d_sb);