Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 31403
b: refs/heads/master
c: 304228e
h: refs/heads/master
i:
  31401: 7c74f4e
  31399: 7389726
v: v3
  • Loading branch information
Andrew Victor authored and Linus Torvalds committed Jun 30, 2006
1 parent 4f437bf commit f353f1b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e7b384043e27bed4f23b108481b99c518dd01a01
refs/heads/master: 304228e29ae212952726e91511eddc0ba551bd31
4 changes: 2 additions & 2 deletions trunk/include/linux/rtc.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ struct rtc_time {
* alarm API.
*/
struct rtc_wkalrm {
unsigned char enabled; /* 0 = alarm disable, 1 = alarm disabled */
unsigned char pending; /* 0 = alarm pending, 1 = alarm not pending */
unsigned char enabled; /* 0 = alarm disabled, 1 = alarm enabled */
unsigned char pending; /* 0 = alarm not pending, 1 = alarm pending */
struct rtc_time time; /* time the alarm is set to */
};

Expand Down

0 comments on commit f353f1b

Please sign in to comment.