net: fix AF_SMC related typo
When introducing the new socket family AF_SMC in commitac7138746e
("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:ac7138746e
("smc: establish new socket family") Reported-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
038c35a86d
commit
526735ddc0
|
@ -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"
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue