Em Sun, 23 Nov 2014 09:34:34 +0100 Wolfram Sang <[email protected]> escreveu:
> Hi, > > displaying this patch is broken in the web interface: > > http://patchwork.ozlabs.org/patch/413335/ > > Only one hunk is displayed as a patch, the other hunk as a comment. > > Would be great if somebody could have a look. Well, the broken hunk seems to be due to whitespace mangling: @@ -919,12 +926,15 @@ static void i2c_pxa_irq_txempty(struct pxa_i2c *i2c, u32 isr) It should be, instead: @@ -919,12 +926,15 @@ static void i2c_pxa_irq_txempty(struct pxa_i2c *i2c, u32 isr) Regards, Mauro _______________________________________________ Patchwork mailing list [email protected] https://lists.ozlabs.org/listinfo/patchwork
