Re: [PATCH] 2.5.24 : drivers/net/defxx.c

Zwane Mwaikambo (zwane@linux.realnet.co.sz)
Mon, 24 Jun 2002 09:30:23 +0200 (SAST)


On Sun, 23 Jun 2002, Frank Davis wrote:

> -
> + if(pci_set_dma_mask(pdev, 0xffffffff))
> + {
> + printk(KERN_WARNING "defxx : No suitable DMA available\n");
> + }

Minor nit,
CodingStyle prefers this style;

if (pci_set_dma_mask(pdev, 0xffffffff))
printk(KERN_WARNING "defxx : No suitable DMA available\n");

Thanks,
Zwane Mwaikambo

-- 
http://function.linuxpower.ca
		

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/