commit | 2020b64b3e506ee616382be07dacba7cf815b8a4 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@kernel.org> | Sun Jun 23 16:12:52 2024 -0700 |
committer | Paul E. McKenney <paulmck@kernel.org> | Mon Jun 24 05:50:59 2024 -0700 |
tree | 1efec914677a8e2bc7be4a2addfd4b8a3f407b3f | |
parent | 662b960d12d280476c4b09070ed6c4b808ee91da [diff] |
clocksource: Fix comments on WATCHDOG_THRESHOLD & WATCHDOG_MAX_SKEW The WATCHDOG_THRESHOLD macro is no longer used to supply a default value for ->uncertainty_margin, but WATCHDOG_MAX_SKEW now is. Therefore, update the comments to reflect this change. Reported-by: Borislav Petkov <bp@alien8.de> Signed-off-by: Paul E. McKenney <paulmck@kernel.org> Acked-by: Borislav Petkov (AMD) <bp@alien8.de>