Run nxstyle against files modified in previous commit.

This commit is contained in:
Gregory Nutt
2020-04-12 11:18:02 -06:00
committed by Xiang Xiao
parent ca2b0a3657
commit 759d8c1bfa
10 changed files with 212 additions and 183 deletions
+6 -2
View File
@@ -390,7 +390,9 @@ static int rwb_rhreload(FAR struct rwbuffer_s *rwb, off_t startblock)
rwb->rhnblocks = nblocks;
rwb->rhblockstart = startblock;
/* The return value is not the number of blocks we asked to be loaded. */
/* The return value is not the number of blocks we asked to be
* loaded.
*/
return nblocks;
}
@@ -1003,7 +1005,9 @@ ssize_t rwb_write(FAR struct rwbuffer_s *rwb, off_t startblock,
{
finfo("startblock=%d wrbuffer=%p\n", startblock, wrbuffer);
/* Use the block cache unless the buffer size is bigger than block cache */
/* Use the block cache unless the buffer size is bigger than block
* cache.
*/
if (nblocks > rwb->wrmaxblocks)
{