rtc: stm32: fix unnecessary parentheses
authorValentin Caron <valentin.caron@foss.st.com>
Wed, 5 Jul 2023 17:43:57 +0000 (19:43 +0200)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Thu, 27 Jul 2023 21:03:34 +0000 (23:03 +0200)
commit650915ecd8f8cbb58e1ef55430f9e15ae03fd7d8
tree635b4b1924cdc5673280c52b9d1affa322a03ddf
parent46828a5f89044b8e057f6bbb50ae2bac926a0fa2
rtc: stm32: fix unnecessary parentheses

Fix a few style issues reported by checkpatch.pl:
- Unnecessary parentheses
- Lines should not end with a '('

Signed-off-by: Valentin Caron <valentin.caron@foss.st.com>
Link: https://lore.kernel.org/r/20230705174357.353616-8-valentin.caron@foss.st.com
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
drivers/rtc/rtc-stm32.c