On Mon, Oct 16, 2023 at 8:38 AM Juergen Gross <[email protected]> wrote: > On 14.10.23 01:06, Stefano Stabellini wrote: > > + /* Notify the domain that xenstore is available */ > > Please add a "." at the end of the sentence while you are moving this line.
CODING_STYLE explicitly allows the omission of a '.' when a comment is only a single sentence. More generally, in this context in English at least, a comment seems to me more like a sign (which should not have punctuation) than a normal English sentence (which does). As such, to me the period actually seems wrong. In any case, CODING_STYLE was modified to avoid having to spend time arguing about this sort of thing. :-) -George
