projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f44c214
)
efi_loader: documentation codepage_437[]
author
Heinrich Schuchardt
<xypron.glpk@gmx.de>
Sun, 28 Mar 2021 09:57:31 +0000
(11:57 +0200)
committer
Heinrich Schuchardt
<xypron.glpk@gmx.de>
Sat, 10 Apr 2021 10:00:24 +0000
(12:00 +0200)
Variables cannot be documented via kernel-doc. Avoid 'make htmldocs' build
warning
./include/charset.h:19: warning:
cannot understand function prototype: 'const u16 codepage_437[128]; '
Fixes: 70616a1ed8c7 ("efi_loader: move codepage 437 table")
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
include/charset.h
patch
|
blob
|
history
diff --git
a/include/charset.h
b/include/charset.h
index a911160f192ed95b41e7ad949401ee035f00080e..b93d0230923b83eca645188a6bdfe423bebfc179 100644
(file)
--- a/
include/charset.h
+++ b/
include/charset.h
@@
-13,7
+13,7
@@
#define MAX_UTF8_PER_UTF16 3
-/*
*
+/*
* codepage_437 - Unicode to codepage 437 translation table
*/
extern const u16 codepage_437[128];