Re: [U-Boot] [PATCH 4/6] dm: core: Tidy up devres comments

2015-10-18 Thread Simon Glass
On 28 September 2015 at 23:32, Simon Glass wrote: > 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 > --- > > include/dm/de

[U-Boot] [PATCH 4/6] dm: core: Tidy up devres comments

2015-09-28 Thread Simon Glass
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 --- include/dm/device.h | 50 -- 1