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:
parent
42ca64d60c
commit
4067cf5973
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue