commit | b9c3570737578040a506e33ef7a136daed03eedd | [log] [tgz] |
---|---|---|
author | Steffen Trumtrar <[email protected]> | Mon Apr 29 16:20:16 2013 -0700 |
committer | Linus Torvalds <[email protected]> | Mon Apr 29 18:28:34 2013 -0700 |
tree | 542926ddf1742f99546cf9dd23605bb3a0a5bd7f | |
parent | 7c1b68d4e1d98e77234dfe1f3e15a24bbeef981a [diff] |
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 <[email protected]> Cc: Austin Boyle <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>