Re: [PATCH] [PATCHv2 TRIVIAL] auxdisplay: remove unnecessary braces

2018-10-06 Thread Miguel Ojeda
Hi Ben, On Sun, Sep 23, 2018 at 7:26 PM wrote: > I have removed some unnecessary braces from if statements. > As well as inspecting the other driverfiles for similar > style issues. Thanks for the new version! > - if (err) { > + if (err) > dft_brightness = MAX_BRIGHT

[PATCH] [PATCHv2 TRIVIAL] auxdisplay: remove unnecessary braces

2018-09-23 Thread benmoore422
From: Ben Moore I have removed some unnecessary braces from if statements. As well as inspecting the other driverfiles for similar style issues. Signed-off-by: Ben Moore --- drivers/auxdisplay/ht16k33.c | 4 ++-- drivers/auxdisplay/panel.c | 5 ++--- 2 files changed, 4 insertions(+), 5 delet