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: Krzysztof Kozlowski <k.kozlowski.k@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
This commit is contained in:
Krzysztof Kozlowski 2015-05-03 18:57:10 +09:00 committed by Alexandre Belloni
parent cd6ba00aaa
commit 1796dcce2d
1 changed files with 5 additions and 6 deletions

View File

@ -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;