Remove carriage returns from files

This commit is contained in:
Gregory Nutt
2016-01-23 15:23:02 -06:00
parent 075bc100a1
commit 5e5cdd6ea4
2 changed files with 267 additions and 267 deletions
+11 -11
View File
@@ -171,16 +171,16 @@ int board_app_initialize(void)
}
#endif
#ifdef CONFIG_FS_PROCFS
/* Mount the procfs file system */
ret = mount(NULL, SAMA5_PROCFS_MOUNTPOINT, "procfs", 0, NULL);
if (ret < 0)
{
syslog(LOG_ERR, "ERROR: Failed to mount procfs at %s: %d\n",
SAMA5_PROCFS_MOUNTPOINT, ret);
}
#endif
#ifdef CONFIG_FS_PROCFS
/* Mount the procfs file system */
ret = mount(NULL, SAMA5_PROCFS_MOUNTPOINT, "procfs", 0, NULL);
if (ret < 0)
{
syslog(LOG_ERR, "ERROR: Failed to mount procfs at %s: %d\n",
SAMA5_PROCFS_MOUNTPOINT, ret);
}
#endif
return OK;
}
File diff suppressed because it is too large Load Diff