Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 97311
b: refs/heads/master
c: 5794a9f
h: refs/heads/master
i:
  97309: 69d958c
  97307: e5525c1
  97303: 80b5fe0
  97295: 2a97e5c
  97279: 0775dc6
v: v3
  • Loading branch information
Samuel Tardieu authored and Wim Van Sebroeck committed May 25, 2008
1 parent 4b13d17 commit 748830a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 03315adca76ee93128e4d92566d1f18a1a937e79
refs/heads/master: 5794a9f412676ee7ec87828a926d0f58f0a2ffbf
2 changes: 1 addition & 1 deletion trunk/drivers/watchdog/w83697hf_wdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ MODULE_PARM_DESC(wdt_io, "w83697hf/hg WDT io port (default 0x2e, 0 = autodetect)

static int timeout = WATCHDOG_TIMEOUT; /* in seconds */
module_param(timeout, int, 0);
MODULE_PARM_DESC(timeout, "Watchdog timeout in seconds. 1<= timeout <=255, default=" __MODULE_STRING(WATCHDOG_TIMEOUT) ".");
MODULE_PARM_DESC(timeout, "Watchdog timeout in seconds. 1<= timeout <=255 (default=" __MODULE_STRING(WATCHDOG_TIMEOUT) ")");

static int nowayout = WATCHDOG_NOWAYOUT;
module_param(nowayout, int, 0);
Expand Down

0 comments on commit 748830a

Please sign in to comment.