[PATCH -v2 02/17] scsi: bfa: Rename 'timer_mod' to 'timer_module'

From: Ingo Molnar
Date: Mon Apr 14 2025 - 07:21:24 EST



* Thomas Weißschuh <thomas.weissschuh@xxxxxxxxxxxxx> wrote:

> On Mon, Apr 14, 2025 at 12:22:36PM +0200, Ingo Molnar wrote:
> > We'd like to introduce timer_mod() in the kernel, so make
> > sure the namespace is clear.

> > 42 files changed, 167 insertions(+), 167 deletions(-)
> >
> > diff --git a/arch/arm/mach-omap1/pm.c b/arch/arm/mach-omap1/pm.c
> > index 6a5815aa05e6..ce9295ca2960 100644
> > --- a/arch/arm/mach-omap1/pm.c
> > +++ b/arch/arm/mach-omap1/pm.c
> > @@ -118,7 +118,7 @@ void omap1_pm_idle(void)
> > #endif
> >
> > #ifdef CONFIG_OMAP_DM_TIMER
> > - use_idlect1 = omap_dm_timer_modify_idlect_mask(use_idlect1);
> > + use_idlect1 = omap_dm_timer_moduleify_idlect_mask(use_idlect1);
>
> Many changes in this patch look iffy and unnecessary.

Erm, that's indeed a script fail. I've attached the correct patch.

As you can see it from the changelog, I wrote the changelog for the
right patch below that only affects drivers/scsi/bfa/.

Thanks,

Ingo

=============>