diff options
author | Tom Rini <trini@konsulko.com> | 2023-01-05 22:54:26 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-01-05 22:54:26 -0500 |
commit | b63905cfc610542ebb712e841ae474b06e056146 (patch) | |
tree | 8da4e3ae1228a1d8c4de3665121d47d5eebdfd4e /test/dm/host.c | |
parent | a95410696d21d38b629c61a09c100197c5fc533a (diff) | |
parent | 8c042fb7f9f475367804b26a892fd522ad8fcfcc (diff) | |
download | u-boot-WIP/05Jan2022.zip u-boot-WIP/05Jan2022.tar.gz u-boot-WIP/05Jan2022.tar.bz2 |
Merge tag 'dm-next-5jan23' of https://source.denx.de/u-boot/custodians/u-boot-dm into nextWIP/05Jan2022
patman enhancements and fixes
Diffstat (limited to 'test/dm/host.c')
-rw-r--r-- | test/dm/host.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dm/host.c b/test/dm/host.c index 4dafc24..355ba77 100644 --- a/test/dm/host.c +++ b/test/dm/host.c @@ -132,7 +132,7 @@ static int dm_test_cmd_host(struct unit_test_state *uts) ut_assertok(run_commandf("host bind fat %s", filename2)); - /* Check it is not removeable (no '-r') */ + /* Check it is not removable (no '-r') */ ut_assertok(uclass_next_device_err(&dev)); ut_assertok(blk_get_from_parent(dev, &blk)); desc = dev_get_uclass_plat(blk); |