From: Gargi Sharma <gs051095@gmail.com>
To: outreachy-kernel@googlegroups.com
Cc: oleg.drokin@intel.com, andreas.dilger@intel.com,
jsimmons@infradead.org, gregkh@linuxfoundation.org,
Gargi Sharma <gs051095@gmail.com>
Subject: [PATCH v2 0/6] staging: lustre: Replace typedef with struct
Date: Wed, 15 Mar 2017 16:50:49 +0530 [thread overview]
Message-ID: <cover.1489576506.git.gs051095@gmail.com> (raw)
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
next reply other threads:[~2017-03-15 11:20 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-15 11:20 Gargi Sharma [this message]
2017-03-15 11:20 ` [PATCH v2 1/6] staging: lustre: Replace typedef lnet_rc_data_t with struct 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1489576506.git.gs051095@gmail.com \
--to=gs051095@gmail.com \
--cc=andreas.dilger@intel.com \
--cc=gregkh@linuxfoundation.org \
--cc=jsimmons@infradead.org \
--cc=oleg.drokin@intel.com \
--cc=outreachy-kernel@googlegroups.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.