Hi Easwar, On Fri, 15 Nov 2024 21:22:33 +0000 Easwar Hariharan <eahariha@xxxxxxxxxxxxxxxxxxx> wrote: > > -#define SHARPSL_CHARGE_ON_TIME_INTERVAL (msecs_to_jiffies(1*60*1000)) /* 1 min */ > -#define SHARPSL_CHARGE_FINISH_TIME (msecs_to_jiffies(10*60*1000)) /* 10 min */ > -#define SHARPSL_BATCHK_TIME (msecs_to_jiffies(15*1000)) /* 15 sec */ > +#define SHARPSL_CHARGE_ON_TIME_INTERVAL (secs_to_jiffies(60)) /* 1 min */ > +#define SHARPSL_CHARGE_FINISH_TIME (secs_to_jiffies(10*60)) /* 10 min */ > +#define SHARPSL_BATCHK_TIME (secs_to_jiffies(15)) /* 15 sec */ It might be nice to keep the alignment of the comments here. -- Cheers, Stephen Rothwell
Attachment:
pgp5qHj5Fn_1H.pgp
Description: OpenPGP digital signature
- Follow-Ups:
- Re: [PATCH 03/22] arm: pxa: Convert timeouts to use secs_to_jiffies()
- From: Easwar Hariharan
- Re: [PATCH 03/22] arm: pxa: Convert timeouts to use secs_to_jiffies()
- References:
- [PATCH 00/22] Converge on using secs_to_jiffies()
- From: Easwar Hariharan
- [PATCH 03/22] arm: pxa: Convert timeouts to use secs_to_jiffies()
- From: Easwar Hariharan
- [PATCH 00/22] Converge on using secs_to_jiffies()
- Prev by Date: Re: [PATCH v30 00/30] Introduce QC USB SND audio offloading support
- Next by Date: Re: [PATCH v2 00/21] Converge on using secs_to_jiffies()
- Previous by thread: [PATCH 03/22] arm: pxa: Convert timeouts to use secs_to_jiffies()
- Next by thread: Re: [PATCH 03/22] arm: pxa: Convert timeouts to use secs_to_jiffies()
- Index(es):