tools/nxstyle.c: Correct detection of missing blank line following a block comment.

This commit is contained in:
Gregory Nutt
2019-11-09 08:15:12 -06:00
parent 4835c4c017
commit 2ab4d635b4
8 changed files with 25 additions and 10 deletions
+2
View File
@@ -366,6 +366,7 @@ static inline bool pg_startfill(void)
* the nature of the architecture-specific up_fillpage() function -- Is it
* a blocking or a non-blocking call?
*/
#ifdef CONFIG_PAGING_BLOCKINGFILL
/* If CONFIG_PAGING_BLOCKINGFILL is defined, then up_fillpage is blocking
* call. In this case, up_fillpage() will accept only (1) a reference to
@@ -410,6 +411,7 @@ static inline bool pg_startfill(void)
* the case where all tasks are blocked waiting for a page fill, the IDLE
* task must still be available to run.
*/
#endif /* CONFIG_PAGING_BLOCKINGFILL */
return true;