]> git.karo-electronics.de Git - karo-tx-linux.git/commit
PM: Fix indentation and remove extraneous whitespaces in kernel/power/main.c
authorSrivatsa S. Bhat <srivatsa.bhat@linux.vnet.ibm.com>
Sat, 19 Nov 2011 13:39:01 +0000 (14:39 +0100)
committerRafael J. Wysocki <rjw@sisk.pl>
Sun, 20 Nov 2011 23:55:35 +0000 (00:55 +0100)
commit4aef38207095960f4d7177f63e57ee16983d2d93
tree9b1635c40f6a2ed219b11632e361df767502a4c4
parent5fdb994a60f92b23cecad6eb46f7e1ee25375223
PM: Fix indentation and remove extraneous whitespaces in kernel/power/main.c

Lack of proper indentation of the goto statement decreases the readability
of code significantly. In fact, this made me look twice at the code to check
whether it really does what it should be doing. Fix this.

And in the same file, there are some extra whitespaces. Get rid of them too.

Signed-off-by: Srivatsa S. Bhat <srivatsa.bhat@linux.vnet.ibm.com>
Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
kernel/power/main.c