From: "Steve Wise" <swise-7bPotxP6k4+P2YhJcF5u+vpXobYPEAuW@public.gmane.org>
To: 'Christoph Hellwig' <hch-jcswGhMUV9g@public.gmane.org>,
linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: RE: [PATCH 14/32] cxgb4: mark symbols static where possible
Date: Thu, 13 Oct 2016 14:12:09 -0500 [thread overview]
Message-ID: <022101d22585$b23d5e10$16b81a30$@opengridcomputing.com> (raw)
In-Reply-To: <1476381095-20041-15-git-send-email-hch-jcswGhMUV9g@public.gmane.org>
>
> Signed-off-by: Christoph Hellwig <hch-jcswGhMUV9g@public.gmane.org>
Looks fine
Reviewed-by: Steve Wise <swise-7bPotxP6k4+P2YhJcF5u+vpXobYPEAuW@public.gmane.org>
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2016-10-13 19:12 UTC|newest]
Thread overview: 40+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-13 17:51 trivial sparse fixes for rdma-core Christoph Hellwig
[not found] ` <1476381095-20041-1-git-send-email-hch-jcswGhMUV9g@public.gmane.org>
2016-10-13 17:51 ` [PATCH 01/32] libibumad: include umad_str.h in umad_str.c Christoph Hellwig
[not found] ` <1476381095-20041-2-git-send-email-hch-jcswGhMUV9g@public.gmane.org>
2016-10-13 19:58 ` Hal Rosenstock
2016-10-13 17:51 ` [PATCH 02/32] libibumad: create sysfs.h instead of using extern declarations in umad.c Christoph Hellwig
[not found] ` <1476381095-20041-3-git-send-email-hch-jcswGhMUV9g@public.gmane.org>
2016-10-13 19:58 ` Hal Rosenstock
2016-10-13 17:51 ` [PATCH 03/32] libibumad: use NULL instead of 0 for NULL pointers Christoph Hellwig
[not found] ` <1476381095-20041-4-git-send-email-hch-jcswGhMUV9g@public.gmane.org>
2016-10-13 19:58 ` Hal Rosenstock
2016-10-13 17:51 ` [PATCH 04/32] libibumad: mark symbols as static where possible Christoph Hellwig
[not found] ` <1476381095-20041-5-git-send-email-hch-jcswGhMUV9g@public.gmane.org>
2016-10-13 19:58 ` Hal Rosenstock
2016-10-13 17:51 ` [PATCH 05/32] srp_daemon: use NULL instead of 0 for NULL pointers Christoph Hellwig
[not found] ` <1476381095-20041-6-git-send-email-hch-jcswGhMUV9g@public.gmane.org>
2016-10-13 19:03 ` Bart Van Assche
2016-10-13 17:51 ` [PATCH 06/32] srp_daemon: mark symbols as static where possible Christoph Hellwig
[not found] ` <1476381095-20041-7-git-send-email-hch-jcswGhMUV9g@public.gmane.org>
2016-10-13 19:06 ` Bart Van Assche
2016-10-13 17:51 ` [PATCH 07/32] srp_daemon: give initialize_sysfs a proper ANSI-C prototype Christoph Hellwig
[not found] ` <1476381095-20041-8-git-send-email-hch-jcswGhMUV9g@public.gmane.org>
2016-10-13 19:05 ` Bart Van Assche
2016-10-13 17:51 ` [PATCH 08/32] iwpmd: use proper ANSI-C prototypes for functions without arguments Christoph Hellwig
[not found] ` <1476381095-20041-9-git-send-email-hch-jcswGhMUV9g@public.gmane.org>
2016-10-13 18:06 ` Steve Wise
2016-10-13 18:09 ` 'Christoph Hellwig'
[not found] ` <20161013180959.GA28057-jcswGhMUV9g@public.gmane.org>
2016-10-13 18:24 ` Jason Gunthorpe
[not found] ` <20161013182420.GA18755-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
2016-10-13 18:25 ` 'Christoph Hellwig'
2016-10-13 17:51 ` [PATCH 09/32] iwpmd: remove the unused check_iwpm_nlattr_tb prototype Christoph Hellwig
[not found] ` <1476381095-20041-10-git-send-email-hch-jcswGhMUV9g@public.gmane.org>
2016-10-13 18:07 ` Steve Wise
2016-10-13 17:51 ` [PATCH 10/32] iwpmd: move external declarations to iwarp_pm.h Christoph Hellwig
[not found] ` <1476381095-20041-11-git-send-email-hch-jcswGhMUV9g@public.gmane.org>
2016-10-13 19:07 ` Steve Wise
2016-10-13 17:51 ` [PATCH 11/32] iwpmd: mark symbols static where possible Christoph Hellwig
[not found] ` <1476381095-20041-12-git-send-email-hch-jcswGhMUV9g@public.gmane.org>
2016-10-13 19:10 ` Steve Wise
2016-10-13 17:51 ` [PATCH 12/32] iwpmd: fix the prototype for the pthread_create start functions Christoph Hellwig
[not found] ` <1476381095-20041-13-git-send-email-hch-jcswGhMUV9g@public.gmane.org>
2016-10-13 19:09 ` Steve Wise
2016-10-13 19:44 ` Jason Gunthorpe
2016-10-13 17:51 ` [PATCH 13/32] librdmacm: mark symbols static where possible Christoph Hellwig
2016-10-13 17:51 ` [PATCH 14/32] cxgb4: " Christoph Hellwig
[not found] ` <1476381095-20041-15-git-send-email-hch-jcswGhMUV9g@public.gmane.org>
2016-10-13 19:12 ` Steve Wise [this message]
2016-10-13 17:51 ` [PATCH 15/32] cxgb4: remove unused function dump_wqe Christoph Hellwig
[not found] ` <1476381095-20041-16-git-send-email-hch-jcswGhMUV9g@public.gmane.org>
2016-10-13 19:11 ` Steve Wise
2016-10-13 19:03 ` trivial sparse fixes for rdma-core Jason Gunthorpe
[not found] ` <20161013190326.GA19904-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
2016-10-14 4:37 ` Leon Romanovsky
[not found] ` <20161014043705.GF9282-2ukJVAZIZ/Y@public.gmane.org>
2016-10-14 5:04 ` Leon Romanovsky
2016-10-14 5:18 ` Christoph Hellwig
[not found] ` <20161014051843.GB8073-jcswGhMUV9g@public.gmane.org>
2016-10-14 16:40 ` Jason Gunthorpe
2016-10-15 9:50 ` Leon Romanovsky
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='022101d22585$b23d5e10$16b81a30$@opengridcomputing.com' \
--to=swise-7bpotxp6k4+p2yhjcf5u+vpxobypeauw@public.gmane.org \
--cc=hch-jcswGhMUV9g@public.gmane.org \
--cc=linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).