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

From: David Laight
Date: Tue Apr 15 2025 - 13:50:22 EST


On Mon, 14 Apr 2025 12:22:36 +0200
Ingo Molnar <mingo@xxxxxxxxxx> wrote:

> We'd like to introduce timer_mod() in the kernel, so make
> sure the namespace is clear.

You global edit didn't work.
Even the first two changes are broken.

...
> - use_idlect1 = omap_dm_timer_modify_idlect_mask(use_idlect1);
> + use_idlect1 = omap_dm_timer_moduleify_idlect_mask(use_idlect1);
...
> -void __init s3c64xx_set_timer_source(enum s3c64xx_timer_mode event,
> - enum s3c64xx_timer_mode source)
> +void __init s3c64xx_set_timer_source(enum s3c64xx_timer_modulee event,
> + enum s3c64xx_timer_modulee source)

Most of the changes seem to be wrong.

David