aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2024-05-02 15:37:58 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2024-05-02 15:37:58 +1000
commit6b45f49e0bb38f3e22e5d0cd171db02dd775398d (patch)
treee2e7bd994bb731885d07be0337ecc15121197a6e
parenta0164e32f8034e83f26b026cc015dc5d115d0859 (diff)
parent0131c1f3cce7c01b0eb657a9e9e1a5e42c09a68b (diff)
downloadlinux-next-history-6b45f49e0bb38f3e22e5d0cd171db02dd775398d.tar.gz
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/krisman/unicode.git
Notice: this object is not reachable from any branch.
Notice: this object is not reachable from any branch.
-rw-r--r--fs/unicode/utf8-selftest.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/unicode/utf8-selftest.c b/fs/unicode/utf8-selftest.c
index eb2bbdd688d717..c928e6007356d7 100644
--- a/fs/unicode/utf8-selftest.c
+++ b/fs/unicode/utf8-selftest.c
@@ -14,8 +14,8 @@
#include "utf8n.h"
-unsigned int failed_tests;
-unsigned int total_tests;
+static unsigned int failed_tests;
+static unsigned int total_tests;
/* Tests will be based on this version. */
#define UTF8_LATEST UNICODE_AGE(12, 1, 0)