Commit ea6649c721e0d8d2f79ae13ad9a21444f69dae70

Authored by Naga Chumbalkar
Committed by Wim Van Sebroeck
1 parent 521cb40b0c

watchdog: hpwdt: Fix a couple of typos

Fix some typos.

Signed-off-by: Naga Chumbalkar <nagananda.chumbalkar@hp.com>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>

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

drivers/watchdog/Kconfig
... ... @@ -589,12 +589,12 @@
589 589 be called it87_wdt.
590 590  
591 591 config HP_WATCHDOG
592   - tristate "HP Proliant iLO2+ Hardware Watchdog Timer"
  592 + tristate "HP ProLiant iLO2+ Hardware Watchdog Timer"
593 593 depends on X86
594 594 help
595 595 A software monitoring watchdog and NMI sourcing driver. This driver
596 596 will detect lockups and provide a stack trace. This is a driver that
597   - will only load on a HP ProLiant system with a minimum of iLO2 support.
  597 + will only load on an HP ProLiant system with a minimum of iLO2 support.
598 598 To compile this driver as a module, choose M here: the module will be
599 599 called hpwdt.
600 600