mtd: rawnand: nandsim: Use a consistent ns_ prefix for all functions
authorMiquel Raynal <miquel.raynal@bootlin.com>
Mon, 25 May 2020 08:58:37 +0000 (10:58 +0200)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Sun, 31 May 2020 08:53:37 +0000 (10:53 +0200)
commit88f9f3e89a8ad1594c4d9c599bdf9c904e3976fe
tree40513b12b8707bca7992152e0659970265d9be64
parentb81fa3c45e5c50af34777e0d383c6c16798d918c
mtd: rawnand: nandsim: Use a consistent ns_ prefix for all functions

Some functions are prefixed "nandsim_", others "ns_" and many are
simply not prefixed at all. Make this file consistent by prefixing all
functions by "ns_".

This is a mechanical change. Sometimes the line is a bit reworked as
well to fit the kernel coding style. For instance, there are several
places where displayed strings are cut. When one of this line is
changed because of the naming update, the two parts of the strings
gets concatenated.

Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Link: https://lore.kernel.org/linux-mtd/20200525085851.17682-4-miquel.raynal@bootlin.com
drivers/mtd/nand/raw/nandsim.c