All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/6] staging: lustre: Replace typedef with struct
@ 2017-03-15 11:20 Gargi Sharma
  2017-03-15 11:20 ` [PATCH v2 1/6] staging: lustre: Replace typedef lnet_rc_data_t " Gargi Sharma
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Gargi Sharma @ 2017-03-15 11:20 UTC (permalink / raw)
  To: outreachy-kernel
  Cc: oleg.drokin, andreas.dilger, jsimmons, gregkh, Gargi Sharma

Remove struct typedefs and rename structs accordingly
as per kernel coding conventions.

---
Changes in v2:
	- Split multiple typedef replacements into different patches.

Gargi Sharma (6):
  staging: lustre: Replace typedef lnet_rc_data_t with struct
  staging: lustre: Replace typedef lnet_remotenet_t with struct
  staging: lustre: Replace typedef lnet_route_t with struct
  staging: lustre: Replace typedef lnet_rtrbuf_t with struct
  staging: lustre: Replace typedef lnet_test_peer_t with struct
  staging: lustre: Replace typedef lnet_rtrbufpool_t with struct

 .../staging/lustre/include/linux/lnet/lib-lnet.h   |   8 +-
 .../staging/lustre/include/linux/lnet/lib-types.h  |  32 +++----
 drivers/staging/lustre/lnet/lnet/api-ni.c          |   2 +-
 drivers/staging/lustre/lnet/lnet/lib-move.c        |  48 +++++-----
 drivers/staging/lustre/lnet/lnet/router.c          | 103 +++++++++++----------
 drivers/staging/lustre/lnet/lnet/router_proc.c     |  15 +--
 6 files changed, 106 insertions(+), 102 deletions(-)

-- 
2.7.4



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

end of thread, other threads:[~2017-03-15 16:21 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-15 11:20 [PATCH v2 0/6] staging: lustre: Replace typedef with struct Gargi Sharma
2017-03-15 11:20 ` [PATCH v2 1/6] staging: lustre: Replace typedef lnet_rc_data_t " Gargi Sharma
2017-03-15 11:20 ` [PATCH v2 2/6] staging: lustre: Replace typedef lnet_remotenet_t " Gargi Sharma
2017-03-15 11:20 ` [PATCH v2 3/6] staging: lustre: Replace typedef lnet_route_t " Gargi Sharma
2017-03-15 11:20 ` [PATCH v2 4/6] staging: lustre: Replace typedef lnet_rtrbuf_t " Gargi Sharma
2017-03-15 11:20 ` [PATCH v2 5/6] staging: lustre: Replace typedef lnet_test_peer_t " Gargi Sharma
2017-03-15 11:20 ` [PATCH v2 6/6] staging: lustre: Replace typedef lnet_rtrbufpool_t " Gargi Sharma
2017-03-15 16:21 ` [PATCH v2 0/6] staging: lustre: Replace typedef " Gargi Sharma

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.