summaryrefslogtreecommitdiffstats
path: root/drivers/staging
diff options
context:
space:
mode:
authorMichael Straube2018-10-14 12:17:40 +0200
committerGreg Kroah-Hartman2018-10-14 13:33:16 +0200
commit30d046f2a7932dcef346949296065edae95d6ede (patch)
tree561f275858a4578c576b340e0cd76742e614b81d /drivers/staging
parentstaging: rtl8188eu: rename parameter of hal_com_get_channel_plan() - style (diff)
downloadkernel-qcow2-linux-30d046f2a7932dcef346949296065edae95d6ede.tar.gz
kernel-qcow2-linux-30d046f2a7932dcef346949296065edae95d6ede.tar.xz
kernel-qcow2-linux-30d046f2a7932dcef346949296065edae95d6ede.zip
staging: rtl8188eu: rename parameters of Hal_MappingOutPipe() - style
Rename parameters of Hal_MappingOutPipe() in header to avoid CamelCase and match the names used in the function definition in hal_com.c. pAdapter -> adapter NumOutPipe -> numoutpipe Signed-off-by: Michael Straube <straube.linux@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging')
-rw-r--r--drivers/staging/rtl8188eu/include/hal_com.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rtl8188eu/include/hal_com.h b/drivers/staging/rtl8188eu/include/hal_com.h
index 613aa35ce10d..a2d8108f9ef1 100644
--- a/drivers/staging/rtl8188eu/include/hal_com.h
+++ b/drivers/staging/rtl8188eu/include/hal_com.h
@@ -146,7 +146,7 @@ u8 MRateToHwRate(u8 rate);
void hal_set_brate_cfg(u8 *brates, u16 *rate_cfg);
-bool Hal_MappingOutPipe(struct adapter *pAdapter, u8 NumOutPipe);
+bool Hal_MappingOutPipe(struct adapter *adapter, u8 numoutpipe);
void hal_init_macaddr(struct adapter *adapter);
#endif /* __HAL_COMMON_H__ */