All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Remove return statement from void function
@ 2016-09-24 20:34 Georgiana Rodica Chelu
  2016-09-24 20:35 ` [PATCH 1/2] staging: rtl8188eu: core: rtw_mlme: " Georgiana Rodica Chelu
  2016-09-24 20:35 ` [PATCH 2/2] staging: rtl8188eu: core: rtw_security: " Georgiana Rodica Chelu
  0 siblings, 2 replies; 3+ messages in thread
From: Georgiana Rodica Chelu @ 2016-09-24 20:34 UTC (permalink / raw)
  To: outreachy-kernel; +Cc: gregkh

Remove all the return statements from void function in staging/rtl8188eu
driver. The purpose of the patches is to clean up the code.

Georgiana Rodica Chelu (2):
  staging: rtl8188eu: core: rtw_mlme: Remove return statement from void
    function
  staging: rtl8188eu: core: rtw_security: Remove return statement from
    void function

 drivers/staging/rtl8188eu/core/rtw_mlme.c     | 2 --
 drivers/staging/rtl8188eu/core/rtw_security.c | 1 -
 2 files changed, 3 deletions(-)

-- 
2.7.4



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

end of thread, other threads:[~2016-09-24 20:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-24 20:34 [PATCH 0/2] Remove return statement from void function Georgiana Rodica Chelu
2016-09-24 20:35 ` [PATCH 1/2] staging: rtl8188eu: core: rtw_mlme: " Georgiana Rodica Chelu
2016-09-24 20:35 ` [PATCH 2/2] staging: rtl8188eu: core: rtw_security: " Georgiana Rodica Chelu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.