Staging: kpc2000: kpc_dma: Use the SPDK comment style.

SPDK-License-Identifier comment should have this form
// SPDX-License-Identifier: <GPL-...>

Signed-off-by: Sam Muhammed <jane.pnx9@gmail.com>
Link: https://lore.kernel.org/r/7531e3e3fa7c046e93d2caaa6fa2e76c5c53f04d.1585143581.git.jane.pnx9@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Sam Muhammed 2020-03-25 10:26:40 -04:00 committed by Greg Kroah-Hartman
parent ba86697622
commit dbec450e2d
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0+ */
// SPDX-License-Identifier: GPL-2.0+
#include <linux/init.h>
#include <linux/module.h>
#include <linux/types.h>

View File

@ -1,4 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0+ */
// SPDX-License-Identifier: GPL-2.0+
#include <linux/module.h>
#include <linux/init.h>
#include <linux/mm.h>

View File

@ -1,4 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0+ */
// SPDX-License-Identifier: GPL-2.0+
#include <linux/init.h>
#include <linux/module.h>
#include <linux/types.h>