浏览代码

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>
Michael Straube 6 年之前
父节点
当前提交
30d046f2a7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/staging/rtl8188eu/include/hal_com.h

+ 1 - 1
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);
 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);
 void hal_init_macaddr(struct adapter *adapter);
 #endif /* __HAL_COMMON_H__ */
 #endif /* __HAL_COMMON_H__ */