All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Remove wrapper functions and clean up the code
@ 2015-10-28 10:56 Shivani Bhardwaj
  2015-10-28 10:57 ` [PATCH 1/2] Staging: wilc1000: linux_wlan_sdio: Drop unnecessary wrapper functions Shivani Bhardwaj
  2015-10-28 10:57 ` [PATCH 2/2] Staging: wilc1000: linux_wlan: Replace function calls Shivani Bhardwaj
  0 siblings, 2 replies; 7+ messages in thread
From: Shivani Bhardwaj @ 2015-10-28 10:56 UTC (permalink / raw)
  To: outreachy-kernel; +Cc: outreachy-kernel

This patchset removes the wrapper functions which are not required
and replaces their calls with appropriate functions. Also, some definitions
are swapped between files in accordance with the functions that needed them.

After applying this patch, code becomes cleaner.

Shivani Bhardwaj (2):
  Staging: wilc1000: linux_wlan_sdio: Drop unnecessary wrapper functions
  Staging: wilc1000: linux_wlan: Replace function calls

 drivers/staging/wilc1000/linux_wlan.c      | 15 +++++++++--
 drivers/staging/wilc1000/linux_wlan_sdio.c | 42 +++---------------------------
 2 files changed, 17 insertions(+), 40 deletions(-)

-- 
2.1.0



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

end of thread, other threads:[~2015-10-28 11:04 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-28 10:56 [PATCH 0/2] Remove wrapper functions and clean up the code Shivani Bhardwaj
2015-10-28 10:57 ` [PATCH 1/2] Staging: wilc1000: linux_wlan_sdio: Drop unnecessary wrapper functions Shivani Bhardwaj
2015-10-28 11:00   ` [Outreachy kernel] " Julia Lawall
2015-10-28 11:02     ` Shivani Bhardwaj
2015-10-28 11:04       ` Julia Lawall
2015-10-28 11:04         ` Shivani Bhardwaj
2015-10-28 10:57 ` [PATCH 2/2] Staging: wilc1000: linux_wlan: Replace function calls Shivani Bhardwaj

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.