Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1269350
| From | Jacob Pan <jacob.jun.pan@linux.intel.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 1/4] ktime: add a roundup function |
| Date | 2015-11-13 23:40 +0100 |
| Message-ID | <quvaG-3UL-9@gated-at.bofh.it> (permalink) |
| References | <qusFP-2eI-3@gated-at.bofh.it> <qusFQ-2eI-29@gated-at.bofh.it> <qusZc-2Cc-15@gated-at.bofh.it> |
| Organization | OTC |
On Fri, 13 Nov 2015 12:11:01 -0800 John Stultz <john.stultz@linaro.org> wrote: > Could you add a comment as to what the function does, and use some > better variable names here to make it more immediately obvious what is > being done here? > > Something like: > /** > * ktime_roundup - Rounds value up to interval chunk > * @ value: Value to be rounded up > * @ interval: interval size to round up to > * > * Rounds a value up to the next higher multiple of an interval size > */ > static inline ktime ktime_roundup(ktime_t value, ktime_t interval) will do. thank you for taking the time. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 0/4] CFS idle injection Jacob Pan <jacob.jun.pan@linux.intel.com> - 2015-11-13 21:00 +0100
[PATCH 1/4] ktime: add a roundup function Jacob Pan <jacob.jun.pan@linux.intel.com> - 2015-11-13 21:00 +0100
Re: [PATCH 1/4] ktime: add a roundup function John Stultz <john.stultz@linaro.org> - 2015-11-13 21:20 +0100
Re: [PATCH 1/4] ktime: add a roundup function Jacob Pan <jacob.jun.pan@linux.intel.com> - 2015-11-13 23:40 +0100
Re: [PATCH 1/4] ktime: add a roundup function Thomas Gleixner <tglx@linutronix.de> - 2015-11-13 21:20 +0100
Re: [PATCH 1/4] ktime: add a roundup function Jacob Pan <jacob.jun.pan@linux.intel.com> - 2015-11-13 23:40 +0100
csiph-web