diff for duplicates of <51CBEF8A.2000407@redhat.com> diff --git a/a/1.txt b/N1/1.txt index a33918b..bb7609f 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -3,7 +3,7 @@ On 06/27/2013 03:05 AM, Joe Perches 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 23444dd..0710d3f 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -3,7 +3,7 @@ "ref\01372295104.2172.26.camel@joe-AO722\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\0Thu, 27 Jun 2013 07:53:46 +0000\0" + "Date\0Thu, 27 Jun 2013 09:53:46 +0200\0" "To\0Joe Perches <joe@perches.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" @@ -53,4 +53,4 @@ "\n" Thanks ! -90220e4bc35ca2f83496939d32fd601b8ce118723ac3b1bb6618d0dbcdbcdcdf +d8c19115c2cc64f38c68f4197261777859a2727290ad7e415a63e1c33296d30d
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.