Fix documentation of ocf_metadata_raw_rd_access()

Signed-off-by: Robert Baldyga <robert.baldyga@intel.com>
This commit is contained in:
Robert Baldyga 2021-09-01 23:35:24 +02:00
parent 387cf1b9a5
commit 82abcd11e7

View File

@ -234,7 +234,6 @@ static inline void *ocf_metadata_raw_wr_access(ocf_cache_t cache,
* @param cache - Cache instance * @param cache - Cache instance
* @param raw - RAW descriptor * @param raw - RAW descriptor
* @param entry - Entry to be get * @param entry - Entry to be get
* @param data - Data where metadata entry will be copied into
* @return 0 - Point to accessed data, in case of error NULL * @return 0 - Point to accessed data, in case of error NULL
*/ */
static inline const void *ocf_metadata_raw_rd_access( ocf_cache_t cache, static inline const void *ocf_metadata_raw_rd_access( ocf_cache_t cache,