Skip to content

Commit

Permalink
drivers: android: Fix the SPDX comment style
Browse files Browse the repository at this point in the history
C source files should have `//` as SPDX comment and not `/**/`. Fix this
by running checkpatch on the file.

Signed-off-by: Mrinal Pandey <[email protected]>
Link: https://lore.kernel.org/r/20200724131449.zvjutbemg3vqhrzh@mrinalpandey
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
mrinal-pandey authored and gregkh committed Jul 29, 2020
1 parent 81195f9 commit 7e84522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/android/binderfs.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0 */
// SPDX-License-Identifier: GPL-2.0

#include <linux/compiler_types.h>
#include <linux/errno.h>
Expand Down

0 comments on commit 7e84522

Please sign in to comment.