rwbuffer: fix a typo
Signed-off-by: wanggang26 <wanggang26@xiaomi.com>
This commit is contained in:
parent
872208fdf8
commit
0a8b6404d8
|
@ -137,7 +137,7 @@ struct rwbuffer_s
|
|||
/* This is the state of the read-ahead buffering */
|
||||
|
||||
#ifdef CONFIG_DRVR_READAHEAD
|
||||
mutex_t rhlock; /* Enforces exclusive access to the write buffer */
|
||||
mutex_t rhlock; /* Enforces exclusive access to the read-ahead buffer */
|
||||
FAR uint8_t *rhbuffer; /* Allocated read-ahead buffer */
|
||||
uint16_t rhnblocks; /* Number of blocks in read-ahead buffer */
|
||||
off_t rhblockstart; /* First block in read-ahead buffer */
|
||||
|
|
Loading…
Reference in New Issue