typo in 2.1.118

Adam Sulmicki (adam@cfar.UMD.EDU)
Wed, 26 Aug 1998 12:10:21 -0400


Hi, I had been looking over the 118 patch and there seems be a typo.

"
diff -u --recursive --new-file v2.1.117/linux/drivers/block/swim3.c linux/driver
s/block/swim3.c
--- v2.1.117/linux/drivers/block/swim3.c Fri May 8 23:14:47 1998
+++ linux/drivers/block/swim3.c Mon Aug 24 13:02:44 1998
@@ -968,7 +968,8 @@
floppy_ioctl, /* ioctl */
NULL, /* mmap */
floppy_open, /* open */
- floppy_release, /* release */
+ NULL, /* flush */
+ floppy_release, /* release *
block_fsync, /* fsync */
NULL, /* fasync */
floppy_check_change, /* check_media_change */
"

/|\
there seems be missing "/" after "*" in the new line for floppy_release.

-Adam

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.altern.org/andrebalsa/doc/lkml-faq.html