Skip to content

Commit

Permalink
IB/addr: Correct CONFIG_IPv6 to CONFIG_IPV6
Browse files Browse the repository at this point in the history
Correct misspelled "CONFIG_IPv6" that was introduced in commit
d14714d ("IB/addr: Fix IPv6 routing lookup").  The config variable
should be all uppercase.

Signed-off-by: Robert P. J. Day <[email protected]>

[ This was my fault when I munged the original patch.  - Roland ]

Signed-off-by: Roland Dreier <[email protected]>
  • Loading branch information
rpjday authored and Roland Dreier committed Jan 6, 2010
1 parent 6b7b284 commit fd4582a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/infiniband/core/cma.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit fd4582a

Please sign in to comment.