public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Modify functions return type to void
@ 2019-06-22 15:23 Shobhit Kukreti
  2019-06-22 15:23 ` [PATCH 1/2] staging: rtl8723bs: os_dep: Modify return type of function loadparam(..) " Shobhit Kukreti
  2019-06-22 15:23 ` [PATCH 2/2] staging: rtl8723bs: os_dep: Modify return type of function rtw_reset_drv_sw() " Shobhit Kukreti
  0 siblings, 2 replies; 3+ messages in thread
From: Shobhit Kukreti @ 2019-06-22 15:23 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Bastien Nocera, Hans de Goede, Larry Finger
  Cc: devel, linux-kernel, Shobhit Kukreti

This patchset modifies two function return types to void.
The return values of the function are never checked and they always return success.
This resolves coccicheck Unneeded variable warnings

PATCH[1/2] : This patch modifies return type of function loadparam() to void. 

PATCH[2/2] : This patch modifies return type of rtw_reset_drv_sw() to void.

Shobhit Kukreti (2):
  staging: rtl8723bs: os_dep: Modify return type of function
    loadparam(..)     to void
  staging: rtl8723bs: os_dep: Modify return type of function    
    rtw_reset_drv_sw() to void.

 drivers/staging/rtl8723bs/include/osdep_intf.h | 2 +-
 drivers/staging/rtl8723bs/os_dep/os_intfs.c    | 8 ++------
 2 files changed, 3 insertions(+), 7 deletions(-)

-- 
2.7.4


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-06-22 15:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-22 15:23 [PATCH 0/2] Modify functions return type to void Shobhit Kukreti
2019-06-22 15:23 ` [PATCH 1/2] staging: rtl8723bs: os_dep: Modify return type of function loadparam(..) " Shobhit Kukreti
2019-06-22 15:23 ` [PATCH 2/2] staging: rtl8723bs: os_dep: Modify return type of function rtw_reset_drv_sw() " Shobhit Kukreti

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox