diff for duplicates of <54633BC0.3030700@users.sourceforge.net> diff --git a/a/1.txt b/N1/1.txt index 3c997bb..f172863 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -18,7 +18,7 @@ Now I have got a different impression for corresponding improvement possibilities. -elfring at Sonne:~/Projekte/Linux/stable-patched> spatch.opt -debug -sp-file ~/Projekte/Coccinelle/janitor/move_function_call_before_jump_label1.cocci drivers/staging/rtl8188eu/core/rtw_efuse.c +elfring@Sonne:~/Projekte/Linux/stable-patched> spatch.opt -debug -sp-file ~/Projekte/Coccinelle/janitor/move_function_call_before_jump_label1.cocci drivers/staging/rtl8188eu/core/rtw_efuse.c init_defs_builtins: /usr/local/share/coccinelle/standard.h ----------------------------------------------------------------------- processing semantic patch file: /home/elfring/Projekte/Coccinelle/janitor/move_function_call_before_jump_label1.cocci @@ -33,7 +33,7 @@ type t; { ... when any x = kzalloc(...); - if (x == NULL) { + if (x = NULL) { ... goto label; } diff --git a/a/content_digest b/N1/content_digest index 1c825ae..33b3bdc 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -13,9 +13,9 @@ "ref\0alpine.DEB.2.10.1410311900201.2481@hadrien\0" "ref\05453D013.9000007@users.sourceforge.net\0" "ref\0alpine.DEB.2.10.1410311911070.2481@hadrien\0" - "From\0elfring@users.sourceforge.net (SF Markus Elfring)\0" - "Subject\0[Cocci] [PATCH with SmPL?] staging: rtl8188eu: Adjustments around jump labels\0" - "Date\0Wed, 12 Nov 2014 11:51:44 +0100\0" + "From\0SF Markus Elfring <elfring@users.sourceforge.net>\0" + "Subject\0Re: [PATCH with SmPL?] staging: rtl8188eu: Adjustments around jump labels\0" + "Date\0Wed, 12 Nov 2014 10:51:44 +0000\0" "To\0cocci@systeme.lip6.fr\0" "\00:1\0" "b\0" @@ -39,7 +39,7 @@ "Now I have got a different impression for corresponding improvement possibilities.\n" "\n" "\n" - "elfring at Sonne:~/Projekte/Linux/stable-patched> spatch.opt -debug -sp-file ~/Projekte/Coccinelle/janitor/move_function_call_before_jump_label1.cocci drivers/staging/rtl8188eu/core/rtw_efuse.c\n" + "elfring@Sonne:~/Projekte/Linux/stable-patched> spatch.opt -debug -sp-file ~/Projekte/Coccinelle/janitor/move_function_call_before_jump_label1.cocci drivers/staging/rtl8188eu/core/rtw_efuse.c\n" "init_defs_builtins: /usr/local/share/coccinelle/standard.h\n" "-----------------------------------------------------------------------\n" "processing semantic patch file: /home/elfring/Projekte/Coccinelle/janitor/move_function_call_before_jump_label1.cocci\n" @@ -54,7 +54,7 @@ " {\n" " ... when any\n" " x = kzalloc(...);\n" - " if (x == NULL) {\n" + " if (x = NULL) {\n" " ...\n" " goto label;\n" " }\n" @@ -115,4 +115,4 @@ "Regards,\n" Markus -7165d76c580faad3a2f55c9c5cf0a2ad2df1689bf297b13e8da577ad7ae349d2 +ec5e3b17b3aae67f35a1491ea62b7824dbe8883d4bc841d27f81dc9afb3f5c78
diff --git a/a/1.txt b/N2/1.txt index 3c997bb..b9881fd 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -18,7 +18,7 @@ Now I have got a different impression for corresponding improvement possibilities. -elfring at Sonne:~/Projekte/Linux/stable-patched> spatch.opt -debug -sp-file ~/Projekte/Coccinelle/janitor/move_function_call_before_jump_label1.cocci drivers/staging/rtl8188eu/core/rtw_efuse.c +elfring@Sonne:~/Projekte/Linux/stable-patched> spatch.opt -debug -sp-file ~/Projekte/Coccinelle/janitor/move_function_call_before_jump_label1.cocci drivers/staging/rtl8188eu/core/rtw_efuse.c init_defs_builtins: /usr/local/share/coccinelle/standard.h ----------------------------------------------------------------------- processing semantic patch file: /home/elfring/Projekte/Coccinelle/janitor/move_function_call_before_jump_label1.cocci diff --git a/a/content_digest b/N2/content_digest index 1c825ae..3d31c32 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -13,10 +13,16 @@ "ref\0alpine.DEB.2.10.1410311900201.2481@hadrien\0" "ref\05453D013.9000007@users.sourceforge.net\0" "ref\0alpine.DEB.2.10.1410311911070.2481@hadrien\0" - "From\0elfring@users.sourceforge.net (SF Markus Elfring)\0" - "Subject\0[Cocci] [PATCH with SmPL?] staging: rtl8188eu: Adjustments around jump labels\0" + "From\0SF Markus Elfring <elfring@users.sourceforge.net>\0" + "Subject\0Re: [PATCH with SmPL?] staging: rtl8188eu: Adjustments around jump labels\0" "Date\0Wed, 12 Nov 2014 11:51:44 +0100\0" - "To\0cocci@systeme.lip6.fr\0" + "To\0Julia Lawall <julia.lawall@lip6.fr>\0" + "Cc\0Greg Kroah-Hartman <gregkh@linuxfoundation.org>" + devel@driverdev.osuosl.org + linux-kernel@vger.kernel.org + kernel-janitors@vger.kernel.org + trivial@kernel.org + " Coccinelle <cocci@systeme.lip6.fr>\0" "\00:1\0" "b\0" ">>>> @@ -212,8 +212,7 @@ efuse_phymap_to_logical(u8 *phymap, u16 _offset, u16\n" @@ -39,7 +45,7 @@ "Now I have got a different impression for corresponding improvement possibilities.\n" "\n" "\n" - "elfring at Sonne:~/Projekte/Linux/stable-patched> spatch.opt -debug -sp-file ~/Projekte/Coccinelle/janitor/move_function_call_before_jump_label1.cocci drivers/staging/rtl8188eu/core/rtw_efuse.c\n" + "elfring@Sonne:~/Projekte/Linux/stable-patched> spatch.opt -debug -sp-file ~/Projekte/Coccinelle/janitor/move_function_call_before_jump_label1.cocci drivers/staging/rtl8188eu/core/rtw_efuse.c\n" "init_defs_builtins: /usr/local/share/coccinelle/standard.h\n" "-----------------------------------------------------------------------\n" "processing semantic patch file: /home/elfring/Projekte/Coccinelle/janitor/move_function_call_before_jump_label1.cocci\n" @@ -115,4 +121,4 @@ "Regards,\n" Markus -7165d76c580faad3a2f55c9c5cf0a2ad2df1689bf297b13e8da577ad7ae349d2 +0862c9f8079ca075d24cdd831d94ed839b02c19e548279bcc8e43c50738ea693
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.