]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
net: fix AF_SMC related typo
authorUrsula Braun <ubraun@linux.vnet.ibm.com>
Thu, 12 Jan 2017 13:57:14 +0000 (14:57 +0100)
committerDavid S. Miller <davem@davemloft.net>
Thu, 12 Jan 2017 14:47:01 +0000 (09:47 -0500)
commit526735ddc0ae8c7a7751e9ad3a57ae76cd3c35d5
tree4eaae768542bf6bdc5854e198bd9da12313f7287
parent038c35a86d213c69faf7aa9500ab9001c3774e15
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>
net/core/sock.c