From 6bb5a784874cbf26514e49f8babca38a2a811f0f Mon Sep 17 00:00:00 2001 From: Dou Liyang Date: Wed, 26 Apr 2017 11:43:04 +0800 Subject: [PATCH] Remove a tab to make the format correct --- Timers/timers-1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Timers/timers-1.md b/Timers/timers-1.md index e927910..f565a43 100644 --- a/Timers/timers-1.md +++ b/Timers/timers-1.md @@ -265,7 +265,7 @@ This means that in our case the timer interrupt frequency is `250 HZ` or occurs The last field that we can see in the definition of the `clocksource_jiffies` structure is the - `max_cycles` that holds the maximum cycle value that can safely be multiplied without potentially causing an overflow. - Ok, we just saw definition of the `clocksource_jiffies` structure, also we know a little about `jiffies` and `clocksource`, now it is time to get back to the implementation of the our function. In the beginning of this part we have stopped on the call of the: +Ok, we just saw definition of the `clocksource_jiffies` structure, also we know a little about `jiffies` and `clocksource`, now it is time to get back to the implementation of the our function. In the beginning of this part we have stopped on the call of the: ```C register_refined_jiffies(CLOCK_TICK_RATE);