summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDario Binacchi <dariobin@libero.it>2021-01-23 19:48:57 +0100
committerSimon Glass <sjg@chromium.org>2021-01-30 14:25:42 -0700
commitfabae8711fd74c0b803f62fd24d28d6712042c2f (patch)
tree4e5d97980c3bbc1debcf9b2bd6992808fddc5acc /include
parenta00e0f7ae5a3058dc8dd520d1d449d4c8806e5f8 (diff)
downloadu-boot-fabae8711fd74c0b803f62fd24d28d6712042c2f.tar.gz
u-boot-fabae8711fd74c0b803f62fd24d28d6712042c2f.tar.xz
u-boot-fabae8711fd74c0b803f62fd24d28d6712042c2f.zip
dm: replace auto_alloc_size with auto
The auto_alloc_size members of struct driver has been renamed auto. Signed-off-by: Dario Binacchi <dariobin@libero.it> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include')
-rw-r--r--include/dm/device.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dm/device.h b/include/dm/device.h
index f5b4cd6876..e665558444 100644
--- a/include/dm/device.h
+++ b/include/dm/device.h
@@ -111,7 +111,7 @@ enum {
* probe method if the device has a device tree node.
*
* All three of plat, priv and uclass_priv can be allocated by the
- * driver, or you can use the auto_alloc_size members of struct driver and
+ * driver, or you can use the auto members of struct driver and
* struct uclass_driver to have driver model do this automatically.
*
* @driver: The driver used by this device