On 4/27/20 7:18 AM, Emanuele Giuseppe Esposito wrote: > diff --git a/fs/Kconfig b/fs/Kconfig > index 824fcf86d12b..6145b607e0bc 100644 > --- a/fs/Kconfig > +++ b/fs/Kconfig > @@ -335,4 +335,10 @@ config STATS_FS > statsfs is a virtual file system that provides counters and other > statistics about the running kernel. > > +config STATS_FS_TEST > + bool "Tests for statsfs" > + depends on STATS_FS && KUNIT The 2 lines above should be indented with one tab, not spaces. > + help > + statsfs tests for the statsfs API. > + > endmenu thanks. -- ~Randy