All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Staging: rdma: Remove wrapper functions
@ 2016-02-25 11:55 Bhumika Goyal
  2016-02-25 11:55 ` [PATCH 1/3] Staging: rdma: Remove wrapper function add_rcvctrl Bhumika Goyal
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Bhumika Goyal @ 2016-02-25 11:55 UTC (permalink / raw)
  To: outreachy-kernel; +Cc: Bhumika Goyal

The functions add_rcvctrl, clear_rcvctrl, sdma_start_hw_clean_up can be 
replaced with direct calls to the functions they wrapped. Thus remove the 
wrapper functions and replace their calls with the functions they wrapped.
Changes are done using coccinelle semantic patches.
 
Bhumika Goyal (3):
  Staging: rdma: Remove wrapper function add_rcvctrl
  Staging: rdma: Remove wrapper clear_rcvctrl
  Staging: rdma: Remove wrapper sdma_start_hw_clean_up

 drivers/staging/rdma/hfi1/chip.c | 30 ++++++++++--------------------
 drivers/staging/rdma/hfi1/sdma.c | 10 ++--------
 2 files changed, 12 insertions(+), 28 deletions(-)

-- 
1.9.1



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

end of thread, other threads:[~2016-02-25 14:28 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-25 11:55 [PATCH 0/3] Staging: rdma: Remove wrapper functions Bhumika Goyal
2016-02-25 11:55 ` [PATCH 1/3] Staging: rdma: Remove wrapper function add_rcvctrl Bhumika Goyal
2016-02-25 11:55 ` [PATCH 2/3] Staging: rdma: Remove wrapper clear_rcvctrl Bhumika Goyal
2016-02-25 11:55 ` [PATCH 3/3] Staging: rdma: Remove wrapper sdma_start_hw_clean_up Bhumika Goyal
2016-02-25 12:49   ` [Outreachy kernel] " Julia Lawall
2016-02-25 14:19 ` [Outreachy kernel] [PATCH 0/3] Staging: rdma: Remove wrapper functions Arnd Bergmann
2016-02-25 14:28   ` Bhumika Goyal

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.