[PATCH v3] Staging: rtl8723bs: Avoid typedefs for structure

2019-04-19 Thread Bhanusree Pola
Style. Replace occurences of ODM_PHY_DBG_INFO_T to odm_phy_dbg_info and ODM_MAC_INFO to odm_mac_status_info. Signed-off-by: Bhanusree Pola --- v2: Changed the occurence of (ODM_MAC_INFO *) to (struct odm_mac_status_info *) in the commented code v3: Included the correct patch drivers/s

[PATCH v2] Staging: rtl8723bs: Avoid typedefs for structure

2019-04-19 Thread Bhanusree Pola
Style. Replace occurences of ODM_PHY_DBG_INFO_T to odm_phy_dbg_info and ODM_MAC_INFO to odm_mac_status_info. Signed-off-by: Bhanusree Pola --- v2: Changed the occurence of (ODM_MAC_INFO *) to (struct odm_mac_status_info *) in the commented code drivers/staging/rtl8723bs/hal/odm.c | 2 +-

[PATCH] Staging: rtl8723bs: core: Replace rtw_malloc with kmalloc

2019-04-19 Thread Bhanusree Pola
Replace rtw_malloc with kmalloc to make code OS independent use kmalloc second argument as GFP_ATOMIC as these are called by functions that holds lock. Signed-off-by: Bhanusree Pola --- drivers/staging/rtl8723bs/core/rtw_ap.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[PATCH] staging: comedi: comedi_usb.h: SPDX License Identifier is added in the first line

2018-05-29 Thread Bhanusree Pola
SPDX License Identifier is added in form of a comment. Signed-off-by: Bhanusree Pola --- drivers/staging/comedi/comedi_usb.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/drivers/staging/comedi/comedi_usb.h b/drivers/staging/comedi/comedi_usb.h index 50287de..601e29d