Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Documentation: fix two typos in watchdog-api.txt

This patch changes 'go of' to 'go off' and 'pretimout' to
'pretimeout'.

Signed-off-by: Sangjung Woo <sangjung.woo@samsung.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>

authored by

Sangjung Woo and committed by
Wim Van Sebroeck
5be876cf f728f4bf

+1 -1
+1 -1
Documentation/watchdog/watchdog-api.txt
··· 118 118 Note that the pretimeout is the number of seconds before the time 119 119 when the timeout will go off. It is not the number of seconds until 120 120 the pretimeout. So, for instance, if you set the timeout to 60 seconds 121 - and the pretimeout to 10 seconds, the pretimout will go of in 50 121 + and the pretimeout to 10 seconds, the pretimeout will go off in 50 122 122 seconds. Setting a pretimeout to zero disables it. 123 123 124 124 There is also a get function for getting the pretimeout: