staging: comedi: tests: example_test: Rename to 'comedi_example_test'

Rename the "example_test" module to "comedi_example_test" to make the
name more relevant to Comedi.

Cc: Spencer E. Olson <olsonse@umich.edu>
Signed-off-by: Ian Abbott <abbotti@mev.co.uk>
Link: https://lore.kernel.org/r/20210407181342.1117754-6-abbotti@mev.co.uk
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Ian Abbott 2021-04-07 19:13:41 +01:00 committed by Greg Kroah-Hartman
parent 9a457447b3
commit 5b7b4ce1d1
2 changed files with 3 additions and 2 deletions

View File

@ -3,5 +3,6 @@
#
ccflags-$(CONFIG_COMEDI_DEBUG) := -DDEBUG
obj-$(CONFIG_COMEDI_TESTS) += example_test.o ni_routes_test.o
obj-$(CONFIG_COMEDI_TESTS) += comedi_example_test.o
obj-$(CONFIG_COMEDI_TESTS) += ni_routes_test.o
CFLAGS_ni_routes_test.o := -DDEBUG

View File

@ -1,7 +1,7 @@
// SPDX-License-Identifier: GPL-2.0+
/* vim: set ts=8 sw=8 noet tw=80 nowrap: */
/*
* comedi/drivers/tests/example_test.c
* comedi/drivers/tests/comedi_example_test.c
* Example set of unit tests.
*
* COMEDI - Linux Control and Measurement Device Interface