Am 03.05.2018 um 15:03 schrieb Fabio Estevam:
On Wed, May 2, 2018 at 10:46 AM, Thomas Hellstrom thellstrom@vmware.com wrote:
diff --git a/drivers/gpu/drm/ttm/ttm_agp_backend.c b/drivers/gpu/drm/ttm/ttm_agp_backend.c index 7c2485fe88d8..ea4d59eb8966 100644 --- a/drivers/gpu/drm/ttm/ttm_agp_backend.c +++ b/drivers/gpu/drm/ttm/ttm_agp_backend.c @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: GPL-2.0 OR MIT */
According to Documentation/process/license-rules.rst the SPDX tag should start with // in .c files.
Interesting, wasn't the long term coding style rule to not use C++ style comment in Linux C files?
How does it come to abandon that now?
Christian.