libblock: Documentation

This commit is contained in:
Ralf Kirchner
2012-10-30 13:28:07 +01:00
committed by Sebastian Huber
parent f12e021c42
commit db650357f0

View File

@@ -658,7 +658,7 @@ rtems_bdbuf_purge_dev (rtems_disk_device *dd);
* occur. * occur.
* *
* @param dd [in, out] The disk device. * @param dd [in, out] The disk device.
* @param block_size [in] The new block size. * @param block_size [in] The new block size in bytes.
* @param sync [in] If @c true, then synchronize the disk device before the * @param sync [in] If @c true, then synchronize the disk device before the
* block size change. * block size change.
* *