diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-09-28 22:52:24 +0900 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2014-10-22 10:32:16 -0600 |
commit | 81b4e751c2bb9d9c769c2b55273944f70f9abc95 (patch) | |
tree | 532aa383d6210fa7a03bb4a41819d0774f5673c7 /include/dm/platdata.h | |
parent | a84c8107d9b050fe8a31220d28588abfc2d99aee (diff) |
dm: fix comments
The struct udevice stands for a device, not a driver.
The driver_info.name is a driver's name, which is referenced
to bind devices.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/dm/platdata.h')
-rw-r--r-- | include/dm/platdata.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dm/platdata.h b/include/dm/platdata.h index 2bc8b147ed..7716f1940e 100644 --- a/include/dm/platdata.h +++ b/include/dm/platdata.h @@ -14,7 +14,7 @@ /** * struct driver_info - Information required to instantiate a device * - * @name: Device name + * @name: Driver name * @platdata: Driver-specific platform data */ struct driver_info { |