patch-2.4.20 linux-2.4.20/arch/mips/lib/floppy-std.c

Next file: linux-2.4.20/arch/mips/lib/ide-no.c
Previous file: linux-2.4.20/arch/mips/lib/csum_partial_copy.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.19/arch/mips/lib/floppy-std.c linux-2.4.20/arch/mips/lib/floppy-std.c
@@ -111,8 +111,8 @@
 }
 
 static void std_fd_dma_mem_free(unsigned long addr, unsigned long size)
-{       
-	free_pages(addr, get_order(size));	
+{
+	free_pages(addr, get_order(size));
 }
 
 static unsigned long std_fd_drive_type(unsigned long n)

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