Re: [U-Boot] [PATCH 08/30] dm: blk: Add comments to a few functions

2016-02-16 Thread Bin Meng
On Mon, Feb 15, 2016 at 10:16 AM, Simon Glass wrote: > The block interface is not well documented in the code. Pick two important > functions and add comments. > > Signed-off-by: Simon Glass > --- > > include/part.h | 30 ++ > 1

[U-Boot] [PATCH 08/30] dm: blk: Add comments to a few functions

2016-02-14 Thread Simon Glass
The block interface is not well documented in the code. Pick two important functions and add comments. Signed-off-by: Simon Glass --- include/part.h | 30 ++ 1 file changed, 30 insertions(+) diff --git a/include/part.h b/include/part.h index