diff for duplicates of <486B8FCF.8080201@yahoo.it> diff --git a/a/1.txt b/N1/1.txt index 28538d6..7bcca3c 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -2,36 +2,39 @@ On 02/07/2008 03:37, Darren Jenkins\ wrote: > G'day people -> +>=20 > Coverity CID: 2265 NEGATIVE_RETURNS -> +>=20 > "rate" is of an unsigned type, and the code requires a signed type. > The following patch makes it so. -> +>=20 > Only compile tested. -> -> Signed-off-by: Darren Jenkins <darrenrjenkins@gmailcom> -> -> diff --git a/drivers/net/wireless/iwlwifi/iwl-3945.c b/drivers/net/wireless/iwlwifi/iwl-3945.c +>=20 +> =EF=BB=BFSigned-off-by: Darren Jenkins <darrenrjenkins@gmailcom> +>=20 +> diff --git a/drivers/net/wireless/iwlwifi/iwl-3945.c b/drivers/net/wi= +reless/iwlwifi/iwl-3945.c > index 62a3d8f..31d38cd 100644 > --- a/drivers/net/wireless/iwlwifi/iwl-3945.c > +++ b/drivers/net/wireless/iwlwifi/iwl-3945.c -> @@ -449,7 +449,7 @@ static void iwl3945_dbg_report_frame(struct iwl3945_priv *priv, -> +> @@ -449,7 +449,7 @@ static void iwl3945_dbg_report_frame(struct iwl39= +45_priv *priv, +> =20 > if (print_summary) { > char *title; > - u32 rate; > + int rate; -> +> =20 > if (hundred) -> title = "100Frames"; +> title =3D "100Frames"; --- -Filippo Zangheri +--=20 +=46ilippo Zangheri GPG key ID: 0x6C1F2F2F -- -To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in +To unsubscribe from this list: send the line "unsubscribe linux-wireles= +s" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/a/content_digest b/N1/content_digest index 69d3dcc..5ed244c 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\01214962647.18261.15.camel@localhost.localdomain\0" "From\0Filippo Zangheri <filippo.zangheri@yahoo.it>\0" "Subject\0Re: [PATCH] drivers/net/wireless/iwlwifi/iwl-3945.c\0" - "Date\0Wed, 02 Jul 2008 14:25:19 +0000\0" + "Date\0Wed, 02 Jul 2008 16:25:19 +0200\0" "To\0Darren Jenkins <darrenrjenkins@gmail.com>\0" "Cc\0kernel Janitors <kernel-janitors@vger.kernel.org>" LKML <linux-kernel@vger.kernel.org> @@ -15,38 +15,41 @@ "\n" "On 02/07/2008 03:37, Darren Jenkins\\ wrote:\n" "> G'day people\n" - "> \n" + ">=20\n" "> Coverity CID: 2265 NEGATIVE_RETURNS\n" - "> \n" + ">=20\n" "> \"rate\" is of an unsigned type, and the code requires a signed type.\n" "> The following patch makes it so.\n" - "> \n" + ">=20\n" "> Only compile tested.\n" - "> \n" - "> \303\257\302\273\302\277Signed-off-by: Darren Jenkins <darrenrjenkins@gmailcom>\n" - "> \n" - "> diff --git a/drivers/net/wireless/iwlwifi/iwl-3945.c b/drivers/net/wireless/iwlwifi/iwl-3945.c\n" + ">=20\n" + "> =EF=BB=BFSigned-off-by: Darren Jenkins <darrenrjenkins@gmailcom>\n" + ">=20\n" + "> diff --git a/drivers/net/wireless/iwlwifi/iwl-3945.c b/drivers/net/wi=\n" + "reless/iwlwifi/iwl-3945.c\n" "> index 62a3d8f..31d38cd 100644\n" "> --- a/drivers/net/wireless/iwlwifi/iwl-3945.c\n" "> +++ b/drivers/net/wireless/iwlwifi/iwl-3945.c\n" - "> @@ -449,7 +449,7 @@ static void iwl3945_dbg_report_frame(struct iwl3945_priv *priv,\n" - "> \n" + "> @@ -449,7 +449,7 @@ static void iwl3945_dbg_report_frame(struct iwl39=\n" + "45_priv *priv,\n" + "> =20\n" "> \tif (print_summary) {\n" "> \t\tchar *title;\n" "> -\t\tu32 rate;\n" "> +\t\tint rate;\n" - "> \n" + "> =20\n" "> \t\tif (hundred)\n" - "> \t\t\ttitle = \"100Frames\";\n" + "> \t\t\ttitle =3D \"100Frames\";\n" "\n" - "-- \n" - "Filippo Zangheri\n" + "--=20\n" + "=46ilippo Zangheri\n" "\n" "GPG key ID: 0x6C1F2F2F\n" "\n" "--\n" - "To unsubscribe from this list: send the line \"unsubscribe kernel-janitors\" in\n" + "To unsubscribe from this list: send the line \"unsubscribe linux-wireles=\n" + "s\" in\n" "the body of a message to majordomo@vger.kernel.org\n" More majordomo info at http://vger.kernel.org/majordomo-info.html -a8ca21095f1ba3489e395a6520add1b375c273b29373de82ae83cbcd7d175bac +95c3460de940ecc8e89f39196098b3bc6f9d35c455116119ca712d48b367e176
diff --git a/a/1.txt b/N2/1.txt index 28538d6..6b5621e 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -10,7 +10,7 @@ On 02/07/2008 03:37, Darren Jenkins\ wrote: > > Only compile tested. > -> Signed-off-by: Darren Jenkins <darrenrjenkins@gmailcom> +> Signed-off-by: Darren Jenkins <darrenrjenkins@gmailcom> > > diff --git a/drivers/net/wireless/iwlwifi/iwl-3945.c b/drivers/net/wireless/iwlwifi/iwl-3945.c > index 62a3d8f..31d38cd 100644 @@ -30,8 +30,3 @@ On 02/07/2008 03:37, Darren Jenkins\ wrote: Filippo Zangheri GPG key ID: 0x6C1F2F2F - --- -To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in -the body of a message to majordomo@vger.kernel.org -More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/a/content_digest b/N2/content_digest index 69d3dcc..ce13b8e 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,7 +1,7 @@ "ref\01214962647.18261.15.camel@localhost.localdomain\0" "From\0Filippo Zangheri <filippo.zangheri@yahoo.it>\0" "Subject\0Re: [PATCH] drivers/net/wireless/iwlwifi/iwl-3945.c\0" - "Date\0Wed, 02 Jul 2008 14:25:19 +0000\0" + "Date\0Wed, 02 Jul 2008 16:25:19 +0200\0" "To\0Darren Jenkins <darrenrjenkins@gmail.com>\0" "Cc\0kernel Janitors <kernel-janitors@vger.kernel.org>" LKML <linux-kernel@vger.kernel.org> @@ -23,7 +23,7 @@ "> \n" "> Only compile tested.\n" "> \n" - "> \303\257\302\273\302\277Signed-off-by: Darren Jenkins <darrenrjenkins@gmailcom>\n" + "> \357\273\277Signed-off-by: Darren Jenkins <darrenrjenkins@gmailcom>\n" "> \n" "> diff --git a/drivers/net/wireless/iwlwifi/iwl-3945.c b/drivers/net/wireless/iwlwifi/iwl-3945.c\n" "> index 62a3d8f..31d38cd 100644\n" @@ -42,11 +42,6 @@ "-- \n" "Filippo Zangheri\n" "\n" - "GPG key ID: 0x6C1F2F2F\n" - "\n" - "--\n" - "To unsubscribe from this list: send the line \"unsubscribe kernel-janitors\" in\n" - "the body of a message to majordomo@vger.kernel.org\n" - More majordomo info at http://vger.kernel.org/majordomo-info.html + GPG key ID: 0x6C1F2F2F -a8ca21095f1ba3489e395a6520add1b375c273b29373de82ae83cbcd7d175bac +474c6843f11478596e245141dd85b5c5383a93fa7e7d0f44e0e234ab127be1c3
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.