mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
libs: Fix typos (found by codespell)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
@@ -142,7 +142,7 @@ Signed-off-by: John Crispin <blogic@openwrt.org>
|
||||
+mraa_mtk_linkit_mmap_unsetup()
|
||||
+{
|
||||
+ if (mmap_reg == NULL) {
|
||||
+ syslog(LOG_ERR, "linkit mmap: null register cant unsetup");
|
||||
+ syslog(LOG_ERR, "linkit mmap: null register can't unsetup");
|
||||
+ return MRAA_ERROR_INVALID_RESOURCE;
|
||||
+ }
|
||||
+ munmap(mmap_reg, mmap_size);
|
||||
|
||||
Reference in New Issue
Block a user