[PATCH v2] drm/bridge: synopsys: Fix Copyright Writing Style of dw-hdmi-qp

Andy Yan posted 1 patch 1 year ago
drivers/gpu/drm/bridge/synopsys/dw-hdmi-qp.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH v2] drm/bridge: synopsys: Fix Copyright Writing Style of dw-hdmi-qp
Posted by Andy Yan 1 year ago
From: Andy Yan <andy.yan@rock-chips.com>

The standard writing style should be: Co., Ltd.
This fix the mail server warning:
DBL_SPAM(6.50)[co.ltd:url];

Signed-off-by: Andy Yan <andy.yan@rock-chips.com>
Reviewed-by: Cristian Ciocaltea <cristian.ciocaltea@collabora.com>

---

Changes in v2:
- Use uppercase (C) part for consistency.

 drivers/gpu/drm/bridge/synopsys/dw-hdmi-qp.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/bridge/synopsys/dw-hdmi-qp.h b/drivers/gpu/drm/bridge/synopsys/dw-hdmi-qp.h
index 2115b8ef0bd6..72987e6c4689 100644
--- a/drivers/gpu/drm/bridge/synopsys/dw-hdmi-qp.h
+++ b/drivers/gpu/drm/bridge/synopsys/dw-hdmi-qp.h
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: GPL-2.0 */
 /*
- * Copyright (C) Rockchip Electronics Co.Ltd
+ * Copyright (C) Rockchip Electronics Co., Ltd.
  * Author:
  *      Algea Cao <algea.cao@rock-chips.com>
  */
-- 
2.34.1
Re: [PATCH v2] drm/bridge: synopsys: Fix Copyright Writing Style of dw-hdmi-qp
Posted by Neil Armstrong 12 months ago
Hi,

On Mon, 16 Dec 2024 18:10:03 +0800, Andy Yan wrote:
> The standard writing style should be: Co., Ltd.
> This fix the mail server warning:
> DBL_SPAM(6.50)[co.ltd:url];
> 
> 

Thanks, Applied to https://gitlab.freedesktop.org/drm/misc/kernel.git (drm-misc-next)

[1/1] drm/bridge: synopsys: Fix Copyright Writing Style of dw-hdmi-qp
      https://gitlab.freedesktop.org/drm/misc/kernel/-/commit/1e93f594285faef57651a0c89f61a7d976db7def

-- 
Neil
Re: [PATCH v2] drm/bridge: synopsys: Fix Copyright Writing Style of dw-hdmi-qp
Posted by Neil Armstrong 12 months ago
Hi,

On Mon, 16 Dec 2024 18:10:03 +0800, Andy Yan wrote:
> The standard writing style should be: Co., Ltd.
> This fix the mail server warning:
> DBL_SPAM(6.50)[co.ltd:url];
> 
> 

Thanks, Applied to https://gitlab.freedesktop.org/drm/misc/kernel.git (drm-misc-next)

[1/1] drm/bridge: synopsys: Fix Copyright Writing Style of dw-hdmi-qp
      https://gitlab.freedesktop.org/drm/misc/kernel/-/commit/1e93f594285faef57651a0c89f61a7d976db7def

-- 
Neil
Re: [PATCH v2] drm/bridge: synopsys: Fix Copyright Writing Style of dw-hdmi-qp
Posted by neil.armstrong@linaro.org 1 year ago
On 16/12/2024 11:10, Andy Yan wrote:
> From: Andy Yan <andy.yan@rock-chips.com>
> 
> The standard writing style should be: Co., Ltd.
> This fix the mail server warning:
> DBL_SPAM(6.50)[co.ltd:url];
> 
> Signed-off-by: Andy Yan <andy.yan@rock-chips.com>
> Reviewed-by: Cristian Ciocaltea <cristian.ciocaltea@collabora.com>
> 
> ---
> 
> Changes in v2:
> - Use uppercase (C) part for consistency.
> 
>   drivers/gpu/drm/bridge/synopsys/dw-hdmi-qp.h | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/bridge/synopsys/dw-hdmi-qp.h b/drivers/gpu/drm/bridge/synopsys/dw-hdmi-qp.h
> index 2115b8ef0bd6..72987e6c4689 100644
> --- a/drivers/gpu/drm/bridge/synopsys/dw-hdmi-qp.h
> +++ b/drivers/gpu/drm/bridge/synopsys/dw-hdmi-qp.h
> @@ -1,6 +1,6 @@
>   /* SPDX-License-Identifier: GPL-2.0 */
>   /*
> - * Copyright (C) Rockchip Electronics Co.Ltd
> + * Copyright (C) Rockchip Electronics Co., Ltd.
>    * Author:
>    *      Algea Cao <algea.cao@rock-chips.com>
>    */

Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>