aboutsummaryrefslogtreecommitdiffstats
path: root/fs/9p/vfs_file.c
diff options
context:
space:
mode:
authorDominique Martinet <asmadeus@codewreck.org>2021-11-02 22:12:01 +0900
committerDominique Martinet <asmadeus@codewreck.org>2021-11-03 17:45:04 +0900
commit024b7d6a435a450819f112690052f2923fa5ffdd (patch)
tree6b9788f47efa2e363562db776003f680d89866c0 /fs/9p/vfs_file.c
parentfs/9p: fix indentation and Add missing a blank line after declaration (diff)
downloadlinux-dev-024b7d6a435a450819f112690052f2923fa5ffdd.tar.xz
linux-dev-024b7d6a435a450819f112690052f2923fa5ffdd.zip
9p: fix file headers
- add missing SPDX-License-Identifier - remove (sometimes incorrect) file name from file header Link: http://lkml.kernel.org/r/20211102134608.1588018-2-dominique.martinet@atmark-techno.com Signed-off-by: Dominique Martinet <asmadeus@codewreck.org>
Diffstat (limited to 'fs/9p/vfs_file.c')
-rw-r--r--fs/9p/vfs_file.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/9p/vfs_file.c b/fs/9p/vfs_file.c
index 8d5e0ef5518e..07aad7d6a09a 100644
--- a/fs/9p/vfs_file.c
+++ b/fs/9p/vfs_file.c
@@ -1,7 +1,5 @@
// SPDX-License-Identifier: GPL-2.0-only
/*
- * linux/fs/9p/vfs_file.c
- *
* This file contians vfs file ops for 9P2000.
*
* Copyright (C) 2004 by Eric Van Hensbergen <ericvh@gmail.com>