mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
dm: core: fix typo in comment (device.h)
%s/Indentiies/Identifies/g Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
This commit is contained in:
parent
9095d5b894
commit
80ee4fc504
1 changed files with 1 additions and 1 deletions
|
|
@ -203,7 +203,7 @@ struct udevice_id {
|
|||
* it.
|
||||
*
|
||||
* @name: Device name
|
||||
* @id: Identiies the uclass we belong to
|
||||
* @id: Identifies the uclass we belong to
|
||||
* @of_match: List of compatible strings to match, and any identifying data
|
||||
* for each.
|
||||
* @bind: Called to bind a device to its driver
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue