diff for duplicates of <20140712015327.GA26496@kroah.com> diff --git a/a/1.txt b/N1/1.txt index d4b49aa..59bfbd5 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -74,13 +74,13 @@ On Fri, Jul 11, 2014 at 06:21:27PM -0700, Joe Perches wrote: > + > + checkpatch_fixes=$file.diff > + git diff --stat -p --exit-code $file > $checkpatch_fixes -> + if [ $? = 0 ] ; then +> + if [ $? == 0 ] ; then > + rm -f $checkpatch_fixes > + return > + fi > + > + basename=$(basename $file) -> + if [ "${basename##*.}" = "c" ] ; then +> + if [ "${basename##*.}" == "c" ] ; then > + > + git checkout $file > + obj="$(echo $file | sed 's/\.c$/\.o/')" diff --git a/a/content_digest b/N1/content_digest index c762739..b3fbd6d 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\01405128087.6751.12.camel@joe-AO725\0" - "From\0Greg KH <gregkh@linuxfoundation.org>\0" - "Subject\0Re: [PATCH] reformat_with_checkpatch: Add automation to checkpatch\0" - "Date\0Sat, 12 Jul 2014 01:53:27 +0000\0" + "From\0gregkh@linuxfoundation.org (Greg KH)\0" + "Subject\0[PATCH] reformat_with_checkpatch: Add automation to checkpatch\0" + "Date\0Fri, 11 Jul 2014 18:53:27 -0700\0" "To\0kernelnewbies@lists.kernelnewbies.org\0" "\00:1\0" "b\0" @@ -81,13 +81,13 @@ "> +\n" "> + checkpatch_fixes=$file.diff\n" "> + git diff --stat -p --exit-code $file > $checkpatch_fixes\n" - "> + if [ $? = 0 ] ; then\n" + "> + if [ $? == 0 ] ; then\n" "> +\trm -f $checkpatch_fixes\n" "> +\treturn\n" "> + fi\n" "> +\n" "> + basename=$(basename $file)\n" - "> + if [ \"${basename##*.}\" = \"c\" ] ; then\n" + "> + if [ \"${basename##*.}\" == \"c\" ] ; then\n" "> +\n" "> +\tgit checkout $file\n" "> +\tobj=\"$(echo $file | sed 's/\\.c$/\\.o/')\"\n" @@ -110,4 +110,4 @@ "\n" greg k-h -643f93db494fdbebafdda1443c2995c33d38a2a6fff66bf1975e729363b36ae3 +63d3fd35ef4de11741ac35e0faeeff5e4b19089e638e04f2a6c2c13d55a554d8
diff --git a/a/1.txt b/N2/1.txt index d4b49aa..59bfbd5 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -74,13 +74,13 @@ On Fri, Jul 11, 2014 at 06:21:27PM -0700, Joe Perches wrote: > + > + checkpatch_fixes=$file.diff > + git diff --stat -p --exit-code $file > $checkpatch_fixes -> + if [ $? = 0 ] ; then +> + if [ $? == 0 ] ; then > + rm -f $checkpatch_fixes > + return > + fi > + > + basename=$(basename $file) -> + if [ "${basename##*.}" = "c" ] ; then +> + if [ "${basename##*.}" == "c" ] ; then > + > + git checkout $file > + obj="$(echo $file | sed 's/\.c$/\.o/')" diff --git a/a/content_digest b/N2/content_digest index c762739..3f73a2a 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,8 +1,14 @@ "ref\01405128087.6751.12.camel@joe-AO725\0" "From\0Greg KH <gregkh@linuxfoundation.org>\0" "Subject\0Re: [PATCH] reformat_with_checkpatch: Add automation to checkpatch\0" - "Date\0Sat, 12 Jul 2014 01:53:27 +0000\0" - "To\0kernelnewbies@lists.kernelnewbies.org\0" + "Date\0Fri, 11 Jul 2014 18:53:27 -0700\0" + "To\0Joe Perches <joe@perches.com>\0" + "Cc\0devel@driverdev.osuosl.org" + kernel-janitors <kernel-janitors@vger.kernel.org> + kernelnewbies@kernelnewbies.org + LKML <linux-kernel@vger.kernel.org> + Dan Carpenter <dan.carpenter@oracle.com> + " Andrew Morton <akpm@linux-foundation.org>\0" "\00:1\0" "b\0" "On Fri, Jul 11, 2014 at 06:21:27PM -0700, Joe Perches wrote:\n" @@ -81,13 +87,13 @@ "> +\n" "> + checkpatch_fixes=$file.diff\n" "> + git diff --stat -p --exit-code $file > $checkpatch_fixes\n" - "> + if [ $? = 0 ] ; then\n" + "> + if [ $? == 0 ] ; then\n" "> +\trm -f $checkpatch_fixes\n" "> +\treturn\n" "> + fi\n" "> +\n" "> + basename=$(basename $file)\n" - "> + if [ \"${basename##*.}\" = \"c\" ] ; then\n" + "> + if [ \"${basename##*.}\" == \"c\" ] ; then\n" "> +\n" "> +\tgit checkout $file\n" "> +\tobj=\"$(echo $file | sed 's/\\.c$/\\.o/')\"\n" @@ -110,4 +116,4 @@ "\n" greg k-h -643f93db494fdbebafdda1443c2995c33d38a2a6fff66bf1975e729363b36ae3 +b0457f4778c43917e6fc4b5babdfdf4b6ab5941a0a724751520ac9aa38e00d99
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.