Re: [PATCH] dm: Correct DM_FLAG_ comment

2023-07-31 Thread Simon Glass
On Mon, 31 Jul 2023 at 08:01, Bin Meng wrote: > > The macros are prefixed with DM_FLAG_, not DM_FLAGS_. > > Signed-off-by: Bin Meng > --- > > include/dm/device.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Simon Glass

[PATCH] dm: Correct DM_FLAG_ comment

2023-07-31 Thread Bin Meng
The macros are prefixed with DM_FLAG_, not DM_FLAGS_. Signed-off-by: Bin Meng --- include/dm/device.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/dm/device.h b/include/dm/device.h index b86bf90609..e54cb6bca4 100644 --- a/include/dm/device.h +++ b/include/dm/devi