Re: [PATCH 02/17] scsi: bfa: Rename 'timer_mod' to 'timer_module'
From: Ingo Molnar
Date: Wed Apr 16 2025 - 01:32:37 EST
* Thomas Gleixner <tglx@xxxxxxxxxxxxx> wrote:
> > #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);
>
> I have no idea how this is related to the subject or the change log of
> this patch.
That was a horrible script fail, but I wrote the changelog for the
right patch, which is the reason for the dissonance. I sent the updated
-v2 patch 2 days ago already (and it was updated in the Git tree then
too):
https://lore.kernel.org/all/Z_0oWnbcjsekHXJd@xxxxxxxxx/
Unfortunately you weren't Cc:-ed for Thomas Weißschuh's reply, so you
probably didn't see the fixed patch. :-/
> Has AI gone wild or what?
Simple sed pattern mistake doing s/timer_mod/timer_module instead of
the s/\<timer_mod\>/timer_module change I wrote the changelog for.
Thanks,
Ingo
=============>