[U-Boot] [PATCH 1/1] dm: core: fix typo in comment (device.h)

%s/Indentiies/Identifies/g
Signed-off-by: Heinrich Schuchardt xypron.glpk@gmx.de --- include/dm/device.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/dm/device.h b/include/dm/device.h index 813e49f330f..7786b1cf4e6 100644 --- a/include/dm/device.h +++ b/include/dm/device.h @@ -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

On Mon, Feb 12, 2018 at 12:38:36PM +0100, Heinrich Schuchardt wrote:
%s/Indentiies/Identifies/g
Signed-off-by: Heinrich Schuchardt xypron.glpk@gmx.de
Applied to u-boot/master, thanks!
participants (2)
-
Heinrich Schuchardt
-
Tom Rini