On Sunday, 2017-03-19 10:50:37 -0300, Fabio Estevam wrote:
> Hi Emil,
>
> On Sun, Mar 19, 2017 at 7:57 AM, Emil Velikov
> wrote:
> > On 18 March 2017 at 21:47, Fabio Estevam wrote:
> >> There is no need to use brackets for single line if statements,
> >> so simply remove them.
> >>
> >> Signed-
Hi Emil,
On Sun, Mar 19, 2017 at 7:57 AM, Emil Velikov wrote:
> On 18 March 2017 at 21:47, Fabio Estevam wrote:
>> There is no need to use brackets for single line if statements,
>> so simply remove them.
>>
>> Signed-off-by: Fabio Estevam
> R-b and pushed to master.
>
> I'm wondering if piping
On 18 March 2017 at 21:47, Fabio Estevam wrote:
> There is no need to use brackets for single line if statements,
> so simply remove them.
>
> Signed-off-by: Fabio Estevam
R-b and pushed to master.
I'm wondering if piping the whole kmscube repo through something like
[the kernel's] checkpatch wo
There is no need to use brackets for single line if statements,
so simply remove them.
Signed-off-by: Fabio Estevam
---
kmscube.c | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/kmscube.c b/kmscube.c
index 8057e66..fcfd902 100644
--- a/kmscube.c
+++ b/kmscube.c
@@ -113,1