Re: [PATCH 2/2] staging: most: Fix a coding style problem

2018-03-02 Thread Dan Carpenter
You've got two subjects which are the same. That's not allowed, sorry. You could just say: [PATCH 1/2] staging: most: Add a blank line [PATCH 2/2] staging: most: Silence a long line warning regards, dan carpenter ___ devel mailing list de...@linuxdriv

[PATCH 2/2] staging: most: Fix a coding style problem

2018-03-01 Thread Quytelda Kahja
Indent the parameters for a function call that extends past 80 characters. Signed-off-by: Quytelda Kahja --- drivers/staging/most/core.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/staging/most/core.c b/drivers/staging/most/core.c index 67e2d7f29967..8d311970225