Commit e0845bf4e1df07e16fa39d96508a1ba4a480ce3e

Authored by Wim Van Sebroeck
1 parent f9a8c8913a

[WATCHDOG] Kconfig clean-up

* fix typo's according to spellings checker
* Fix some leading and trailing spaces

Signed-off-by: Wim Van Sebroeck <wim@iguana.be>

Showing 1 changed file with 13 additions and 13 deletions Side-by-side Diff

drivers/char/watchdog/Kconfig
... ... @@ -13,7 +13,7 @@
13 13 subsequently opening the file and then failing to write to it for
14 14 longer than 1 minute will result in rebooting the machine. This
15 15 could be useful for a networked machine that needs to come back
16   - online as fast as possible after a lock-up. There's both a watchdog
  16 + on-line as fast as possible after a lock-up. There's both a watchdog
17 17 implementation entirely in software (which can sometimes fail to
18 18 reboot the machine) and a driver for hardware watchdog boards, which
19 19 are more robust and can also keep track of the temperature inside
... ... @@ -71,7 +71,7 @@
71 71 tristate "DC21285 watchdog"
72 72 depends on WATCHDOG && FOOTBRIDGE
73 73 help
74   - The Intel Footbridge chip contains a builtin watchdog circuit. Say Y
  74 + The Intel Footbridge chip contains a built-in watchdog circuit. Say Y
75 75 here if you wish to use this. Alternatively say M to compile the
76 76 driver as a module, which will be called wdt285.
77 77  
... ... @@ -273,7 +273,7 @@
273 273 depends on WATCHDOG && X86
274 274 help
275 275 This is the driver for the IBM Automatic Server Restart watchdog
276   - timer builtin into some eServer xSeries machines.
  276 + timer built-in into some eServer xSeries machines.
277 277  
278 278 To compile this driver as a module, choose M here: the
279 279 module will be called ibmasr.
280 280  
281 281  
... ... @@ -431,17 +431,17 @@
431 431 Most people will say N.
432 432  
433 433 config W83697HF_WDT
434   - tristate "W83697HF Watchdog Timer"
435   - depends on WATCHDOG && X86
436   - ---help---
437   - This is the driver for the hardware watchdog on the W83697HF chipset
438   - This watchdog simply watches your kernel to make sure it doesn't freeze,
439   - and if it does, it reboots your computer after a certain amount of time.
  434 + tristate "W83697HF Watchdog Timer"
  435 + depends on WATCHDOG && X86
  436 + ---help---
  437 + This is the driver for the hardware watchdog on the W83697HF chipset
  438 + This watchdog simply watches your kernel to make sure it doesn't freeze,
  439 + and if it does, it reboots your computer after a certain amount of time.
440 440  
441   - To compile this driver as a module, choose M here: the
442   - module will be called w83697hf_wdt.
  441 + To compile this driver as a module, choose M here: the
  442 + module will be called w83697hf_wdt.
443 443  
444   - Most people will say N.
  444 + Most people will say N.
445 445  
446 446 config W83877F_WDT
447 447 tristate "W83877F (EMACS) Watchdog Timer"
... ... @@ -476,7 +476,7 @@
476 476 depends on WATCHDOG && X86
477 477 ---help---
478 478 If you are using a ZF Micro MachZ processor, say Y here, otherwise
479   - N. This is the driver for the watchdog timer builtin on that
  479 + N. This is the driver for the watchdog timer built-in on that
480 480 processor using ZF-Logic interface. This watchdog simply watches
481 481 your kernel to make sure it doesn't freeze, and if it does, it
482 482 reboots your computer after a certain amount of time.