Re: [PATCH v2 01/18] platform: chrome: Put docs with the code

2019-10-21 Thread Jonathan Cameron
On Sun, 20 Oct 2019 22:53:46 -0700 Gwendal Grignou wrote: > To avoid doc rot, put function documentations with code, not header. > Use kernel-doc style comments for exported functions. > > Signed-off-by: Gwendal Grignou Looks good to me. Acked-by: Jonathan Cameron > --- > New in v2. > > dr

[PATCH v2 01/18] platform: chrome: Put docs with the code

2019-10-20 Thread Gwendal Grignou
To avoid doc rot, put function documentations with code, not header. Use kernel-doc style comments for exported functions. Signed-off-by: Gwendal Grignou --- New in v2. drivers/platform/chrome/cros_ec.c | 33 +++ drivers/platform/chrome/cros_ec_proto.c | 70 + in