Skip to content

Commit 099dd78

Browse files
committed
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 <[email protected]> Signed-off-by: Steve French <[email protected]>
1 parent 6880fa6 commit 099dd78

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+8
-49
lines changed

fs/cifs/cache.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// SPDX-License-Identifier: LGPL-2.1
22
/*
3-
* fs/cifs/cache.c - CIFS filesystem cache index structure definitions
3+
* CIFS filesystem cache index structure definitions
44
*
55
* Copyright (c) 2010 Novell, Inc.
66
* Authors(s): Suresh Jayaraman ([email protected]>

fs/cifs/cifs_debug.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// SPDX-License-Identifier: GPL-2.0-or-later
22
/*
3-
* fs/cifs_debug.c
43
*
54
* Copyright (C) International Business Machines Corp., 2000,2005
65
*

fs/cifs/cifs_fs_sb.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/* SPDX-License-Identifier: LGPL-2.1 */
22
/*
3-
* fs/cifs/cifs_fs_sb.h
43
*
54
* Copyright (c) International Business Machines Corp., 2002,2004
65
* Author(s): Steve French ([email protected])

fs/cifs/cifs_ioctl.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/* SPDX-License-Identifier: LGPL-2.1 */
22
/*
3-
* fs/cifs/cifs_ioctl.h
43
*
54
* Structure definitions for io control for cifs/smb3
65
*

fs/cifs/cifs_spnego.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// SPDX-License-Identifier: LGPL-2.1
22
/*
3-
* fs/cifs/cifs_spnego.c -- SPNEGO upcall management for CIFS
3+
* SPNEGO upcall management for CIFS
44
*
55
* Copyright (c) 2007 Red Hat, Inc.
66
* Author(s): Jeff Layton ([email protected])

fs/cifs/cifs_spnego.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* SPDX-License-Identifier: LGPL-2.1 */
22
/*
3-
* fs/cifs/cifs_spnego.h -- SPNEGO upcall management for CIFS
3+
* SPNEGO upcall management for CIFS
44
*
55
* Copyright (c) 2007 Red Hat, Inc.
66
* Author(s): Jeff Layton ([email protected])

fs/cifs/cifs_unicode.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// SPDX-License-Identifier: GPL-2.0-or-later
22
/*
3-
* fs/cifs/cifs_unicode.c
43
*
54
* Copyright (c) International Business Machines Corp., 2000,2009
65
* Modified by Steve French ([email protected])

fs/cifs/cifsacl.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// SPDX-License-Identifier: LGPL-2.1
22
/*
3-
* fs/cifs/cifsacl.c
43
*
54
* Copyright (C) International Business Machines Corp., 2007,2008
65
* Author(s): Steve French ([email protected])

fs/cifs/cifsacl.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/* SPDX-License-Identifier: LGPL-2.1 */
22
/*
3-
* fs/cifs/cifsacl.h
43
*
54
* Copyright (c) International Business Machines Corp., 2007
65
* Author(s): Steve French ([email protected])

fs/cifs/cifsencrypt.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// SPDX-License-Identifier: LGPL-2.1
22
/*
3-
* fs/cifs/cifsencrypt.c
43
*
54
* Encryption and hashing operations relating to NTLM, NTLMv2. See MS-NLMP
65
* for more detailed information

0 commit comments

Comments
 (0)