diff options
author | Michal Wajdeczko <michal.wajdeczko@intel.com> | 2019-08-16 13:55:01 +0300 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2019-08-16 18:50:03 +0300 |
commit | f789fbb1eb16de8db1e2eb7b6648f85464326195 (patch) | |
tree | a9d5c61dc72d5db90b58c3412e9ff2ee249772ed | |
parent | 0d12ed982bbaf00966dd31b9963a8cbe4775f691 (diff) | |
download | linux-f789fbb1eb16de8db1e2eb7b6648f85464326195.tar.xz |
drm/i915/wopcm: Fix SPDX tag location
Move SPDX tag to first line, and update year to 2019.
Signed-off-by: Michal Wajdeczko <michal.wajdeczko@intel.com>
Cc: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Link: https://patchwork.freedesktop.org/patch/msgid/20190816105501.31020-6-michal.wajdeczko@intel.com
-rw-r--r-- | drivers/gpu/drm/i915/intel_wopcm.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/gpu/drm/i915/intel_wopcm.c b/drivers/gpu/drm/i915/intel_wopcm.c index e0a0b4e973c4..2bb9f9f9a50a 100644 --- a/drivers/gpu/drm/i915/intel_wopcm.c +++ b/drivers/gpu/drm/i915/intel_wopcm.c @@ -1,7 +1,6 @@ +// SPDX-License-Identifier: MIT /* - * SPDX-License-Identifier: MIT - * - * Copyright © 2017-2018 Intel Corporation + * Copyright © 2017-2019 Intel Corporation */ #include "intel_wopcm.h" |