mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-03 18:20:25 +02:00 
			
		
		
		
	checkpatch: avoid NOT_UNIFIED_DIFF errors on cover-letter.patch files
Make an exception for the "Does not appear to be a unified-diff" error when scanning what appears to be git generated cover letters. Signed-off-by: Joe Perches <joe@perches.com> Suggested-by: Rasmus Villemoes <linux@rasmusvillemoes.dk> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
		
							parent
							
								
									f1a6367855
								
							
						
					
					
						commit
						06330fc40e
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -5614,7 +5614,7 @@ sub process {
 | 
				
			||||||
		exit(0);
 | 
							exit(0);
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	if (!$is_patch) {
 | 
						if (!$is_patch && $file !~ /cover-letter\.patch$/) {
 | 
				
			||||||
		ERROR("NOT_UNIFIED_DIFF",
 | 
							ERROR("NOT_UNIFIED_DIFF",
 | 
				
			||||||
		      "Does not appear to be a unified-diff format patch\n");
 | 
							      "Does not appear to be a unified-diff format patch\n");
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue