]> asedeno.scripts.mit.edu Git - linux.git/commit
staging: wfx: uniformize naming rule
authorJérôme Pouiller <jerome.pouiller@silabs.com>
Tue, 17 Dec 2019 16:14:51 +0000 (16:14 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 18 Dec 2019 14:55:59 +0000 (15:55 +0100)
commit9e25ec9a2c5a0561141075f17a6e4faa4180af22
treecfe350e9471c1d261678fc5a6f2440264f49b3c1
parent50e5ac346fa7764fb480932a77c248ee67c407f5
staging: wfx: uniformize naming rule

In wfx driver, when a function is used as a struct member, its name is
the name of the member prefixed with "wfx_".

This patch apply this rule to wfx_spi_remove().

Also remove the useless comment above the function.

Signed-off-by: Jérôme Pouiller <jerome.pouiller@silabs.com>
Link: https://lore.kernel.org/r/20191217161318.31402-17-Jerome.Pouiller@silabs.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wfx/bus_spi.c