]> git.karo-electronics.de Git - linux-beck.git/commit
staging: wilc1000: wilc_spi.c: add prefix wilc in all function name
authorGlen Lee <glen.lee@atmel.com>
Fri, 6 Nov 2015 09:40:08 +0000 (18:40 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 16 Nov 2015 04:02:47 +0000 (20:02 -0800)
commitd4a7344b77c96748ca91368355f138de4e370879
tree1be0c5bef7611f6facf8a366dee29be06e683ad2
parentde11ee8b214e26aebe07729629246ef893d056cb
staging: wilc1000: wilc_spi.c: add prefix wilc in all function name

This patch add prefix wilc for all functions name because the function name
such as spi_write, spi_read and spi_sync are same as linux spi function.
Hence, this should be done before restructuring wilc_spi.c and
linux_wlan_spi.c later.

Signed-off-by: Glen Lee <glen.lee@atmel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/wilc_spi.c