Re: [PATCH v2] mailbox: sti: fix struct description warnings

2020-09-08 Thread Lee Jones
On Wed, 09 Sep 2020, Alain Volmat wrote: > Fix formating of struct description to avoid warning highlighted > by W=1 compilation. Apologies for not mentioning this before, but it would be nice to have the warning quoted in the commit message. > Signed-off-by: Alain Volmat > --- > v2: fixes tag

[PATCH v2] mailbox: sti: fix struct description warnings

2020-09-08 Thread Alain Volmat
Fix formating of struct description to avoid warning highlighted by W=1 compilation. Signed-off-by: Alain Volmat --- v2: fixes tag removed drivers/mailbox/mailbox-sti.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/mailbox/mailbox-sti.c b/drivers/mailbox/mail