* fhandler_floppy.cc (fhandler_dev_floppy::ioctl): Fix typo in lint
directive.
This commit is contained in:
parent
e2213b70dd
commit
295912e873
@ -1,3 +1,8 @@
|
|||||||
|
2006-07-18 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
|
* fhandler_floppy.cc (fhandler_dev_floppy::ioctl): Fix typo in lint
|
||||||
|
directive.
|
||||||
|
|
||||||
2006-07-17 Christopher Faylor <cgf@timesys.com>
|
2006-07-17 Christopher Faylor <cgf@timesys.com>
|
||||||
|
|
||||||
GCC 4.1 fixes.
|
GCC 4.1 fixes.
|
||||||
|
@ -512,7 +512,7 @@ fhandler_dev_floppy::ioctl (unsigned int cmd, void *buf)
|
|||||||
__seterrno ();
|
__seterrno ();
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
/*FALLTHRUGH*/
|
/*FALLTHRU*/
|
||||||
default:
|
default:
|
||||||
return fhandler_dev_raw::ioctl (cmd, buf);
|
return fhandler_dev_raw::ioctl (cmd, buf);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user