From 071327fc42793e9b9e9f5ee164f75854e70140d1 Mon Sep 17 00:00:00 2001 From: John Whitmore Date: Sun, 26 Aug 2018 23:45:32 +0100 Subject: staging:rtl8192u: Rename PHY_SetRF8256OFDMTxPower() - Style Rename function PHY_SetRF8256OFDMTxPower() to phy_set_rf8256_ofdm_tx_power(), to clear the checkpatch issue with CamelCase naming. This is a coding style change which should have no impact on runtime code execution. Signed-off-by: John Whitmore Signed-off-by: Greg Kroah-Hartman --- drivers/staging/rtl8192u/r8190_rtl8256.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/staging/rtl8192u/r8190_rtl8256.h') diff --git a/drivers/staging/rtl8192u/r8190_rtl8256.h b/drivers/staging/rtl8192u/r8190_rtl8256.h index c291f699eaf7..c943a367d9e4 100644 --- a/drivers/staging/rtl8192u/r8190_rtl8256.h +++ b/drivers/staging/rtl8192u/r8190_rtl8256.h @@ -18,6 +18,6 @@ void phy_set_rf8256_bandwidth(struct net_device *dev, enum ht_channel_width bandwidth); void phy_rf8256_config(struct net_device *dev); void phy_set_rf8256_cck_tx_power(struct net_device *dev, u8 powerlevel); -void PHY_SetRF8256OFDMTxPower(struct net_device *dev, u8 powerlevel); +void phy_set_rf8256_ofdm_tx_power(struct net_device *dev, u8 powerlevel); #endif -- cgit v1.2.3-59-g8ed1b