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

Documentation: pps: fix spelling mistake

Signed-off-by: Eric Engestrom <eric@engestrom.ch>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>

authored by

Eric Engestrom and committed by
Jonathan Corbet
c0270efc 62e153c4

+1 -1
+1 -1
Documentation/pps/pps.txt
··· 98 98 }; 99 99 100 100 and then calling the function pps_register_source() in your 101 - intialization routine as follows: 101 + initialization routine as follows: 102 102 103 103 source = pps_register_source(&pps_ktimer_info, 104 104 PPS_CAPTUREASSERT | PPS_OFFSETASSERT);