Re: [U-Boot] [PATCH 6/6] dm: core: Tidy up comments in device.h

2015-10-18 Thread Simon Glass
On 28 September 2015 at 23:32, Simon Glass wrote: > Correct a few nits found in a recent review. Expand the comments in > dev_get_driver_data() to make it clearer. > > Signed-off-by: Simon Glass > --- > > include/dm/device.h | 19 --- > 1 file changed, 16 insertions(+), 3 deletio

[U-Boot] [PATCH 6/6] dm: core: Tidy up comments in device.h

2015-09-28 Thread Simon Glass
Correct a few nits found in a recent review. Expand the comments in dev_get_driver_data() to make it clearer. Signed-off-by: Simon Glass --- include/dm/device.h | 19 --- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/include/dm/device.h b/include/dm/device.h ind