aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2024-04-29 16:11:45 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2024-04-29 16:11:45 +1000
commitda97ebcadee509a02cea436880b30aaf7d50f5e7 (patch)
treee4d669d83296994288cc458828eab284fa4b000d
parent05fbc790fc2d2e92580b6424aa03805e05b78e4c (diff)
parent0131c1f3cce7c01b0eb657a9e9e1a5e42c09a68b (diff)
downloadlinux-next-history-da97ebcadee509a02cea436880b30aaf7d50f5e7.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)