patch-1.3.87 linux/drivers/block/floppy.c
Next file: linux/drivers/block/ht6560b.c
Previous file: linux/drivers/block/cmd640.c
Back to the patch index
Back to the overall index
- Lines: 27
- Date:
Fri Apr 12 09:49:32 1996
- Orig file:
v1.3.86/linux/drivers/block/floppy.c
- Orig date:
Mon Apr 8 19:01:42 1996
diff -u --recursive --new-file v1.3.86/linux/drivers/block/floppy.c linux/drivers/block/floppy.c
@@ -92,7 +92,7 @@
*/
/*
- * 1995/10/18 -- Ralf Baechle -- Portability cleanup; move machine dependend
+ * 1995/10/18 -- Ralf Baechle -- Portability cleanup; move machine dependent
* features to asm/floppy.h.
*/
@@ -2793,7 +2793,7 @@
ECALL(verify_area(VERIFY_WRITE,param,size));
fd_cacheflush(address, size); /* is this necessary ??? */
- /* Ralf: Yes; only the l2 cache is completly chipset
+ /* Ralf: Yes; only the l2 cache is completely chipset
controlled */
memcpy_tofs(param,(void *) address, size);
return 0;
@@ -3270,7 +3270,7 @@
LOCK_FDC(drive,1);
/* do the actual eject. Fails on
- * non-Sparc archtitectures */
+ * non-Sparc architectures */
ret=fd_eject(UNIT(drive));
/* switch the motor off, in order to make the
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this