From ccf986aea6592497c3a3c84ff8864937c6b99a6e Mon Sep 17 00:00:00 2001
From: Sandor Yu <Sandor.yu@nxp.com>
Date: Fri, 6 Aug 2021 11:05:12 +0800
Subject: [PATCH] LF-4270-3: drm: bridge: cdns: correct copyright description

Correct copyright description with the format:
Copyright <year range> NXP description.

Signed-off-by: Sandor Yu <Sandor.yu@nxp.com>
Reviewed-by: Robby Cai <robby.cai@nxp.com>
---
 drivers/gpu/drm/bridge/cadence/cdns-dp-core.c   | 2 +-
 drivers/gpu/drm/bridge/cadence/cdns-hdmi-core.c | 2 +-
 drivers/gpu/drm/bridge/cadence/cdns-hdmi-hdcp.c | 2 +-
 drivers/gpu/drm/bridge/cadence/cdns-mhdp-hdcp.c | 2 +-
 drivers/gpu/drm/bridge/cadence/cdns-mhdp-hdcp.h | 2 +-
 drivers/gpu/drm/bridge/cadence/cdns-mhdp-hdmi.c | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/drivers/gpu/drm/bridge/cadence/cdns-dp-core.c b/drivers/gpu/drm/bridge/cadence/cdns-dp-core.c
index 4b248189695fb5..f55df2f527c670 100644
--- a/drivers/gpu/drm/bridge/cadence/cdns-dp-core.c
+++ b/drivers/gpu/drm/bridge/cadence/cdns-dp-core.c
@@ -1,7 +1,7 @@
 /*
  * Cadence Display Port Interface (DP) driver
  *
- * Copyright (C) 2019 NXP Semiconductor, Inc.
+ * Copyright 2019 NXP
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/drivers/gpu/drm/bridge/cadence/cdns-hdmi-core.c b/drivers/gpu/drm/bridge/cadence/cdns-hdmi-core.c
index 6c362852985ef9..12b684b5259346 100644
--- a/drivers/gpu/drm/bridge/cadence/cdns-hdmi-core.c
+++ b/drivers/gpu/drm/bridge/cadence/cdns-hdmi-core.c
@@ -1,7 +1,7 @@
 /*
  * Cadence High-Definition Multimedia Interface (HDMI) driver
  *
- * Copyright (C) 2019-2021 NXP Semiconductor, Inc.
+ * Copyright 2019-2021 NXP
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/drivers/gpu/drm/bridge/cadence/cdns-hdmi-hdcp.c b/drivers/gpu/drm/bridge/cadence/cdns-hdmi-hdcp.c
index 5dfbd79433065e..ac9696e85dee93 100644
--- a/drivers/gpu/drm/bridge/cadence/cdns-hdmi-hdcp.c
+++ b/drivers/gpu/drm/bridge/cadence/cdns-hdmi-hdcp.c
@@ -1,7 +1,7 @@
 /*
  * Cadence HDMI HDCP driver
  *
- * Copyright (C) 2021 NXP Semiconductor, Inc.
+ * Copyright 2021 NXP
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/drivers/gpu/drm/bridge/cadence/cdns-mhdp-hdcp.c b/drivers/gpu/drm/bridge/cadence/cdns-mhdp-hdcp.c
index b3c93138201383..ee3be3969918d3 100644
--- a/drivers/gpu/drm/bridge/cadence/cdns-mhdp-hdcp.c
+++ b/drivers/gpu/drm/bridge/cadence/cdns-mhdp-hdcp.c
@@ -1,7 +1,7 @@
 /*
  * Cadence HDCP API driver
  *
- * Copyright (C) 2021 NXP Semiconductor, Inc.
+ * Copyright 2021 NXP
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/drivers/gpu/drm/bridge/cadence/cdns-mhdp-hdcp.h b/drivers/gpu/drm/bridge/cadence/cdns-mhdp-hdcp.h
index 4ce76dd1ee5811..5d701fc1a82100 100644
--- a/drivers/gpu/drm/bridge/cadence/cdns-mhdp-hdcp.h
+++ b/drivers/gpu/drm/bridge/cadence/cdns-mhdp-hdcp.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2021 NXP Semiconductor, Inc.
+ * Copyright 2021 NXP
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/drivers/gpu/drm/bridge/cadence/cdns-mhdp-hdmi.c b/drivers/gpu/drm/bridge/cadence/cdns-mhdp-hdmi.c
index 3ff43f7fb0a689..47c853781d8433 100644
--- a/drivers/gpu/drm/bridge/cadence/cdns-mhdp-hdmi.c
+++ b/drivers/gpu/drm/bridge/cadence/cdns-mhdp-hdmi.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2019-2021 NXP Semiconductor, Inc.
+ * Copyright 2019-2021 NXP
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
-- 
GitLab