Commit 95815c0
Staging: rtl8723bs: fix spaces in rtw_mlme_ext.h
This commit fixes the following checkpatch.pl errors:
ERROR:POINTER_LOCATION: "foo* bar" should be "foo *bar"
torvalds#307: FILE: ./include/rtw_mlme_ext.h:307:
+ char* str;
ERROR:POINTER_LOCATION: "foo* bar" should be "foo *bar"
torvalds#313: FILE: ./include/rtw_mlme_ext.h:313:
+ char* str;
ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar"
torvalds#592: FILE: ./include/rtw_mlme_ext.h:592:
+int WMM_param_handler(struct adapter *padapter, struct ndis_80211_var_ie * pIE);
ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar"
torvalds#595: FILE: ./include/rtw_mlme_ext.h:595:
+void HT_caps_handler(struct adapter *padapter, struct ndis_80211_var_ie * pIE);
ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar"
torvalds#596: FILE: ./include/rtw_mlme_ext.h:596:
+void HT_info_handler(struct adapter *padapter, struct ndis_80211_var_ie * pIE);
ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar"
torvalds#599: FILE: ./include/rtw_mlme_ext.h:599:
+void ERP_IE_handler(struct adapter *padapter, struct ndis_80211_var_ie * pIE);
ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar"
torvalds#606: FILE: ./include/rtw_mlme_ext.h:606:
+void update_capinfo(struct adapter * Adapter, u16 updateCap);
ERROR:POINTER_LOCATION: "foo* bar" should be "foo *bar"
torvalds#633: FILE: ./include/rtw_mlme_ext.h:633:
+void report_del_sta_event(struct adapter *padapter, unsigned char* MacAddr, unsigned short reason);
ERROR:POINTER_LOCATION: "foo* bar" should be "foo *bar"
torvalds#634: FILE: ./include/rtw_mlme_ext.h:634:
+void report_add_sta_event(struct adapter *padapter, unsigned char* MacAddr, int cam_idx);
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 ac16f60 commit 95815c0
1 file changed
+9
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
304 | 304 | | |
305 | 305 | | |
306 | 306 | | |
307 | | - | |
| 307 | + | |
308 | 308 | | |
309 | 309 | | |
310 | 310 | | |
311 | 311 | | |
312 | 312 | | |
313 | | - | |
| 313 | + | |
314 | 314 | | |
315 | 315 | | |
316 | 316 | | |
| |||
589 | 589 | | |
590 | 590 | | |
591 | 591 | | |
592 | | - | |
| 592 | + | |
593 | 593 | | |
594 | 594 | | |
595 | | - | |
596 | | - | |
| 595 | + | |
| 596 | + | |
597 | 597 | | |
598 | 598 | | |
599 | | - | |
| 599 | + | |
600 | 600 | | |
601 | 601 | | |
602 | 602 | | |
603 | 603 | | |
604 | 604 | | |
605 | 605 | | |
606 | | - | |
| 606 | + | |
607 | 607 | | |
608 | 608 | | |
609 | 609 | | |
| |||
630 | 630 | | |
631 | 631 | | |
632 | 632 | | |
633 | | - | |
634 | | - | |
| 633 | + | |
| 634 | + | |
635 | 635 | | |
636 | 636 | | |
637 | 637 | | |
| |||
0 commit comments