Re: [PATCH] platform/chrome: cros_ec_spi: Document missing function parameters

2020-07-01 Thread Enric Balletbo i Serra
Hi Gwendal, Thank you for the review. On 25/6/20 19:02, Enric Balletbo i Serra wrote: > Kerneldoc expects all kernel function members to be documented. > > Fixes the following W=1 level warnings: > > cros_ec_spi.c:153: warning: Function parameter or member 'ec_dev' not > described in 'receiv

Re: [PATCH] platform/chrome: cros_ec_spi: Document missing function parameters

2020-06-25 Thread Gwendal Grignou
Reviewed-by: Gwendal Grignou On Thu, Jun 25, 2020 at 10:02 AM Enric Balletbo i Serra wrote: > > Kerneldoc expects all kernel function members to be documented. > > Fixes the following W=1 level warnings: > > cros_ec_spi.c:153: warning: Function parameter or member 'ec_dev' not > described in

[PATCH] platform/chrome: cros_ec_spi: Document missing function parameters

2020-06-25 Thread Enric Balletbo i Serra
Kerneldoc expects all kernel function members to be documented. Fixes the following W=1 level warnings: cros_ec_spi.c:153: warning: Function parameter or member 'ec_dev' not described in 'receive_n_bytes' cros_ec_spi.c:153: warning: Function parameter or member 'buf' not described in 'recei