Re: [PATCH] net/core/sock.c: add missing VSOCK string in af_family_*_key_strings

2013-05-28 Thread David Miller
From: Sergei Shtylyov Date: Tue, 28 May 2013 21:58:52 +0400 > Hello. > > On 28-05-2013 19:02, Federico Vaga wrote: > >> The three arrays of strings: af_family_kay_strings, > >s/kay/key/. Maybe whoever applies this could fix the typo... Applied with typo fixed and queued up for -stable. T

Re: [PATCH] net/core/sock.c: add missing VSOCK string in af_family_*_key_strings

2013-05-28 Thread Sergei Shtylyov
Hello. On 28-05-2013 19:02, Federico Vaga wrote: The three arrays of strings: af_family_kay_strings, s/kay/key/. Maybe whoever applies this could fix the typo... af_family_slock_key_strings and af_family_clock_key_strings have not VSOCK's string Signed-off-by: Federico Vaga WBR, Se

[PATCH] net/core/sock.c: add missing VSOCK string in af_family_*_key_strings

2013-05-28 Thread Federico Vaga
The three arrays of strings: af_family_kay_strings, af_family_slock_key_strings and af_family_clock_key_strings have not VSOCK's string Signed-off-by: Federico Vaga --- net/core/sock.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net/core/sock.c b/net/core/sock.c ind