Re: [PATCH 07/11] dm: core: Fix a few incorrect comments on first/next functions

2021-09-22 Thread Tom Rini
On Wed, Aug 18, 2021 at 09:40:29PM -0600, Simon Glass wrote: > Tighten up these comments to make the behaviour clearer. > > Signed-off-by: Simon Glass Applied to u-boot/next, thanks! -- Tom signature.asc Description: PGP signature

[PATCH 07/11] dm: core: Fix a few incorrect comments on first/next functions

2021-08-18 Thread Simon Glass
Tighten up these comments to make the behaviour clearer. Signed-off-by: Simon Glass --- include/dm/device.h | 4 ++-- include/dm/uclass.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/dm/device.h b/include/dm/device.h index 0a9718a5b81..ef6241bca8b 100644 --- a/