staging: comedi: tests: example_test: Rename to 'comedi_example_test'
authorIan Abbott <abbotti@mev.co.uk>
Wed, 7 Apr 2021 18:13:41 +0000 (19:13 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 8 Apr 2021 07:27:02 +0000 (09:27 +0200)
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>
drivers/staging/comedi/drivers/tests/Makefile
drivers/staging/comedi/drivers/tests/comedi_example_test.c [moved from drivers/staging/comedi/drivers/tests/example_test.c with 97% similarity]

index b5d8e13..a7883e4 100644 (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
@@ -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