Re: [U-Boot] [PATCH 2/7] spi: add comment for spi_flash_probe_bus_cs function

2018-12-10 Thread Petr Vorel
Hi Patrick, > On Mon, Dec 10, 2018 at 11:53 AM Patrick Delaunay > wrote: > > Add Kernel style documentation for spi_flash_probe_bus_cs(). > > Signed-off-by: Patrick Delaunay Reviewed-by: Petr Vorel > > --- > > include/spi_flash.h | 14 ++ > > 1 file changed, 14 insertions(+)

Re: [U-Boot] [PATCH 2/7] spi: add comment for spi_flash_probe_bus_cs function

2018-12-10 Thread Simon Goldschmidt
On Mon, Dec 10, 2018 at 11:53 AM Patrick Delaunay wrote: > > Add Kernel style documentation for spi_flash_probe_bus_cs(). > > Signed-off-by: Patrick Delaunay > --- > > include/spi_flash.h | 14 ++ > 1 file changed, 14 insertions(+) > > diff --git a/include/spi_flash.h

[U-Boot] [PATCH 2/7] spi: add comment for spi_flash_probe_bus_cs function

2018-12-10 Thread Patrick Delaunay
Add Kernel style documentation for spi_flash_probe_bus_cs(). Signed-off-by: Patrick Delaunay --- include/spi_flash.h | 14 ++ 1 file changed, 14 insertions(+) diff --git a/include/spi_flash.h b/include/spi_flash.h index e427e96..36565bb 100644 --- a/include/spi_flash.h +++