Dear [email protected], In message <[email protected]> you wrote: > From: Tirumala Marri <[email protected]> > > This patch combines drivers/dma/ppc4xx/xor.h and driver/dma/dma/ppc4xx/dma.h > into drivers/dma/ppc4xx/ppx440spe-dma.h . > > Signed-off-by: Tirumala R Marri <[email protected]> > --- > drivers/dma/ppc4xx/dma.h | 223 ------------------------- > drivers/dma/ppc4xx/ppc440spe-dma.h | 318 > ++++++++++++++++++++++++++++++++++++ > drivers/dma/ppc4xx/xor.h | 110 ------------- > 3 files changed, 318 insertions(+), 333 deletions(-)
Please use -M with "git format-patch" so it detects renames (here we should probably see a rename from dma.h into ppc440spe-dma.h [plus some changes]) instead of a remove plus add file. That would make it much easier to review your changes. Thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [email protected] It's a small world, but I wouldn't want to paint it. -- To unsubscribe from this list: send the line "unsubscribe linux-crypto" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
