[0/2] rtc: pcf8523: standardize code

Message ID 20230315082021.2104452-1-javier.carrasco@wolfvision.net
Headers
Series rtc: pcf8523: standardize code |

Message

Javier Carrasco March 15, 2023, 8:20 a.m. UTC
  A series of patches have introduced coding-style issues that make
checkpatch generate a number of easy-to-fix errors and warnings.
Furthermore, some cleanups and refactoring operations left an
unnecessary OR operation behind. These patches claim tosolve 
these minor issues.

Javier Carrasco (2):
  rtc: pcf8523: fix coding-style issues
  rtc: pcf8523: remove unnecessary OR operation

 drivers/rtc/rtc-pcf8523.c | 17 ++++++++---------
 1 file changed, 8 insertions(+), 9 deletions(-)
  

Comments

Alexandre Belloni March 17, 2023, 10:25 p.m. UTC | #1
On Wed, 15 Mar 2023 09:20:19 +0100, Javier Carrasco wrote:
> A series of patches have introduced coding-style issues that make
> checkpatch generate a number of easy-to-fix errors and warnings.
> Furthermore, some cleanups and refactoring operations left an
> unnecessary OR operation behind. These patches claim tosolve
> these minor issues.
> 
> Javier Carrasco (2):
>   rtc: pcf8523: fix coding-style issues
>   rtc: pcf8523: remove unnecessary OR operation
> 
> [...]

Applied, thanks!

[1/2] rtc: pcf8523: fix coding-style issues
      commit: b48cc753c017d1f5c6e317538205d40e70d04f3c
[2/2] rtc: pcf8523: remove unnecessary OR operation
      commit: dc87fad6448fc574456516404469c0c2c48d642e

Best regards,