diff options
author | Dominique Martinet <asmadeus@codewreck.org> | 2021-11-02 16:12:01 +0300 |
---|---|---|
committer | Dominique Martinet <asmadeus@codewreck.org> | 2021-11-03 11:45:04 +0300 |
commit | 024b7d6a435a450819f112690052f2923fa5ffdd (patch) | |
tree | 6b9788f47efa2e363562db776003f680d89866c0 /include/net/9p/client.h | |
parent | 9a268faa5f8627a0d4279480b8779231adaa45c5 (diff) | |
download | linux-024b7d6a435a450819f112690052f2923fa5ffdd.tar.xz |
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 'include/net/9p/client.h')
-rw-r--r-- | include/net/9p/client.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/net/9p/client.h b/include/net/9p/client.h index e1c308d8d288..2675b8413b5e 100644 --- a/include/net/9p/client.h +++ b/include/net/9p/client.h @@ -1,7 +1,5 @@ /* SPDX-License-Identifier: GPL-2.0-only */ /* - * include/net/9p/client.h - * * 9P Client Definitions * * Copyright (C) 2008 by Eric Van Hensbergen <ericvh@gmail.com> |