Fix typos and some incorrect comments

Author: Alan Carvalho de Assis <acassis@gmail.com>

    Run nxstyle against .c and .h files and fix it

Author: Juha Niskanen <juha.niskanen@haltian.com>

    Fix typos and some incorrect comments
This commit is contained in:
Juha Niskanen
2020-01-20 09:32:36 -03:00
committed by Alan Carvalho de Assis
parent bcfb45dfa0
commit a762c06ed9
27 changed files with 336 additions and 186 deletions

View File

@@ -21912,7 +21912,7 @@ Additional new features and extended functionality:
number as an argument. This makes it possible to have multiple
instances of the NX server running on boards that support multiple
displays. Also includes updates to boardctl() to accept display
number paramters. From Gregory Nutt.
number parameters. From Gregory Nutt.
- Graphics: nx_openwindow() and nxtk_openwindow() now accept an
additional 'flag' parameter. This argument is current used only to
select a RAM backed, per-window framebuffer. From Gregory Nutt.
@@ -26590,7 +26590,7 @@ information):
- apps/system/cu/: (1) Fix early exit. getc(stdin) can return 0 the
first time around. (2) Set optind to zero. getopt() was being
left in a bad state, causing parsing errors on second use. (3) Fix
priority of cu_listen(). (4) Add suppor for -h. From David
priority of cu_listen(). (4) Add support for -h. From David
Alessio.
- apps/system/lzf/: Check the protection by CONFIG_SYSTEM_LZF !=
CONFIG_m (not elf binary) instead of CONFIG_KERNEL_BUILD. From