Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1796dcce authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Alexandre Belloni
Browse files

rtc: interface: Fix coding style violations



Fix issues reported by checkpatch:
  ERROR: open brace '{' following struct go on the same line
  ERROR: "foo* bar" should be "foo *bar"
Additionally adjust alignment of wrapped function arguments.

Signed-off-by: default avatarKrzysztof Kozlowski <k.kozlowski.k@gmail.com>
Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@free-electrons.com>
parent cd6ba00a
Loading
Loading
Loading
Loading
+5 −6
Original line number Diff line number Diff line
@@ -101,8 +101,7 @@ struct rtc_timer {
/* flags */
#define RTC_DEV_BUSY 0

struct rtc_device
{
struct rtc_device {
	struct device dev;
	struct module *owner;