[PATCH v2 18/18] dm: core: Rename the priv/plat members

Simon Glass sjg at chromium.org
Mon Dec 28 17:25:51 CET 2020


These are supposed to be private to driver model, not accessed by any code
outside. Add a trailing underscore to indicate this.

Signed-off-by: Simon Glass <sjg at chromium.org>
---

(no changes since v1)

 drivers/core/device.c | 24 ++++++++++++------------
 drivers/core/uclass.c |  4 ++--
 include/dm/device.h   | 29 +++++++++++++++++------------
 include/dm/uclass.h   |  4 ++--
 4 files changed, 33 insertions(+), 28 deletions(-)

Applied to u-boot-dm/next, thanks!


More information about the U-Boot mailing list