From: Bin Meng Date: Mon, 31 Jul 2023 14:01:26 +0000 (+0800) Subject: dm: Correct DM_FLAG_ comment X-Git-Tag: v2023.10-rc2~7^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef279f81ae813c9d0128490877227b75d1fd61a5;p=pandora-u-boot.git dm: Correct DM_FLAG_ comment The macros are prefixed with DM_FLAG_, not DM_FLAGS_. Signed-off-by: Bin Meng Reviewed-by: Simon Glass Reviewed-by: Heinrich Schuchardt --- diff --git a/include/dm/device.h b/include/dm/device.h index b86bf90609b..e54cb6bca41 100644 --- a/include/dm/device.h +++ b/include/dm/device.h @@ -367,7 +367,7 @@ struct udevice_id { * @ops: Driver-specific operations. This is typically a list of function * pointers defined by the driver, to implement driver functions required by * the uclass. - * @flags: driver flags - see `DM_FLAGS_...` + * @flags: driver flags - see `DM_FLAG_...` * @acpi_ops: Advanced Configuration and Power Interface (ACPI) operations, * allowing the device to add things to the ACPI tables passed to Linux */