]> git.ipfire.org Git - thirdparty/linux.git/commit
staging: comedi: tests: example_test: Reduce stack usage
authorIan Abbott <abbotti@mev.co.uk>
Wed, 7 Apr 2021 18:13:39 +0000 (19:13 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 8 Apr 2021 07:27:01 +0000 (09:27 +0200)
commit30c1b1a22cc389b0bddfc2ae3e39260333fc4085
treed5618350a2a35fbd4997daaee24a520db1ca56ff
parent31f218546e54b38fee185d871639f823a5f7856c
staging: comedi: tests: example_test: Reduce stack usage

Declare the `unit_tests` array in `unittest_enter()` `static` to reduce
stack usage a bit.

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