]> git.baikalelectronics.ru Git - kernel.git/commit
mtd: spi-nor: micron-st: unify function names
authorMichael Walle <michael@walle.cc>
Wed, 23 Feb 2022 13:43:37 +0000 (14:43 +0100)
committerTudor Ambarus <tudor.ambarus@microchip.com>
Fri, 25 Feb 2022 07:44:31 +0000 (09:44 +0200)
commit9f20c3a551c37663237ced60c2847ea7ead10bce
tree285968e7030ef585b8861fb92085d426b781fbce
parent1ac9a6b58749e761f0703bbf99db492eddf21c38
mtd: spi-nor: micron-st: unify function names

To avoid name clashes unify all the function and static object names and
use one of the following prefixes which should be sufficiently unique:
 - <vendor>_nor_
 - <flash_family>_nor_
 - <flash_part>_

There are no functional changes.

Signed-off-by: Michael Walle <michael@walle.cc>
Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com>
Acked-by: Pratyush Yadav <p.yadav@ti.com>
Link: https://lore.kernel.org/r/20220223134358.1914798-12-michael@walle.cc
drivers/mtd/spi-nor/micron-st.c