Signed-off-by: Slawomir Jankowski <slawomir.jankowski@intel.com>
This commit is contained in:
Slawomir Jankowski 2020-03-27 11:25:12 +01:00
parent f516ed62e3
commit da34d5047b
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ struct ocf_atomic_metadata {
/** Set bit indicates that given sector is valid (is cached) */
uint32_t valid : 1;
/** Set bit indicates that sector i dirty */
/** Set bit indicates that sector is dirty */
uint32_t dirty : 1;
} __attribute__((packed));

View File

@ -159,7 +159,7 @@ struct ocf_request {
/*! Last core line */
uint32_t byte_length;
/*!< Byte length of OCF reuqest */
/*!< Byte length of OCF request */
uint32_t core_line_count;
/*! Core line count */