Skip to content
Snippets Groups Projects
Commit 22327003 authored by Simon Glass's avatar Simon Glass Committed by Bin Meng
Browse files

dm: test: Correct a stray backslash in dm_test_destroy()


This should perhaps be a period.

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
Reviewed-by: default avatarBin Meng <bmeng.cn@gmail.com>
[bmeng: add the ending period and reword the commit message]
Signed-off-by: default avatarBin Meng <bmeng.cn@gmail.com>
parent e5f73904
No related branches found
No related tags found
No related merge requests found
......@@ -64,7 +64,7 @@ static int dm_test_destroy(struct unit_test_state *uts)
/*
* If the uclass doesn't exist we don't want to create it. So
* check that here before we call uclass_find_device()/
* check that here before we call uclass_find_device().
*/
uc = uclass_find(id);
if (!uc)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment