All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20140712013927.GA30781@kroah.com>

diff --git a/a/1.txt b/N1/1.txt
index 03855cf..b157fa0 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -40,7 +40,7 @@ I ran it on a file that had no problems and got a mess, all I think due
 to something odd in checkpatch itself right now:
 
 $ ./scripts/checkpatch.pl --file  drivers/staging/lustre/include/linux/lnet/api.h 
-Useless use of greediness modifier '+' in regex; marked by <-- HERE in m/(^\+.*) {8,8}+ <-- HERE \t/ at ./scripts/checkpatch.pl line 2217.
+Useless use of greediness modifier '+' in regex; marked by <-- HERE in m/(^\+.*) {8,8}+ <-- HERE \t/@./scripts/checkpatch.pl line 2217.
 total: 0 errors, 0 warnings, 220 lines checked
 
 What's with that 'Useless use..." error?  perl 5.20 in use, is that the issue?
@@ -49,63 +49,63 @@ Anyway, running this script on the file gave me this:
 
 $ ./reformat_with_checkpatch  drivers/staging/lustre/include/linux/lnet/api.h 
 file: <drivers/staging/lustre/include/linux/lnet/api.h> description: <whitespace neatening> types:<spacing,space_before_tab,pointer_location,trailing_whitespace,bracket_space>
-Useless use of greediness modifier '+' in regex; marked by <-- HERE in m/(^\+.*) {8,8}+ <-- HERE \t/ at ./scripts/checkpatch.pl line 2217.
+Useless use of greediness modifier '+' in regex; marked by <-- HERE in m/(^\+.*) {8,8}+ <-- HERE \t/@./scripts/checkpatch.pl line 2217.
 total: 0 errors, 0 warnings, 0 checks, 220 lines checked
 
 NOTE: Used message types: BRACKET_SPACE POINTER_LOCATION SPACE_BEFORE_TAB SPACING TRAILING_WHITESPACE
 
 drivers/staging/lustre/include/linux/lnet/api.h has no obvious style problems and is ready for submission.
 file: <drivers/staging/lustre/include/linux/lnet/api.h> description: <remove spaces before tabs> types:<space_before_tab>
-Useless use of greediness modifier '+' in regex; marked by <-- HERE in m/(^\+.*) {8,8}+ <-- HERE \t/ at ./scripts/checkpatch.pl line 2217.
+Useless use of greediness modifier '+' in regex; marked by <-- HERE in m/(^\+.*) {8,8}+ <-- HERE \t/@./scripts/checkpatch.pl line 2217.
 total: 0 errors, 0 warnings, 0 checks, 220 lines checked
 
 NOTE: Used message types: SPACE_BEFORE_TAB
 
 drivers/staging/lustre/include/linux/lnet/api.h has no obvious style problems and is ready for submission.
 file: <drivers/staging/lustre/include/linux/lnet/api.h> description: <fix label positions> types:<indented_label>
-Useless use of greediness modifier '+' in regex; marked by <-- HERE in m/(^\+.*) {8,8}+ <-- HERE \t/ at ./scripts/checkpatch.pl line 2217.
+Useless use of greediness modifier '+' in regex; marked by <-- HERE in m/(^\+.*) {8,8}+ <-- HERE \t/@./scripts/checkpatch.pl line 2217.
 total: 0 errors, 0 warnings, 0 checks, 220 lines checked
 
 NOTE: Used message types: INDENTED_LABEL
 
 drivers/staging/lustre/include/linux/lnet/api.h has no obvious style problems and is ready for submission.
 file: <drivers/staging/lustre/include/linux/lnet/api.h> description: <align arguments to parenthesis> types:<parenthesis_alignment>
-Useless use of greediness modifier '+' in regex; marked by <-- HERE in m/(^\+.*) {8,8}+ <-- HERE \t/ at ./scripts/checkpatch.pl line 2217.
+Useless use of greediness modifier '+' in regex; marked by <-- HERE in m/(^\+.*) {8,8}+ <-- HERE \t/@./scripts/checkpatch.pl line 2217.
 total: 0 errors, 0 warnings, 0 checks, 220 lines checked
 
 NOTE: Used message types: PARENTHESIS_ALIGNMENT
 
 drivers/staging/lustre/include/linux/lnet/api.h has no obvious style problems and is ready for submission.
 file: <drivers/staging/lustre/include/linux/lnet/api.h> description: <fix brace positions> types:<open_brace,braces,else_after_brace,while_after_brace>
-Useless use of greediness modifier '+' in regex; marked by <-- HERE in m/(^\+.*) {8,8}+ <-- HERE \t/ at ./scripts/checkpatch.pl line 2217.
+Useless use of greediness modifier '+' in regex; marked by <-- HERE in m/(^\+.*) {8,8}+ <-- HERE \t/@./scripts/checkpatch.pl line 2217.
 total: 0 errors, 0 warnings, 0 checks, 220 lines checked
 
 NOTE: Used message types: BRACES ELSE_AFTER_BRACE OPEN_BRACE WHILE_AFTER_BRACE
 
 drivers/staging/lustre/include/linux/lnet/api.h has no obvious style problems and is ready for submission.
 file: <drivers/staging/lustre/include/linux/lnet/api.h> description: <fix blank lines> types:<line_spacing>
-Useless use of greediness modifier '+' in regex; marked by <-- HERE in m/(^\+.*) {8,8}+ <-- HERE \t/ at ./scripts/checkpatch.pl line 2217.
+Useless use of greediness modifier '+' in regex; marked by <-- HERE in m/(^\+.*) {8,8}+ <-- HERE \t/@./scripts/checkpatch.pl line 2217.
 total: 0 errors, 0 warnings, 0 checks, 220 lines checked
 
 NOTE: Used message types: LINE_SPACING
 
 drivers/staging/lustre/include/linux/lnet/api.h has no obvious style problems and is ready for submission.
 file: <drivers/staging/lustre/include/linux/lnet/api.h> description: <use standard attributes> types:<prefer_packed,prefer_aligned>
-Useless use of greediness modifier '+' in regex; marked by <-- HERE in m/(^\+.*) {8,8}+ <-- HERE \t/ at ./scripts/checkpatch.pl line 2217.
+Useless use of greediness modifier '+' in regex; marked by <-- HERE in m/(^\+.*) {8,8}+ <-- HERE \t/@./scripts/checkpatch.pl line 2217.
 total: 0 errors, 0 warnings, 0 checks, 220 lines checked
 
 NOTE: Used message types: PREFER_ALIGNED PREFER_PACKED
 
 drivers/staging/lustre/include/linux/lnet/api.h has no obvious style problems and is ready for submission.
 file: <drivers/staging/lustre/include/linux/lnet/api.h> description: <remove unnecessary externs> types:<avoid_externs>
-Useless use of greediness modifier '+' in regex; marked by <-- HERE in m/(^\+.*) {8,8}+ <-- HERE \t/ at ./scripts/checkpatch.pl line 2217.
+Useless use of greediness modifier '+' in regex; marked by <-- HERE in m/(^\+.*) {8,8}+ <-- HERE \t/@./scripts/checkpatch.pl line 2217.
 total: 0 errors, 0 warnings, 0 checks, 220 lines checked
 
 NOTE: Used message types: AVOID_EXTERNS
 
 drivers/staging/lustre/include/linux/lnet/api.h has no obvious style problems and is ready for submission.
 file: <drivers/staging/lustre/include/linux/lnet/api.h> description: <update c90 comment style> types:<c99_comments>
-Useless use of greediness modifier '+' in regex; marked by <-- HERE in m/(^\+.*) {8,8}+ <-- HERE \t/ at ./scripts/checkpatch.pl line 2217.
+Useless use of greediness modifier '+' in regex; marked by <-- HERE in m/(^\+.*) {8,8}+ <-- HERE \t/@./scripts/checkpatch.pl line 2217.
 total: 0 errors, 0 warnings, 0 checks, 220 lines checked
 
 NOTE: Used message types: C99_COMMENTS
diff --git a/a/content_digest b/N1/content_digest
index 52e3e49..43bc420 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:39: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:39:27 -0700\0"
  "To\0kernelnewbies@lists.kernelnewbies.org\0"
  "\00:1\0"
  "b\0"
@@ -47,7 +47,7 @@
  "to something odd in checkpatch itself right now:\n"
  "\n"
  "$ ./scripts/checkpatch.pl --file  drivers/staging/lustre/include/linux/lnet/api.h \n"
- "Useless use of greediness modifier '+' in regex; marked by <-- HERE in m/(^\\+.*) {8,8}+ <-- HERE \\t/ at ./scripts/checkpatch.pl line 2217.\n"
+ "Useless use of greediness modifier '+' in regex; marked by <-- HERE in m/(^\\+.*) {8,8}+ <-- HERE \\t/@./scripts/checkpatch.pl line 2217.\n"
  "total: 0 errors, 0 warnings, 220 lines checked\n"
  "\n"
  "What's with that 'Useless use...\" error?  perl 5.20 in use, is that the issue?\n"
@@ -56,63 +56,63 @@
  "\n"
  "$ ./reformat_with_checkpatch  drivers/staging/lustre/include/linux/lnet/api.h \n"
  "file: <drivers/staging/lustre/include/linux/lnet/api.h> description: <whitespace neatening> types:<spacing,space_before_tab,pointer_location,trailing_whitespace,bracket_space>\n"
- "Useless use of greediness modifier '+' in regex; marked by <-- HERE in m/(^\\+.*) {8,8}+ <-- HERE \\t/ at ./scripts/checkpatch.pl line 2217.\n"
+ "Useless use of greediness modifier '+' in regex; marked by <-- HERE in m/(^\\+.*) {8,8}+ <-- HERE \\t/@./scripts/checkpatch.pl line 2217.\n"
  "total: 0 errors, 0 warnings, 0 checks, 220 lines checked\n"
  "\n"
  "NOTE: Used message types: BRACKET_SPACE POINTER_LOCATION SPACE_BEFORE_TAB SPACING TRAILING_WHITESPACE\n"
  "\n"
  "drivers/staging/lustre/include/linux/lnet/api.h has no obvious style problems and is ready for submission.\n"
  "file: <drivers/staging/lustre/include/linux/lnet/api.h> description: <remove spaces before tabs> types:<space_before_tab>\n"
- "Useless use of greediness modifier '+' in regex; marked by <-- HERE in m/(^\\+.*) {8,8}+ <-- HERE \\t/ at ./scripts/checkpatch.pl line 2217.\n"
+ "Useless use of greediness modifier '+' in regex; marked by <-- HERE in m/(^\\+.*) {8,8}+ <-- HERE \\t/@./scripts/checkpatch.pl line 2217.\n"
  "total: 0 errors, 0 warnings, 0 checks, 220 lines checked\n"
  "\n"
  "NOTE: Used message types: SPACE_BEFORE_TAB\n"
  "\n"
  "drivers/staging/lustre/include/linux/lnet/api.h has no obvious style problems and is ready for submission.\n"
  "file: <drivers/staging/lustre/include/linux/lnet/api.h> description: <fix label positions> types:<indented_label>\n"
- "Useless use of greediness modifier '+' in regex; marked by <-- HERE in m/(^\\+.*) {8,8}+ <-- HERE \\t/ at ./scripts/checkpatch.pl line 2217.\n"
+ "Useless use of greediness modifier '+' in regex; marked by <-- HERE in m/(^\\+.*) {8,8}+ <-- HERE \\t/@./scripts/checkpatch.pl line 2217.\n"
  "total: 0 errors, 0 warnings, 0 checks, 220 lines checked\n"
  "\n"
  "NOTE: Used message types: INDENTED_LABEL\n"
  "\n"
  "drivers/staging/lustre/include/linux/lnet/api.h has no obvious style problems and is ready for submission.\n"
  "file: <drivers/staging/lustre/include/linux/lnet/api.h> description: <align arguments to parenthesis> types:<parenthesis_alignment>\n"
- "Useless use of greediness modifier '+' in regex; marked by <-- HERE in m/(^\\+.*) {8,8}+ <-- HERE \\t/ at ./scripts/checkpatch.pl line 2217.\n"
+ "Useless use of greediness modifier '+' in regex; marked by <-- HERE in m/(^\\+.*) {8,8}+ <-- HERE \\t/@./scripts/checkpatch.pl line 2217.\n"
  "total: 0 errors, 0 warnings, 0 checks, 220 lines checked\n"
  "\n"
  "NOTE: Used message types: PARENTHESIS_ALIGNMENT\n"
  "\n"
  "drivers/staging/lustre/include/linux/lnet/api.h has no obvious style problems and is ready for submission.\n"
  "file: <drivers/staging/lustre/include/linux/lnet/api.h> description: <fix brace positions> types:<open_brace,braces,else_after_brace,while_after_brace>\n"
- "Useless use of greediness modifier '+' in regex; marked by <-- HERE in m/(^\\+.*) {8,8}+ <-- HERE \\t/ at ./scripts/checkpatch.pl line 2217.\n"
+ "Useless use of greediness modifier '+' in regex; marked by <-- HERE in m/(^\\+.*) {8,8}+ <-- HERE \\t/@./scripts/checkpatch.pl line 2217.\n"
  "total: 0 errors, 0 warnings, 0 checks, 220 lines checked\n"
  "\n"
  "NOTE: Used message types: BRACES ELSE_AFTER_BRACE OPEN_BRACE WHILE_AFTER_BRACE\n"
  "\n"
  "drivers/staging/lustre/include/linux/lnet/api.h has no obvious style problems and is ready for submission.\n"
  "file: <drivers/staging/lustre/include/linux/lnet/api.h> description: <fix blank lines> types:<line_spacing>\n"
- "Useless use of greediness modifier '+' in regex; marked by <-- HERE in m/(^\\+.*) {8,8}+ <-- HERE \\t/ at ./scripts/checkpatch.pl line 2217.\n"
+ "Useless use of greediness modifier '+' in regex; marked by <-- HERE in m/(^\\+.*) {8,8}+ <-- HERE \\t/@./scripts/checkpatch.pl line 2217.\n"
  "total: 0 errors, 0 warnings, 0 checks, 220 lines checked\n"
  "\n"
  "NOTE: Used message types: LINE_SPACING\n"
  "\n"
  "drivers/staging/lustre/include/linux/lnet/api.h has no obvious style problems and is ready for submission.\n"
  "file: <drivers/staging/lustre/include/linux/lnet/api.h> description: <use standard attributes> types:<prefer_packed,prefer_aligned>\n"
- "Useless use of greediness modifier '+' in regex; marked by <-- HERE in m/(^\\+.*) {8,8}+ <-- HERE \\t/ at ./scripts/checkpatch.pl line 2217.\n"
+ "Useless use of greediness modifier '+' in regex; marked by <-- HERE in m/(^\\+.*) {8,8}+ <-- HERE \\t/@./scripts/checkpatch.pl line 2217.\n"
  "total: 0 errors, 0 warnings, 0 checks, 220 lines checked\n"
  "\n"
  "NOTE: Used message types: PREFER_ALIGNED PREFER_PACKED\n"
  "\n"
  "drivers/staging/lustre/include/linux/lnet/api.h has no obvious style problems and is ready for submission.\n"
  "file: <drivers/staging/lustre/include/linux/lnet/api.h> description: <remove unnecessary externs> types:<avoid_externs>\n"
- "Useless use of greediness modifier '+' in regex; marked by <-- HERE in m/(^\\+.*) {8,8}+ <-- HERE \\t/ at ./scripts/checkpatch.pl line 2217.\n"
+ "Useless use of greediness modifier '+' in regex; marked by <-- HERE in m/(^\\+.*) {8,8}+ <-- HERE \\t/@./scripts/checkpatch.pl line 2217.\n"
  "total: 0 errors, 0 warnings, 0 checks, 220 lines checked\n"
  "\n"
  "NOTE: Used message types: AVOID_EXTERNS\n"
  "\n"
  "drivers/staging/lustre/include/linux/lnet/api.h has no obvious style problems and is ready for submission.\n"
  "file: <drivers/staging/lustre/include/linux/lnet/api.h> description: <update c90 comment style> types:<c99_comments>\n"
- "Useless use of greediness modifier '+' in regex; marked by <-- HERE in m/(^\\+.*) {8,8}+ <-- HERE \\t/ at ./scripts/checkpatch.pl line 2217.\n"
+ "Useless use of greediness modifier '+' in regex; marked by <-- HERE in m/(^\\+.*) {8,8}+ <-- HERE \\t/@./scripts/checkpatch.pl line 2217.\n"
  "total: 0 errors, 0 warnings, 0 checks, 220 lines checked\n"
  "\n"
  "NOTE: Used message types: C99_COMMENTS\n"
@@ -126,4 +126,4 @@
  "\n"
  greg k-h
 
-7cc1defb36221b9daa85e59049beaabd87edbd1e44314daa2e6f91841e464265
+26131fcc1960a519bb233038df0784e33c93fbc398527e42f8fa3096990a0fde

diff --git a/a/content_digest b/N2/content_digest
index 52e3e49..d009682 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:39:27 +0000\0"
- "To\0kernelnewbies@lists.kernelnewbies.org\0"
+ "Date\0Fri, 11 Jul 2014 18:39: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"
@@ -126,4 +132,4 @@
  "\n"
  greg k-h
 
-7cc1defb36221b9daa85e59049beaabd87edbd1e44314daa2e6f91841e464265
+d928af9523b9b94b055b2e2c3be9bbd46a81696b04380aafbebff5adf6edee75

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.