File cifs-remove-pathname-for-file-from-SPDX-header.patch of Package linux-glibc-devel.29113
From: Steve French <stfrench@microsoft.com>
Date: Mon, 13 Sep 2021 14:51:10 -0500
Subject: [PATCH] cifs: remove pathname for file from SPDX header
Git-commit: 099dd788e31b4f426ef49c2785069804925a84e1
References: bsc#1193629
Patch-mainline: v5.15-rc2
checkpatch complains about source files with filenames (e.g. in
these cases just below the SPDX header in comments at the top of
various files in fs/cifs). It also is helpful to change this now
so will be less confusing when the parent directory is renamed
e.g. from fs/cifs to fs/smb_client (or fs/smbfs)
Reviewed-by: Ronnie Sahlberg <lsahlber@redhat.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
Acked-by: Enzo Matsumiya <ematsumiya@suse.de>
---
fs/cifs/cache.c | 2 +-
fs/cifs/cifs_debug.c | 1 -
fs/cifs/cifs_fs_sb.h | 1 -
fs/cifs/cifs_ioctl.h | 1 -
fs/cifs/cifs_spnego.c | 2 +-
fs/cifs/cifs_spnego.h | 2 +-
fs/cifs/cifs_unicode.c | 1 -
fs/cifs/cifsacl.c | 1 -
fs/cifs/cifsacl.h | 1 -
fs/cifs/cifsencrypt.c | 1 -
fs/cifs/cifsfs.c | 1 -
fs/cifs/cifsfs.h | 1 -
fs/cifs/cifsglob.h | 1 -
fs/cifs/cifspdu.h | 1 -
fs/cifs/cifsproto.h | 1 -
fs/cifs/cifssmb.c | 1 -
fs/cifs/connect.c | 1 -
fs/cifs/dir.c | 1 -
fs/cifs/dns_resolve.c | 1 -
fs/cifs/dns_resolve.h | 4 ++--
fs/cifs/export.c | 1 -
fs/cifs/file.c | 1 -
fs/cifs/fscache.c | 2 +-
fs/cifs/fscache.h | 2 +-
fs/cifs/inode.c | 1 -
fs/cifs/ioctl.c | 1 -
fs/cifs/link.c | 1 -
fs/cifs/misc.c | 1 -
fs/cifs/netmisc.c | 1 -
fs/cifs/ntlmssp.h | 1 -
fs/cifs/readdir.c | 1 -
fs/cifs/rfc1002pdu.h | 1 -
fs/cifs/sess.c | 1 -
fs/cifs/smb2file.c | 1 -
fs/cifs/smb2glob.h | 1 -
fs/cifs/smb2inode.c | 1 -
fs/cifs/smb2misc.c | 1 -
fs/cifs/smb2pdu.c | 1 -
fs/cifs/smb2pdu.h | 1 -
fs/cifs/smb2proto.h | 1 -
fs/cifs/smb2status.h | 1 -
fs/cifs/smb2transport.c | 1 -
fs/cifs/smberr.h | 1 -
fs/cifs/transport.c | 1 -
fs/cifs/winucase.c | 1 -
fs/cifs/xattr.c | 1 -
fs/smbfs_common/smbfsctl.h | 2 +-
include/uapi/linux/cifs/cifs_mount.h | 1 -
48 files changed, 8 insertions(+), 49 deletions(-)
diff --git a/include/uapi/linux/cifs/cifs_mount.h b/include/uapi/linux/cifs/cifs_mount.h
index 69829205fdb5..8e87d27b0951 100644
--- a/include/linux/cifs/cifs_mount.h
+++ b/include/linux/cifs/cifs_mount.h
@@ -1,6 +1,5 @@
/* SPDX-License-Identifier: LGPL-2.1+ WITH Linux-syscall-note */
/*
- * include/uapi/linux/cifs/cifs_mount.h
*
* Author(s): Scott Lovenberg (scott.lovenberg@gmail.com)
*
--
2.34.1