]> git.dujemihanovic.xyz Git - u-boot.git/commit
core: fix doc comments of dev_read_addr*() and related functions
authorMatthias Schiffer <matthias.schiffer@ew.tq-group.com>
Wed, 27 Sep 2023 13:33:30 +0000 (15:33 +0200)
committerSimon Glass <sjg@chromium.org>
Fri, 13 Oct 2023 17:15:41 +0000 (10:15 -0700)
commite42c4d6d90c60f6b7fe01e88f458782c42cee8c9
treeb56baafb786d568e9d632a0d73c273d9a69f4443
parentbff16109e3b12dcdc4c9b3c43ec2a9d1100dbe6a
core: fix doc comments of dev_read_addr*() and related functions

- The dev_read_addr_name*() family of functions has no "index" argument,
  doc comments should refer to "name"
- Specify the error return for several devfdt_get_addr*() functions

Signed-off-by: Matthias Schiffer <matthias.schiffer@ew.tq-group.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
include/dm/fdtaddr.h
include/dm/read.h