Fixed some struct names.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15156 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
Giovanni Di Sirio 2021-11-30 10:20:31 +00:00
parent 4bd621b1cb
commit 3e8c949549
3 changed files with 3 additions and 3 deletions

View File

@ -154,7 +154,7 @@ struct vfs_fatfs_driver_vmt {
/** /**
* @brief Type of a structure representing a VFS FatFS driver. * @brief Type of a structure representing a VFS FatFS driver.
*/ */
typedef struct vfs_drv_streams { typedef struct vfs_fatfs_driver {
/** /**
* @brief Virtual Methods Table. * @brief Virtual Methods Table.
*/ */

View File

@ -124,7 +124,7 @@ struct vfs_overlay_driver_vmt {
/** /**
* @brief Type of a structure representing a VFS Overlay driver. * @brief Type of a structure representing a VFS Overlay driver.
*/ */
typedef struct vfs_drv_overlay { typedef struct vfs_overlay_driver {
/** /**
* @brief Virtual Methods Table. * @brief Virtual Methods Table.
*/ */

View File

@ -164,7 +164,7 @@ struct vfs_streams_driver_vmt {
/** /**
* @brief Type of a structure representing a VFS streams driver. * @brief Type of a structure representing a VFS streams driver.
*/ */
typedef struct vfs_drv_streams { typedef struct vfs_streams_driver {
/** /**
* @brief Virtual Methods Table. * @brief Virtual Methods Table.
*/ */