From: Thomas Schlichter This one introduces a small typo which the attached patch fixes. drivers/cdrom/mcd.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/cdrom/mcd.c~RD2-ioctl-B6-fix drivers/cdrom/mcd.c --- 25/drivers/cdrom/mcd.c~RD2-ioctl-B6-fix 2003-10-02 07:51:35.000000000 -0700 +++ 25-akpm/drivers/cdrom/mcd.c 2003-10-02 07:51:48.000000000 -0700 @@ -224,7 +224,7 @@ static int mcd_block_release(struct inod return cdrom_release(&mcd_info, file); } -static int mcd_block_ioctl(struct struct block_device *bdev, struct file *file, +static int mcd_block_ioctl(struct block_device *bdev, struct file *file, unsigned cmd, unsigned long arg) { return cdrom_ioctl(&mcd_info, bdev, cmd, arg); _