Re: [PATCH] comedi: comedi_test: avoid AI scan timing overflow
From: Greg Kroah-Hartman
Date: Tue Jun 09 2026 - 06:14:20 EST
On Tue, Jun 09, 2026 at 09:54:51AM +0100, Ian Abbott wrote:
> On 09/06/2026 06:18, Greg Kroah-Hartman wrote:
> > On Tue, Jun 09, 2026 at 12:14:04AM +0000, Samuel Moelius wrote:
> > > `waveform_ai_cmdtest()` tries to keep timer-driven analog-input scans
> > > representable by limiting `convert_arg` and by making `scan_begin_arg`
> > > at least `convert_arg * scan_end_arg`.
> >
> > Please don't use markdown crud in changelog comments :(
>
> TBF I also use back-quotes for quoting literal programming text. Not
> because they are the same quote marks that markdown uses to quote literal
> text, but because they cannot be confused with C syntax.
But in a changelog, it's not needed. If it's a function, use () at the
end, if it's a variable name, great, just leave it as-is. No need for
`` at all.
thanks,
greg k-h