On 16/12/2024 11:10, Andy Yan wrote:
From: Andy Yan <[email protected]>
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 <[email protected]>
Reviewed-by: Cristian Ciocaltea <[email protected]>
---
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 <[email protected]>
*/
Reviewed-by: Neil Armstrong <[email protected]>