style: los_disk_cache_clear error message has no \n(LF)

Close #I3NCDD
This commit is contained in:
Far 2021-04-21 11:01:09 +08:00
parent 6ee33eb893
commit 5f6f683fab
1 changed files with 1 additions and 1 deletions

View File

@ -1152,7 +1152,7 @@ INT32 los_disk_cache_clear(INT32 drvID)
result = OsSdSync(drvID);
if (result != 0) {
PRINTK("[ERROR]disk cache clear failed!n");
PRINTK("[ERROR]disk_cache_clear SD sync failed!\n");
return result;
}