Commit 2824338
committed
deepin: drm: smidrm: ddk770: fix typo in debug.h
deepin inclusion
category: bugfix
similar to ddk768_cursor.h and etc.
modified k to K to fix it.
Log:
2025-11-20T03:34:29.9620208Z In file included from drivers/gpu/drm/smidrm/ddk770/ddk770_helper.c:13:
2025-11-20T03:34:29.9622741Z drivers/gpu/drm/smidrm/ddk770/ddk770_ddkdebug.h:12:9: error: '_DDk770_DDKDEBUG_H_' is used as a header guard here, followed by #define of a different macro [-Werror,-Wheader-guard]
2025-11-20T03:34:29.9624475Z 12 | #ifndef _DDk770_DDKDEBUG_H_
2025-11-20T03:34:29.9625208Z | ^~~~~~~~~~~~~~~~~~~
2025-11-20T03:34:29.9626716Z drivers/gpu/drm/smidrm/ddk770/ddk770_ddkdebug.h:13:9: note: '_DDK770_DDKDEBUG_H_' is defined here; did you mean '_DDk770_DDKDEBUG_H_'?
2025-11-20T03:34:29.9647909Z 13 | #define _DDK770_DDKDEBUG_H_
2025-11-20T03:34:29.9648757Z | ^~~~~~~~~~~~~~~~~~~
2025-11-20T03:34:29.9649466Z | _DDk770_DDKDEBUG_H_
2025-11-20T03:34:29.9650159Z 1 error generated.
Signed-off-by: Wentao Guan <guanwentao@uniontech.com>1 parent b2c0acf commit 2824338
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments