mtd: nand: ecc-hamming: Drop/fix the kernel doc
authorMiquel Raynal <miquel.raynal@bootlin.com>
Tue, 29 Sep 2020 23:01:17 +0000 (01:01 +0200)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Thu, 10 Dec 2020 21:37:29 +0000 (22:37 +0100)
commitc50e7f3c86730c7de00209542899795199a4066c
tree1b2809fac99d758e6fc4dec0e9c06926a9e760a0
parent2dbe0192efa02f2f405e193f4de84bf07c7f91fb
mtd: nand: ecc-hamming: Drop/fix the kernel doc

Some functions should never have been exported (the ones prefixed by
__*), in this case simply drop the documentation, we never want
anybody to use this function from the outside.

For the other functions, enhance the style.

Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Link: https://lore.kernel.org/linux-mtd/20200929230124.31491-14-miquel.raynal@bootlin.com
drivers/mtd/nand/ecc-sw-hamming.c