From: Heinrich Schuchardt Date: Sun, 28 Mar 2021 09:57:31 +0000 (+0200) Subject: efi_loader: documentation codepage_437[] X-Git-Tag: v2025.01-rc5-pxa1908~1926^2~10 X-Git-Url: http://git.dujemihanovic.xyz/%22/img/sics.gif/%22/static/git-favicon.png?a=commitdiff_plain;h=4bc4798f41cbe000a685f4c037d54f71f0859a3c;p=u-boot.git efi_loader: documentation codepage_437[] 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 --- diff --git a/include/charset.h b/include/charset.h index a911160f19..b93d023092 100644 --- 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];