dm: device: Fix typo in the non-DEVRES version of devm_kmalloc_array()
authorJean-Jacques Hiblot <jjhiblot@ti.com>
Thu, 26 Sep 2019 13:43:54 +0000 (15:43 +0200)
committerSimon Glass <sjg@chromium.org>
Tue, 15 Oct 2019 14:40:03 +0000 (08:40 -0600)
commitd8efa2ce2abe293c97576f47ccac708e233553b6
treebffee436e65b538387b34389b859d5cb5632b078
parent833e4192cd791733ddc0106996a4f86f9269ceba
dm: device: Fix typo in the non-DEVRES version of devm_kmalloc_array()

When DEVRES is not set, devm_kmalloc_array() is spelled
devm_kmaloc_array() (with one 'l' only).
Fixing it so that the name is the same with and without DEVRES.

Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
include/dm/device.h