commit | f2bc6fc3316d85dcd36d88788c3c412213c7823c | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Jun 11 23:29:54 2014 -0600 |
committer | Simon Glass <sjg@chromium.org> | Fri Jun 20 11:56:50 2014 -0600 |
tree | 37f8fe708242e5e0f66fce40efbcbfbfc5e6e3f6 | |
parent | 47f3d3c80bfe70130054cb61ebbdbbfc61dc8267 [diff] |
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>