linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] INFINIBAND:  Correct CONFIG_IPv6 to CONFIG_IPV6.
@ 2009-12-28 21:48 Robert P. J. Day
  2010-01-06 21:16 ` Roland Dreier
  0 siblings, 1 reply; 2+ messages in thread
From: Robert P. J. Day @ 2009-12-28 21:48 UTC (permalink / raw)
  To: linux-rdma; +Cc: Linux Kernel Mailing List


Correct misspelled "CONFIG_IPv6" that was introduced in commit
d14714df61681cfecf945a58436edf197327e87f, should be all uppercase.

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>

---

diff --git a/drivers/infiniband/core/cma.c b/drivers/infiniband/core/cma.c
index fbdd731..cc9b594 100644
--- a/drivers/infiniband/core/cma.c
+++ b/drivers/infiniband/core/cma.c
@@ -2083,7 +2083,7 @@ static int cma_get_port(struct rdma_id_private *id_priv)
 static int cma_check_linklocal(struct rdma_dev_addr *dev_addr,
 			       struct sockaddr *addr)
 {
-#if defined(CONFIG_IPv6) || defined(CONFIG_IPV6_MODULE)
+#if defined(CONFIG_IPV6) || defined(CONFIG_IPV6_MODULE)
 	struct sockaddr_in6 *sin6;

 	if (addr->sa_family != AF_INET6)

rday
--

========================================================================
Robert P. J. Day                               Waterloo, Ontario, CANADA

            Linux Consulting, Training and Kernel Pedantry.

Web page:                                          http://crashcourse.ca
Twitter:                                       http://twitter.com/rpjday
========================================================================

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

* Re: [PATCH] INFINIBAND:  Correct CONFIG_IPv6 to CONFIG_IPV6.
  2009-12-28 21:48 [PATCH] INFINIBAND: Correct CONFIG_IPv6 to CONFIG_IPV6 Robert P. J. Day
@ 2010-01-06 21:16 ` Roland Dreier
  0 siblings, 0 replies; 2+ messages in thread
From: Roland Dreier @ 2010-01-06 21:16 UTC (permalink / raw)
  To: Robert P. J. Day; +Cc: linux-rdma, Linux Kernel Mailing List

Thanks, applied.

I think I added this error in the first place as part of the

    [ Fix up cma_check_linklocal() for !IPV6 case.  - Roland ]

"work" I did on the original commit d14714df.

 - R.

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

end of thread, other threads:[~2010-01-06 21:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-12-28 21:48 [PATCH] INFINIBAND: Correct CONFIG_IPv6 to CONFIG_IPV6 Robert P. J. Day
2010-01-06 21:16 ` Roland Dreier

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).