All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Staging: lustre: Remove return statement from void function.
@ 2016-03-21 13:43 Sandhya Bankar
  2016-03-21 13:45 ` [PATCH 1/2] Staging: lustre: socklnd_lib: " Sandhya Bankar
  2016-03-21 13:46 ` [PATCH 2/2] Staging: lustre: socklnd: " Sandhya Bankar
  0 siblings, 2 replies; 3+ messages in thread
From: Sandhya Bankar @ 2016-03-21 13:43 UTC (permalink / raw)
  To: outreachy-kernel

Remove return statement from void function,as in void function return statements are not generally useful.			

Sandhya Bankar (2):
  Staging: lustre: socklnd_lib: Remove return statement from void function.
  Staging: lustre: socklnd: Remove return statement from void function.

 drivers/staging/lustre/lnet/klnds/socklnd/socklnd.c     | 1 -
 drivers/staging/lustre/lnet/klnds/socklnd/socklnd_lib.c | 3 ---
 2 files changed, 4 deletions(-)

-- 
1.8.3.4



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

end of thread, other threads:[~2016-03-21 20:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-21 13:43 [PATCH 0/2] Staging: lustre: Remove return statement from void function Sandhya Bankar
2016-03-21 13:45 ` [PATCH 1/2] Staging: lustre: socklnd_lib: " Sandhya Bankar
2016-03-21 13:46 ` [PATCH 2/2] Staging: lustre: socklnd: " Sandhya Bankar

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.