Re: [PATCH 03/21] ntp: Clean up comments
From: John Stultz
Date: Wed Sep 11 2024 - 16:09:20 EST
On Wed, Sep 11, 2024 at 6:17 AM Anna-Maria Behnsen
<anna-maria@xxxxxxxxxxxxx> wrote:
>
> From: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
>
> Usage of different comment formatting makes fast reading and parsing the
> code harder. There are several multi-line comments which do not follow the
> coding style by starting with a line only containing '/*'. There are also
> comments which do not start with capitals.
>
> Clean up all those comments to be consistent and remove comments which
> document the obvious.
>
> Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
> Signed-off-by: Anna-Maria Behnsen <anna-maria@xxxxxxxxxxxxx>
Acked-by: John Stultz <jstultz@xxxxxxxxxx>
Thanks for the cleanup!
-john