Re: [PATCH 3/3] mmc: mmc_spi: Document the 3 local functions

2021-01-31 Thread Jaehoon Chung
On 2/1/21 1:20 PM, Bin Meng wrote: > From: Bin Meng > > mmc_spi_sendcmd(), mmc_spi_readdata() and mmc_spi_writedata() are > currently undocumented. Add comment blocks to explain the arguments > and the return value. > > Signed-off-by: Bin Meng Reviewed-by: Jaehoon Chung Best Regards, Jaehoon

[PATCH 3/3] mmc: mmc_spi: Document the 3 local functions

2021-01-31 Thread Bin Meng
From: Bin Meng mmc_spi_sendcmd(), mmc_spi_readdata() and mmc_spi_writedata() are currently undocumented. Add comment blocks to explain the arguments and the return value. Signed-off-by: Bin Meng --- drivers/mmc/mmc_spi.c | 36 +++- 1 file changed, 35 insertions