diff options
author | Steve French <stfrench@microsoft.com> | 2021-09-13 22:51:10 +0300 |
---|---|---|
committer | Steve French <stfrench@microsoft.com> | 2021-09-13 22:51:10 +0300 |
commit | 099dd788e31b4f426ef49c2785069804925a84e1 (patch) | |
tree | dd8890fbd8d47173009809001b7e2a7be6219e56 /fs/cifs/cifs_spnego.h | |
parent | 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f (diff) | |
download | linux-099dd788e31b4f426ef49c2785069804925a84e1.tar.xz |
cifs: remove pathname for file from SPDX header
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>
Diffstat (limited to 'fs/cifs/cifs_spnego.h')
-rw-r--r-- | fs/cifs/cifs_spnego.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/cifs_spnego.h b/fs/cifs/cifs_spnego.h index 31387d0ea32e..e6a0451877d4 100644 --- a/fs/cifs/cifs_spnego.h +++ b/fs/cifs/cifs_spnego.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-2.1 */ /* - * fs/cifs/cifs_spnego.h -- SPNEGO upcall management for CIFS + * SPNEGO upcall management for CIFS * * Copyright (c) 2007 Red Hat, Inc. * Author(s): Jeff Layton (jlayton@redhat.com) |