Re: [PATCH 2/5] staging: wfx: fix lines ending with a comma instead of a semicolon

2020-03-12 Thread Dan Carpenter
On Tue, Mar 10, 2020 at 11:13:53AM +0100, Jerome Pouiller wrote: > From: Jérôme Pouiller > > Obviously introduced by mistake. > I have a Smatch check for when people use a comma instead of semi-colon, but I have never published it because it seems totally harmless. I can't think of a reason wh

[PATCH 2/5] staging: wfx: fix lines ending with a comma instead of a semicolon

2020-03-10 Thread Jerome Pouiller
From: Jérôme Pouiller Obviously introduced by mistake. Fixes: 09779276f1ba ("staging: wfx: simplify hif_start() usage") Signed-off-by: Jérôme Pouiller --- drivers/staging/wfx/hif_tx.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/wfx/hif_tx.c b/drive