Skip to content

Commit

Permalink
irqchip/stm32mp-exti: Rename internal symbols
Browse files Browse the repository at this point in the history
Rename all the internal symbols accordingly to the new name of the
driver.

Renaming done automatically through sed rules:
	s/stm32_exti_set_type/stm32mp_exti_convert_type/g
	s/stm32_exti_h_/stm32mp_exti_/g
	s/stm32_exti/stm32mp_exti/g
	s/stm32_bank/bank/g
	s/stm32_/stm32mp_/g
	s/STM32_/STM32MP_/g
	s/STM32MP1_/STM32MP_/g
	s/stm32mp1_exti_/stm32mp_exti_/g
	s/stm32-exti-h/stm32mp-exti/g

Manually fix some indentation after the rename.

[ tglx: Mop up more coding style issues while at it ]

Signed-off-by: Antonio Borneo <antonio.borneo@foss.st.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/r/20240620083115.204362-6-antonio.borneo@foss.st.com
  • Loading branch information
Antonio Borneo authored and Thomas Gleixner committed Jun 23, 2024
1 parent 350755e commit c9d2694
Showing 1 changed file with 152 additions and 160 deletions.
Loading

0 comments on commit c9d2694

Please sign in to comment.