]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
dm: Tidy up four minor code nits
authorSimon Glass <sjg@chromium.org>
Thu, 12 Jun 2014 05:29:54 +0000 (23:29 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 20 Jun 2014 17:56:50 +0000 (11:56 -0600)
commitf2bc6fc3316d85dcd36d88788c3c412213c7823c
tree37f8fe708242e5e0f66fce40efbcbfbfc5e6e3f6
parent47f3d3c80bfe70130054cb61ebbdbbfc61dc8267
dm: Tidy up four minor code nits

There is a spelling mistake and two functions are missing comments
altogether. Also the flags declaration is correct, but doesn't follow
style. Finally, the uclass_get_device() function has some errors in
its documentation.

Fix these problems.

Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Marek Vasut <marex@denx.de>
include/dm/device.h
include/dm/lists.h
include/dm/root.h
include/dm/uclass.h