mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 15:41:40 +00:00
dm: test: Correct a stray backslash in dm_test_destroy()
This should perhaps be a period. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> [bmeng: add the ending period and reword the commit message] Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
This commit is contained in:
parent
e5f7390458
commit
22327003a9
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue