fs: nxffs: nxstyle error fix

Fix nxstyle errors to pass CI

Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
This commit is contained in:
Alin Jerpelea
2021-02-04 13:56:38 +01:00
committed by Alan Carvalho de Assis
parent 789d3751ad
commit a544c3f499
5 changed files with 28 additions and 14 deletions
+2 -2
View File
@@ -128,8 +128,8 @@ void rammap_initialize(void);
* offset The offset into the file to map
*
* Returned Value:
* On success, rammmap() returns a pointer to the mapped area. On error, the
* value MAP_FAILED is returned, and errno is set appropriately.
* On success, rammmap() returns a pointer to the mapped area. On error,
* the value MAP_FAILED is returned, and errno is set appropriately.
*
* EBADF
* 'fd' is not a valid file descriptor.