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
- Lines: 9
- Date:
2003-08-25 04:44:41.000000000 -0700
- Orig file:
linux-2.4.21/drivers/ieee1394/dma.h
- Orig date:
2003-06-13 07:51:34.000000000 -0700
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)