
Dear "Graeme Russ",
In message d66caabb0809061723u7d88598fq145abd6c8a46f6c7@mail.gmail.com you wrote:
OK, Thunderbird is not wrapping my email to gmail and gmail is not stripping white spaces when I forward
This should not be that hard :(
I agree. But something is messing with your formatting.
diff --git a/board/sc520_cdp/sc520_cdp.c b/board/sc520_cdp/sc520_cdp.c index f21c730..bfb473e 100644 --- a/board/sc520_cdp/sc520_cdp.c +++ b/board/sc520_cdp/sc520_cdp.c @@ -114,7 +114,7 @@ static void irq_init(void)
}
^^^^^^^ Corrupted. Leading ' ' missin - here like in all other lines.
+#ifdef CONFIG_PCI /* PCI stuff */ static void pci_sc520_cdp_fixup_irq(struct pci_controller *hose, pci_dev_t dev) { @@ -129,7 +129,7 @@ static void pci_sc520_cdp_fixup_irq(struct pci_controller *hose, pci_dev_t dev)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ and wrapped lines again, too.
Best regards,
Wolfgang Denk