11-20-2023, 04:36 PM
(This post was last modified: 11-20-2023, 04:39 PM by Kevin Kofler.)
So then the idea would be to look at the .rej file, try to figure out why that hunk failed, and do the modifications manually.
Or you could try increasing the fuzz (passing -F3 to patch in addition to the other parameters), but it is probably a bad idea since context is important for .dtsi files. Better check the .rej file by hand.
Hunk 4 is a 1-line patch. It should not be too hard to make the change by hand.
Or you could try increasing the fuzz (passing -F3 to patch in addition to the other parameters), but it is probably a bad idea since context is important for .dtsi files. Better check the .rej file by hand.
Hunk 4 is a 1-line patch. It should not be too hard to make the change by hand.