From: Simon Glass Date: Wed, 25 Sep 2019 14:55:57 +0000 (-0600) Subject: dm: test: Correct a stray backslash in dm_test_destroy() X-Git-Tag: v2020.10~566^2~45 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=22327003a9d23c25044ce411e2daa992c835763c;p=platform%2Fkernel%2Fu-boot.git dm: test: Correct a stray backslash in dm_test_destroy() This should perhaps be a period. Signed-off-by: Simon Glass Reviewed-by: Bin Meng [bmeng: add the ending period and reword the commit message] Signed-off-by: Bin Meng --- diff --git a/test/dm/test-main.c b/test/dm/test-main.c index 74f77cc..7264816 100644 --- a/test/dm/test-main.c +++ b/test/dm/test-main.c @@ -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)