Commit be5418d4 authored by Nishad Kamdar's avatar Nishad Kamdar Committed by Greg Kroah-Hartman
Browse files

staging: pi433: Use the correct style for SPDX License Identifier

This patch corrects the SPDX License Identifier style in
header files related to pi433 radio module drivers.
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

.

Suggested-by: default avatarJoe Perches <joe@perches.com>
Signed-off-by: default avatarNishad Kamdar <nishadkamdar@gmail.com>
Link: https://lore.kernel.org/r/20200208083621.GA3797@nishad


Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 226f912a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
/* SPDX-License-Identifier: GPL-2.0+
 *
/* SPDX-License-Identifier: GPL-2.0+ */
/*
 * include/linux/TODO
 *
 * userspace interface for pi433 radio module
+2 −2
Original line number Diff line number Diff line
/* SPDX-License-Identifier: GPL-2.0+
 *
/* SPDX-License-Identifier: GPL-2.0+ */
/*
 * hardware abstraction/register access for HopeRf rf69 radio module
 *
 * Copyright (C) 2016 Wolf-Entwicklungen
+2 −2
Original line number Diff line number Diff line
/* SPDX-License-Identifier: GPL-2.0+
 *
/* SPDX-License-Identifier: GPL-2.0+ */
/*
 * enumerations for HopeRf rf69 radio module
 *
 * Copyright (C) 2016 Wolf-Entwicklungen
+2 −2
Original line number Diff line number Diff line
/* SPDX-License-Identifier: GPL-2.0+
 *
/* SPDX-License-Identifier: GPL-2.0+ */
/*
 * register description for HopeRf rf69 radio module
 *
 * Copyright (C) 2016 Wolf-Entwicklungen