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

[PATCH] staging: wfx: match parentheses alignment

2020-02-23 Thread Kaaira Gupta
match next line with open parentheses by giving appropriate tabs. Signed-off-by: Kaaira Gupta --- drivers/staging/wfx/data_tx.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/wfx/data_tx.c b/drivers/staging/wfx/data_tx.c index 20f4740734f2..815fde0913f5