summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNishad Kamdar <nishadkamdar@gmail.com>2019-12-28 06:56:46 +0100
committerMartin K. Petersen <martin.petersen@oracle.com>2020-01-03 03:57:44 +0100
commit6ee090ea04834d70c1fcd9f0e22fe8f91a3d0512 (patch)
tree22e123082ec854d167e8f9ad5edfe46aa3884f09
parentscsi: mylex: Use the correct style for SPDX License Identifier (diff)
downloadlinux-6ee090ea04834d70c1fcd9f0e22fe8f91a3d0512.tar.xz
linux-6ee090ea04834d70c1fcd9f0e22fe8f91a3d0512.zip
scsi: ufs: sysfs: Use the correct style for SPDX License Identifier
This patch corrects the SPDX License Identifier style in header file related to UFS Host Controller. It assigns explicit block comment to the SPDX License Identifier. Changes made by using a script provided by Joe Perches here: https://lkml.org/lkml/2019/2/7/46. Link: https://lore.kernel.org/r/5ca6287665fe52d8f40062e0eab8561d2b7a5b40.1577511720.git.nishadkamdar@gmail.com Suggested-by: Joe Perches <joe@perches.com> Signed-off-by: Nishad Kamdar <nishadkamdar@gmail.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
-rw-r--r--drivers/scsi/ufs/ufs-sysfs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/scsi/ufs/ufs-sysfs.h b/drivers/scsi/ufs/ufs-sysfs.h
index e5621e59a432..0f4e750a6748 100644
--- a/drivers/scsi/ufs/ufs-sysfs.h
+++ b/drivers/scsi/ufs/ufs-sysfs.h
@@ -1,5 +1,5 @@
-/* SPDX-License-Identifier: GPL-2.0
- * Copyright (C) 2018 Western Digital Corporation
+/* SPDX-License-Identifier: GPL-2.0 */
+/* Copyright (C) 2018 Western Digital Corporation
*/
#ifndef __UFS_SYSFS_H__