tests: dma_sg: Small log message update

It bothered me that most of the log messages started with the first
letter in the message capitalized when this one did not. Fix it!

Signed-off-by: Tom Burdick <thomas.burdick@intel.com>
This commit is contained in:
Tom Burdick 2023-08-01 16:21:10 -05:00 committed by Carles Cufí
parent 42ca64d60c
commit 4067cf5973

View file

@ -137,7 +137,7 @@ static int test_sg(void)
}
if (k_sem_take(&xfer_sem, K_MSEC(1000)) != 0) {
TC_PRINT("timed out waiting for xfers\n");
TC_PRINT("Timed out waiting for xfers\n");
return TC_FAIL;
}