rtc: interface: Fix coding style violations
authorKrzysztof Kozlowski <k.kozlowski.k@gmail.com>
Sun, 3 May 2015 09:57:10 +0000 (18:57 +0900)
committerAlexandre Belloni <alexandre.belloni@free-electrons.com>
Fri, 19 Jun 2015 18:03:20 +0000 (20:03 +0200)
commit1796dcce2daacc125f2d60afc3f631ca29e36684
treee3be698d8d7f51a42df6452611ec6cc652fb453e
parentcd6ba00aaa8bb5335cf2aa4b98c0ac15ffc9000d
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>
include/linux/rtc.h
This page took 0.02598 seconds and 5 git commands to generate.