Thread (1 message) 1 message, 1 author, 2016-06-15

Re: apply-mbox claiming corrupt patch.

From: Junio C Hamano <hidden>
Date: 2016-06-15 22:42:42

Dave Jones [off-list ref] writes:
I tried to apply the mail below to my cpufreq.git tree on master.kernel.org,
and got ..

$ git-applymbox -k mbox
1 patch(es) to process.

Applying '[CPUFREQ] Longhaul - Disable arbiter CLE266'

fatal: corrupt patch at line 99
Like 99 (counting from where mailinfo splits proposed commit log
message and the patch body which is '---' line) is the line
after the closing brace "}" at the end of longhaul_cpu_init()
function.
quoted hunk
@@ -716,7 +739,7 @@ static int __init longhaul_cpu_init(stru
 	return 0;
 
 err_acpi:
-	printk(KERN_ERR PFX "No ACPI support for CPU frequency changes.\n");
+	printk(KERN_ERR PFX "No ACPI support. No VT8601 or VT8623 northbridge. Aborting.\n");
 	return -ENODEV;
 }


----------------------------------------------------------------------
Jestes kierowca? To poczytaj! >>> http://link.interia.pl/f199e
The hunk claims to have 7 preimage lines and 7 postimage lines,
so that empty line after the closing brace _is_ part of the
hunk.  And an empty context line is SP followed by LF.  But the
SP that should be at the beginning of that line does not exist.

In short, you have a corrupt patch.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help