]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
dm: Correct DM_FLAG_ comment
authorBin Meng <bmeng@tinylab.org>
Mon, 31 Jul 2023 14:01:26 +0000 (22:01 +0800)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Thu, 3 Aug 2023 07:21:02 +0000 (09:21 +0200)
The macros are prefixed with DM_FLAG_, not DM_FLAGS_.

Signed-off-by: Bin Meng <bmeng@tinylab.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
include/dm/device.h

index b86bf90609bfb15b6e39f07b1e559bfc234d60f4..e54cb6bca415e0a8f7889da85d21cb81fa9b6cda 100644 (file)
@@ -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
  */