On Wed, Apr 07, 2021 at 03:01:37PM +0100, Ian Abbott wrote: > The code under "drivers/staging/comedi/drivers/tests/" is built when the > CONFIG_COMEDI_TESTS option is enabled. That currently needs to be done > on the "make" command line since the option does not appear in the > Kconfig files. > > This patch series fixes a compilation error and various other niggles > including checkpatch.pl stuff. > > 1) staging: comedi: tests: ni_routes_test: Fix compilation error > 2) staging: comedi: tests: ni_routes_test: Put complex values in parentheses > 3) staging: comedi: tests: ni_routes_test: Avoid CamelCase: <RVi> > 4) staging: comedi: tests: ni_routes_test: Lines should not end with a '(' > 5) staging: comedi: tests: Correct unittest_fptr Should we move these to the normal kernel testing directory instead, so that they do get some build testing? thanks, greg k-h