]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/firewire/fw-iso.c
firewire: adjust whitespace
[linux-2.6-omap-h63xx.git] / drivers / firewire / fw-iso.c
index 728cbb3ee91db11377ac09b5eaea4c6cc234c06d..3eaf88005c5da2183fe28138800037f4f396e15b 100644 (file)
@@ -47,7 +47,7 @@ fw_iso_buffer_init(struct fw_iso_buffer *buffer, struct fw_card *card,
                buffer->pages[i] = alloc_page(GFP_KERNEL | GFP_DMA32 | __GFP_ZERO);
                if (buffer->pages[i] == NULL)
                        goto out_pages;
-               
+
                address = dma_map_page(card->device, buffer->pages[i],
                                       0, PAGE_SIZE, direction);
                if (dma_mapping_error(address)) {