]> git.ipfire.org Git - thirdparty/linux.git/commit
staging: comedi: tests: example_test: Declare functions static
authorIan Abbott <abbotti@mev.co.uk>
Wed, 7 Apr 2021 18:13:40 +0000 (19:13 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 8 Apr 2021 07:27:02 +0000 (09:27 +0200)
commit9a457447b3268c7e3b21020c0ba3e626df125a15
treed021eab5f180837db6b2f2947c1e32f970532674
parent30c1b1a22cc389b0bddfc2ae3e39260333fc4085
staging: comedi: tests: example_test: Declare functions static

The "example_test" module contains a couple of functions with external
linkage that are not called externally.  Declare them `static`.

Cc: Spencer E. Olson <olsonse@umich.edu>
Signed-off-by: Ian Abbott <abbotti@mev.co.uk>
Link: https://lore.kernel.org/r/20210407181342.1117754-5-abbotti@mev.co.uk
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/tests/example_test.c