Kernel/sysfs - (minor) Fixed extra newline in log message
authorJohn Hodge <[email protected]>
Sun, 22 Sep 2013 15:38:44 +0000 (23:38 +0800)
committerJohn Hodge <[email protected]>
Sun, 22 Sep 2013 15:38:44 +0000 (23:38 +0800)
KernelLand/Kernel/drv/proc.c

index 44cb818..03288ae 100644 (file)
@@ -202,7 +202,7 @@ int SysFS_RegisterFile(const char *Path, const char *Data, int Length)
                        break;
        }
        if( child ) {
-               Log_Warning("SysFS", "'%s' is taken (in '%s')\n", &Path[start], Path);
+               Log_Warning("SysFS", "'%s' is taken (in '%s')", &Path[start], Path);
                return 0;
        }
        

UCC git Repository :: git.ucc.asn.au