Skip to content

Commit

Permalink
dm: test: Correct a stray backslash in dm_test_destroy()
Browse files Browse the repository at this point in the history
This should perhaps be a period.

Signed-off-by: Simon Glass <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
[bmeng: add the ending period and reword the commit message]
Signed-off-by: Bin Meng <[email protected]>
  • Loading branch information
sjg20 authored and lbmeng committed Oct 8, 2019
1 parent e5f7390 commit 2232700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/dm/test-main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 2232700

Please sign in to comment.