patch-2.4.22 linux-2.4.22/drivers/ieee1394/dma.h

Next file: linux-2.4.22/drivers/ieee1394/dv1394-private.h
Previous file: linux-2.4.22/drivers/ieee1394/dma.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.21/drivers/ieee1394/dma.h linux-2.4.22/drivers/ieee1394/dma.h
@@ -76,7 +76,7 @@
 /* round up a number of bytes to be a multiple of the PAGE_SIZE */
 static inline unsigned long round_up_to_page(unsigned long len)
 {
-	if(len % PAGE_SIZE)
+	if (len % PAGE_SIZE)
 		len += PAGE_SIZE - (len % PAGE_SIZE);
 	return len;
 }

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)