Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Nishad Kamdar and committed by
Martin K. Petersen
6ee090ea fae35c14

+2 -2
+2 -2
drivers/scsi/ufs/ufs-sysfs.h
··· 1 - /* SPDX-License-Identifier: GPL-2.0 2 - * Copyright (C) 2018 Western Digital Corporation 1 + /* SPDX-License-Identifier: GPL-2.0 */ 2 + /* Copyright (C) 2018 Western Digital Corporation 3 3 */ 4 4 5 5 #ifndef __UFS_SYSFS_H__