2 #include <linux/compiler.h>
3 #include <linux/types.h>
8 int test__unit_number__scnprint(struct test
*t __maybe_unused
, int subtest __maybe_unused
)
16 { 20*1024*1024, "20M" },
17 { 30*1024*1024*1024ULL, "30G" },
26 unit_number__scnprintf(buf
, sizeof(buf
), test
[i
].n
);
28 pr_debug("n %" PRIu64
", str '%s', buf '%s'\n",
29 test
[i
].n
, test
[i
].str
, buf
);
31 if (strcmp(test
[i
].str
, buf
))