Skip to content

Commit

Permalink
xlnx: drv: m2m: Fix SPDX license coding style
Browse files Browse the repository at this point in the history
Fix SPDX license coding style. Issue is reported by checkpatch.pl as:
./scripts/checkpatch.pl --strict -f drivers/media/platform/xilinx/xilinx-m2m.c
WARNING: Missing or malformed SPDX-License-Identifier tag in line 1
 #1: FILE: drivers/media/platform/xilinx/xilinx-m2m.c:1:
+//SPDX-License-Identifier: GPL-2.0

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
  • Loading branch information
Michal Simek committed Mar 9, 2022
1 parent 2e1a3d4 commit fd48054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/platform/xilinx/xilinx-m2m.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
/*
* Xilinx V4L2 mem2mem driver
*
Expand Down

0 comments on commit fd48054

Please sign in to comment.