Skip to content

Commit dc3a2ea

Browse files
Marco Cesatigregkh
authored andcommitted
Staging: rtl8723bs: fix spaces in hal_com_h2c.h
This commit fixes the following checkpatch.pl error: ERROR:POINTER_LOCATION: "foo*bar" should be "foo *bar" torvalds#283: FILE: ./include/hal_com_h2c.h:283: +void rtw_get_sec_iv(struct adapter *padapter, u8*pcur_dot11txpn, u8 *StaAddr); Reviewed-by: Dan Carpenter <[email protected]> Signed-off-by: Marco Cesati <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent cd327ce commit dc3a2ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/staging/rtl8723bs/include/hal_com_h2c.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,6 @@ struct RSVDPAGE_LOC {
280280
#endif
281281
#if defined(CONFIG_WOWLAN) || defined(CONFIG_AP_WOWLAN)
282282
void rtw_get_current_ip_address(struct adapter *padapter, u8 *pcurrentip);
283-
void rtw_get_sec_iv(struct adapter *padapter, u8*pcur_dot11txpn, u8 *StaAddr);
283+
void rtw_get_sec_iv(struct adapter *padapter, u8 *pcur_dot11txpn, u8 *StaAddr);
284284
void rtw_set_sec_pn(struct adapter *padapter);
285285
#endif

0 commit comments

Comments
 (0)