diff options
author | Ursula Braun <ubraun@linux.vnet.ibm.com> | 2017-01-12 16:57:14 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-01-12 17:47:01 +0300 |
commit | 526735ddc0ae8c7a7751e9ad3a57ae76cd3c35d5 (patch) | |
tree | 4eaae768542bf6bdc5854e198bd9da12313f7287 /net/core/sock.c | |
parent | 038c35a86d213c69faf7aa9500ab9001c3774e15 (diff) | |
download | linux-526735ddc0ae8c7a7751e9ad3a57ae76cd3c35d5.tar.xz |
net: fix AF_SMC related typo
When introducing the new socket family AF_SMC in
commit ac7138746e14 ("smc: establish new socket family"),
a typo in af_family_clock_key_strings has slipped in.
This patch repairs it.
Signed-off-by: Ursula Braun <ubraun@linux.vnet.ibm.com>
Fixes: ac7138746e14 ("smc: establish new socket family")
Reported-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/core/sock.c')
-rw-r--r-- | net/core/sock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/core/sock.c b/net/core/sock.c index dbbdc4f16789..8b35debfe454 100644 --- a/net/core/sock.c +++ b/net/core/sock.c @@ -256,7 +256,7 @@ static const char *const af_family_clock_key_strings[AF_MAX+1] = { "clock-AF_RXRPC" , "clock-AF_ISDN" , "clock-AF_PHONET" , "clock-AF_IEEE802154", "clock-AF_CAIF" , "clock-AF_ALG" , "clock-AF_NFC" , "clock-AF_VSOCK" , "clock-AF_KCM" , - "clock-AF_QIPCRTR", "closck-AF_smc" , "clock-AF_MAX" + "clock-AF_QIPCRTR", "clock-AF_SMC" , "clock-AF_MAX" }; /* |