staging: comedi: fix spelling mistake "desination" -> "destination"
There is a spelling mistake in message text in the call to unittest, fix this. Signed-off-by: Colin Ian King <colin.king@canonical.com> Reviewed-by: Ian Abbott <abbotti@mev.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
44b44c98ca
commit
d4d6b086df
|
@ -372,7 +372,7 @@ void test_ni_lookup_route_register(void)
|
|||
unittest(ni_lookup_route_register(O(8), O(9), T) == 8,
|
||||
"validate last destination\n");
|
||||
unittest(ni_lookup_route_register(O(10), O(9), T) == -EINVAL,
|
||||
"lookup invalid desination\n");
|
||||
"lookup invalid destination\n");
|
||||
|
||||
unittest(ni_lookup_route_register(rgout0_src0, TRIGGER_LINE(0), T) ==
|
||||
-EINVAL,
|
||||
|
|
Loading…
Reference in New Issue