commit | c8ca1cbebee861bda20768c950b974478f94f07c | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Sep 28 23:32:04 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Fri Oct 23 09:42:28 2015 -0600 |
tree | 9af647503faf805b7b274e4974d1cbfa24c0cdc6 | |
parent | aa74168cee5a5286a9ae5fbc75d86942c8f50c85 [diff] |
dm: core: Tidy up devres comments Adjust the devres comments to be consistent with the rest of the file, and add one for the struct udevice member. Also rename the 'p' parameter to 'ptr' to avoid single-character names. Signed-off-by: Simon Glass <sjg@chromium.org>