Skip to content

Commit 983b44e

Browse files
committed
deepin: drm: smidrm: ddk770: fix typo in cursor.h
deepin inclusion category: bugfix similar to ddk768_cursor.h and etc. modified k to K to fix it. Log: 2025-11-19T06:44:10.7451497Z In file included from drivers/gpu/drm/smidrm/hw770.c:11: 2025-11-19T06:44:10.7456125Z drivers/gpu/drm/smidrm/ddk770/ddk770_cursor.h:12:9: error: '_DDk770_CURSOR_H_' is used as a header guard here, followed by #define of a different macro [-Werror,-Wheader-guard] 2025-11-19T06:44:10.7469716Z 12 | #ifndef _DDk770_CURSOR_H_ 2025-11-19T06:44:10.7470443Z | ^~~~~~~~~~~~~~~~~ 2025-11-19T06:44:10.7472019Z drivers/gpu/drm/smidrm/ddk770/ddk770_cursor.h:13:9: note: '_DDK770_CURSOR_H_' is defined here; did you mean '_DDk770_CURSOR_H_'? 2025-11-19T06:44:10.7473211Z 13 | #define _DDK770_CURSOR_H_ 2025-11-19T06:44:10.7473748Z | ^~~~~~~~~~~~~~~~~ 2025-11-19T06:44:10.7474277Z | _DDk770_CURSOR_H_ Signed-off-by: Wentao Guan <guanwentao@uniontech.com>
1 parent c075a7c commit 983b44e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/gpu/drm/smidrm/ddk770/ddk770_cursor.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* This file contains the definitions for the cursor functions.
1010
*
1111
*******************************************************************/
12-
#ifndef _DDk770_CURSOR_H_
12+
#ifndef _DDK770_CURSOR_H_
1313
#define _DDK770_CURSOR_H_
1414

1515
#include "ddk770_mode.h"

0 commit comments

Comments
 (0)