Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 187038
b: refs/heads/master
c: c1bf3ac
h: refs/heads/master
v: v3
  • Loading branch information
Andrew Morton authored and Wim Van Sebroeck committed Mar 7, 2010
1 parent 86e4350 commit f3563e6
Show file tree
Hide file tree
Showing 3 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: 168b5251adddb1554926cfb94f79a8a28bc6ebe5
refs/heads/master: c1bf3acffcddcf794e3d8a1d25fb8bd4d5912383
2 changes: 1 addition & 1 deletion trunk/drivers/watchdog/wdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ static long wdt_ioctl(struct file *file, unsigned int cmd, unsigned long arg)
int new_heartbeat;
int status;

static struct watchdog_info ident = {
struct watchdog_info ident = {
.options = WDIOF_SETTIMEOUT|
WDIOF_MAGICCLOSE|
WDIOF_KEEPALIVEPING,
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/watchdog/wdt_pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ static long wdtpci_ioctl(struct file *file, unsigned int cmd,
int new_heartbeat;
int status;

static struct watchdog_info ident = {
struct watchdog_info ident = {
.options = WDIOF_SETTIMEOUT|
WDIOF_MAGICCLOSE|
WDIOF_KEEPALIVEPING,
Expand Down

0 comments on commit f3563e6

Please sign in to comment.