Re: [PATCH] spi: Add missing kerneldoc bits

2014-08-13 Thread Mark Brown
On Fri, Aug 08, 2014 at 01:02:36PM +0200, Thierry Reding wrote: > From: Thierry Reding > > These are all arguments or fields that got added without updating the > kerneldoc comments. Applied. It's really sad that kerneldoc doesn't have a good way of handling internal only fields. signature.as

[PATCH] spi: Add missing kerneldoc bits

2014-08-08 Thread Thierry Reding
From: Thierry Reding These are all arguments or fields that got added without updating the kerneldoc comments. Signed-off-by: Thierry Reding --- drivers/spi/spi.c | 1 + include/linux/spi/spi.h | 7 +++ 2 files changed, 8 insertions(+) diff --git a/drivers/spi/spi.c b/drivers/spi/sp