diff options
author | Steve French <stfrench@microsoft.com> | 2021-08-24 20:07:46 +0300 |
---|---|---|
committer | Steve French <stfrench@microsoft.com> | 2021-08-25 23:51:52 +0300 |
commit | 38f4910b8b26d3a940167f207bddfcc589310c8a (patch) | |
tree | bce40643bbc2cb484cb195d1c82422e9eb6e6066 /fs/cifs/smb2maperror.c | |
parent | 42c21973fa3c0f4898330fa30d327fbab67b5460 (diff) | |
download | linux-38f4910b8b26d3a940167f207bddfcc589310c8a.tar.xz |
cifs: cifs_md4 convert to SPDX identifier
Add SPDX license identifier and replace license boilerplate
for cifs_md4.c
Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'fs/cifs/smb2maperror.c')
-rw-r--r-- | fs/cifs/smb2maperror.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/cifs/smb2maperror.c b/fs/cifs/smb2maperror.c index cea39bcecbab..181514b8770d 100644 --- a/fs/cifs/smb2maperror.c +++ b/fs/cifs/smb2maperror.c @@ -1,6 +1,5 @@ // SPDX-License-Identifier: LGPL-2.1 /* - * fs/smb2/smb2maperror.c * * Functions which do error mapping of SMB2 status codes to POSIX errors * |