mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-26 00:51:33 +00:00
binman: Correct comments for ReadChildData()
The comment here is incomplete. Fix it. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
c47383114f
commit
557693ef7e
1 changed files with 3 additions and 2 deletions
|
@ -860,7 +860,8 @@ features to produce new behaviours.
|
||||||
"""Handle writing the data in a child entry
|
"""Handle writing the data in a child entry
|
||||||
|
|
||||||
This should be called on the child's parent section after the child's
|
This should be called on the child's parent section after the child's
|
||||||
data has been updated. It
|
data has been updated. It should update any data structures needed to
|
||||||
|
validate that the update is successful.
|
||||||
|
|
||||||
This base-class implementation does nothing, since the base Entry object
|
This base-class implementation does nothing, since the base Entry object
|
||||||
does not have any children.
|
does not have any children.
|
||||||
|
@ -870,7 +871,7 @@ features to produce new behaviours.
|
||||||
|
|
||||||
Returns:
|
Returns:
|
||||||
True if the section could be updated successfully, False if the
|
True if the section could be updated successfully, False if the
|
||||||
data is such that the section could not updat
|
data is such that the section could not update
|
||||||
"""
|
"""
|
||||||
return True
|
return True
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue