]> git.baikalelectronics.ru Git - kernel.git/commit
drivers/rtc/rtc-ds1307.c: change sysfs function pointer assignment
authorSteffen Trumtrar <s.trumtrar@pengutronix.de>
Mon, 29 Apr 2013 23:20:16 +0000 (16:20 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 30 Apr 2013 01:28:34 +0000 (18:28 -0700)
commit821ee783805248e7d7b1abf08c1891354c91556a
tree542926ddf1742f99546cf9dd23605bb3a0a5bd7f
parent25bb339c209a6a43c8667c7b9d78caff833d6b0a
drivers/rtc/rtc-ds1307.c: change sysfs function pointer assignment

The current usage of commas instead of semicolons is not wrong, but
affects the readability of the code.

Also, the code would break, if someone puts something between those two
assignments.

Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de>
Cc: Austin Boyle <Austin.Boyle@aviatnet.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/rtc/rtc-ds1307.c