diff for duplicates of <51CB3461.9020703@redhat.com> diff --git a/a/1.txt b/N1/1.txt index c8cadf4..23b0ea3 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -3,7 +3,7 @@ On 06/26/2013 07:27 PM, Vlad Yasevich wrote: >> In order to avoid making code that deals with printing both, IPv4 and >> IPv6 addresses, unnecessary complicated as for example ... >> ->> if (sa.sa_family = AF_INET6) +>> if (sa.sa_family == AF_INET6) >> printk("... %pI6 ...", sin6_addr); >> else >> printk("... %pI4 ...", sin_addr.s_addr); diff --git a/a/content_digest b/N1/content_digest index 79d188a..bdb1604 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -3,7 +3,7 @@ "ref\051CB2477.6070903@gmail.com\0" "From\0Daniel Borkmann <dborkman@redhat.com>\0" "Subject\0Re: [PATCH net-next 1/2] lib: vsprintf: add IPv4/v6 generic %pig/%pIg format specifier\0" - "Date\0Wed, 26 Jun 2013 18:35:13 +0000\0" + "Date\0Wed, 26 Jun 2013 20:35:13 +0200\0" "To\0Vlad Yasevich <vyasevich@gmail.com>\0" "Cc\0davem@davemloft.net" netdev@vger.kernel.org @@ -15,7 +15,7 @@ ">> In order to avoid making code that deals with printing both, IPv4 and\n" ">> IPv6 addresses, unnecessary complicated as for example ...\n" ">>\n" - ">> if (sa.sa_family = AF_INET6)\n" + ">> if (sa.sa_family == AF_INET6)\n" ">> printk(\"... %pI6 ...\", sin6_addr);\n" ">> else\n" ">> printk(\"... %pI4 ...\", sin_addr.s_addr);\n" @@ -48,4 +48,4 @@ "Thanks,\n" Daniel -d4be26deadf812f8736c4268df38724850dade8703130f75775debb38f3ca0be +e2fdfcbaf1adc1632984b2b3aaa2c815ac14190aa0ab0ae78f88d975676ac839
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.