From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757329AbbCGJyT (ORCPT ); Sat, 7 Mar 2015 04:54:19 -0500 Received: from mail-we0-f175.google.com ([74.125.82.175]:35745 "EHLO mail-we0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752911AbbCGJyO (ORCPT ); Sat, 7 Mar 2015 04:54:14 -0500 Date: Sat, 7 Mar 2015 10:54:09 +0100 From: Ingo Molnar To: John Stultz Cc: lkml , Dave Jones , Linus Torvalds , Thomas Gleixner , Richard Cochran , Prarit Bhargava , Stephen Boyd , Peter Zijlstra Subject: Re: [PATCH 04/12] clocksource: Add max_cycles to clocksource structure Message-ID: <20150307095408.GK30888@gmail.com> References: <1425696603-16878-1-git-send-email-john.stultz@linaro.org> <1425696603-16878-5-git-send-email-john.stultz@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1425696603-16878-5-git-send-email-john.stultz@linaro.org> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * John Stultz wrote: > --- a/kernel/time/clocksource.c > +++ b/kernel/time/clocksource.c > @@ -469,11 +469,14 @@ static u32 clocksource_max_adjustment(struct clocksource *cs) > * @shift: cycle to nanosecond divisor (power of two) > * @maxadj: maximum adjustment value to mult (~11%) > * @mask: bitmask for two's complement subtraction of non 64 bit counters > + * @max_cyc: maximum cycle value before potential overflow (does not include So this uses spaces instead of tabs, possibly breaking Docbook. > + * any saftey margin) Typo. Thanks, Ingo