Drop the doubled word "to". Signed-off-by: Randy Dunlap <[email protected]> Cc: Jonathan Corbet <[email protected]> Cc: [email protected] Cc: Srinivas Pandruvada <[email protected]> Cc: Len Brown <[email protected]> Cc: [email protected] --- Documentation/admin-guide/pm/intel_pstate.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
--- linux-next-20200701.orig/Documentation/admin-guide/pm/intel_pstate.rst +++ linux-next-20200701/Documentation/admin-guide/pm/intel_pstate.rst @@ -708,7 +708,7 @@ core (for the policies with other scalin The ``ftrace`` interface can be used for low-level diagnostics of ``intel_pstate``. For example, to check how often the function to set a -P-state is called, the ``ftrace`` filter can be set to to +P-state is called, the ``ftrace`` filter can be set to :c:func:`intel_pstate_set_pstate`:: # cd /sys/kernel/debug/tracing/

