aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2024-05-17 12:33:16 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2024-05-17 12:33:16 +1000
commit552badd64ff87151c0c08bfee548be0feee48cf3 (patch)
tree5c064e58d966cd5054cbefeb0cbb4afd8fdb3162
parentc7944958ae59b79f751440ffeec13fe97857c98e (diff)
parent0131c1f3cce7c01b0eb657a9e9e1a5e42c09a68b (diff)
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/krisman/unicode.git
-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 eb2bbdd688d7..c928e6007356 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)