Re: [PATCH v8 2/2] clocksource: Add Intel Keem Bay timer support

From: Andy Shevchenko
Date: Wed Mar 02 2022 - 08:55:24 EST


On Tue, Mar 01, 2022 at 10:09:06PM +0100, Daniel Lezcano wrote:
> On 22/02/2022 10:56, shruthi.sanil@xxxxxxxxx wrote:

> > + /* Clear interrupt for periodic timer*/
>
> nit: comment format is:
>
> /*
> * my comment
> */
>
> One line comment format is usually for the network subsystem

Huh?
Any pointers to the documentation, please?

> > + keembay_timer_clear_pending_int(tim_base);
> > + } else {
> > + /* Disable the timer for one shot timer */
>
> comment format
>
> > + keembay_timer_disable(tim_base);
> > + }

--
With Best Regards,
Andy Shevchenko