On Mon, Jul 13, 2020 at 03:49:13PM +0100, Lee Jones wrote: > Kerneldoc struct titles must be followed by whitespace else the > checker gets confused. > > Fixes the following W=1 kernel build warning(s): > > drivers/pinctrl/samsung/pinctrl-s3c64xx.c:212: warning: cannot understand function prototype: 'struct s3c64xx_eint0_domain_data ' > > Cc: Tomasz Figa <tomasz.figa@xxxxxxxxx> > Cc: Krzysztof Kozlowski <krzk@xxxxxxxxxx> > Cc: Sylwester Nawrocki <s.nawrocki@xxxxxxxxxxx> > Cc: linux-samsung-soc@xxxxxxxxxxxxxxx > Signed-off-by: Lee Jones <lee.jones@xxxxxxxxxx> > --- > drivers/pinctrl/samsung/pinctrl-s3c64xx.c | 6 +++--- Thanks, squashed with s3c24xx since these are similar issues and only documentation is affected. Best regards, Krzysztof