Re: [PATCH] staging: wfx: match parentheses alignment

2020-02-24 Thread Joe Perches
On Mon, 2020-02-24 at 01:02 +0530, Kaaira Gupta wrote: > match next line with open parentheses by giving appropriate tabs. This patch is only for data_tx.c There are many more parentheses that are not aligned in staging/wfx in other files. Realistically, either change the subject to show that it

Re: [PATCH] staging: wfx: match parentheses alignment

2020-02-24 Thread Jérôme Pouiller
On Sunday 23 February 2020 20:32:01 CET Kaaira Gupta wrote: > > match next line with open parentheses by giving appropriate tabs. Maybe the body of the commit message should start with a capital letter, else: Reviewed-by: Jérôme Pouiller > > Signed-off-by: Kaaira Gupta > --- > drivers/stagi