On Tue, Jan 28, 2025 at 06:21:54PM +0000, Easwar Hariharan wrote: > else > - cfg->retry_timeout = msecs_to_jiffies( > - init[i].retry_timeout * MSEC_PER_SEC); > + cfg->retry_timeout = secs_to_jiffies(init[i].retry_timeout); This messes up the formatting by introducing an overly long line. Otherwise the change looks fine.
- Follow-Ups:
- Re: [PATCH 09/16] xfs: convert timeouts to secs_to_jiffies()
- From: Easwar Hariharan
- Re: [PATCH 09/16] xfs: convert timeouts to secs_to_jiffies()
- References:
- [PATCH 00/16] Converge on using secs_to_jiffies() part two
- From: Easwar Hariharan
- [PATCH 09/16] xfs: convert timeouts to secs_to_jiffies()
- From: Easwar Hariharan
- [PATCH 00/16] Converge on using secs_to_jiffies() part two
- Prev by Date: Re: [PATCH 01/16] coccinelle: misc: secs_to_jiffies: Patch expressions too
- Next by Date: Re: [PATCH 09/16] xfs: convert timeouts to secs_to_jiffies()
- Previous by thread: Re: [PATCH 09/16] xfs: convert timeouts to secs_to_jiffies()
- Next by thread: Re: [PATCH 09/16] xfs: convert timeouts to secs_to_jiffies()
- Index(es):
![]() |