public inbox for linux-staging@lists.linux.dev
 help / color / mirror / Atom feed
* [PATCH 0/4] Replace functions return types to 'bool'
@ 2026-03-07 15:58 Nikolay Kulikov
  2026-03-07 15:58 ` [PATCH 1/4] staging: rtl8723bs: replace rtw_if_up() return type to bool Nikolay Kulikov
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Nikolay Kulikov @ 2026-03-07 15:58 UTC (permalink / raw)
  To: gregkh; +Cc: linux-staging, ethantidmore06, Nikolay Kulikov

This patchset modernize the return types of some functions in
core/rtw_mlme.c file for greater code clarity.

Nikolay Kulikov (4):
  staging: rtl8723bs: replace rtw_if_up() return type to bool
  staging: rtl8723bs: replace rtw_is_same_ibss() return type to bool
  staging: rtl8723bs: replace rtw_is_desired_network() return type to
    bool
  staging: rtl8723bs: replace rtw_linked_check() return type to bool

 drivers/staging/rtl8723bs/core/rtw_mlme.c    | 19 +++++++------------
 drivers/staging/rtl8723bs/include/rtw_mlme.h |  6 +++---
 2 files changed, 10 insertions(+), 15 deletions(-)


P.S: Or should I have sent it all as one commit?


Thanks,

Nikolay

-- 
2.53.0


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

end of thread, other threads:[~2026-03-09 20:14 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-07 15:58 [PATCH 0/4] Replace functions return types to 'bool' Nikolay Kulikov
2026-03-07 15:58 ` [PATCH 1/4] staging: rtl8723bs: replace rtw_if_up() return type to bool Nikolay Kulikov
2026-03-09 16:53   ` Greg KH
2026-03-07 15:58 ` [PATCH 2/4] staging: rtl8723bs: replace rtw_is_same_ibss() " Nikolay Kulikov
2026-03-07 15:58 ` [PATCH 3/4] staging: rtl8723bs: replace rtw_is_desired_network() " Nikolay Kulikov
2026-03-07 15:58 ` [PATCH 4/4] staging: rtl8723bs: replace rtw_linked_check() " Nikolay Kulikov
2026-03-09 20:12 ` [PATCH v2 0/4] Replace functions return types to 'bool' Nikolay Kulikov
2026-03-09 20:12   ` [PATCH v2 1/4] staging: rtl8723bs: replace rtw_if_up() return type to bool Nikolay Kulikov
2026-03-09 20:12   ` [PATCH v2 2/4] staging: rtl8723bs: replace rtw_is_same_ibss() " Nikolay Kulikov
2026-03-09 20:12   ` [PATCH v2 3/4] staging: rtl8723bs: replace rtw_is_desired_network() " Nikolay Kulikov
2026-03-09 20:12   ` [PATCH v2 4/4] staging: rtl8723bs: replace rtw_linked_check() " Nikolay Kulikov

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