Commit 7e84522c authored by Mrinal Pandey's avatar Mrinal Pandey Committed by Greg Kroah-Hartman

drivers: android: Fix the SPDX comment style

C source files should have `//` as SPDX comment and not `/**/`. Fix this
by running checkpatch on the file.
Signed-off-by: default avatarMrinal Pandey <mrinalmni@gmail.com>
Link: https://lore.kernel.org/r/20200724131449.zvjutbemg3vqhrzh@mrinalpandeySigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 81195f96
/* SPDX-License-Identifier: GPL-2.0 */ // SPDX-License-Identifier: GPL-2.0
#include <linux/compiler_types.h> #include <linux/compiler_types.h>
#include <linux/errno.h> #include <linux/errno.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment