From: Nishad Kamdar Date: Wed, 6 Feb 2019 14:51:53 +0000 (+0530) Subject: staging: vt6656: Use the correct style for SPDX license Identifier X-Git-Tag: v5.1-rc1~144^2~105 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=b9f46c060c28f037a9c0bf900ac192ef1d173d02;p=linux-block.git staging: vt6656: Use the correct style for SPDX license Identifier This patch corrects the style for SPDX license Identifier in mac.h by using "/* */" in place of "//" as per Linux kernel licensing rules. Issue found by checkpatch. Signed-off-by: Nishad Kamdar Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/vt6656/mac.h b/drivers/staging/vt6656/mac.h index 94e700fcd0b6..3fd87f95c524 100644 --- a/drivers/staging/vt6656/mac.h +++ b/drivers/staging/vt6656/mac.h @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: GPL-2.0+ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright (c) 1996, 2003 VIA Networking Technologies, Inc. * All rights reserved.