for (i = 0; i < relasec->sh_size / sizeof(Elf_Rela); i++) {
                sym = pmod->core_kallsyms.symtab + ELF_R_SYM(relas[i].r_info);
                if (sym->st_shndx != SHN_LIVEPATCH) {
-                       pr_err("symbol %s is not marked as a livepatch symbol",
+                       pr_err("symbol %s is not marked as a livepatch symbol\n",
                               strtab + sym->st_name);
                        return -EINVAL;
                }
                             ".klp.sym.%55[^.].%127[^,],%lu",
                             objname, symname, &sympos);
                if (cnt != 3) {
-                       pr_err("symbol %s has an incorrectly formatted name",
+                       pr_err("symbol %s has an incorrectly formatted name\n",
                               strtab + sym->st_name);
                        return -EINVAL;
                }
                 */
                cnt = sscanf(secname, ".klp.rela.%55[^.]", sec_objname);
                if (cnt != 1) {
-                       pr_err("section %s has an incorrectly formatted name",
+                       pr_err("section %s has an incorrectly formatted name\n",
                               secname);
                        ret = -EINVAL;
                        break;
                return -EINVAL;
 
        if (!is_livepatch_module(patch->mod)) {
-               pr_err("module %s is not marked as a livepatch module",
+               pr_err("module %s is not marked as a livepatch module\n",
                       patch->mod->name);
                return -EINVAL;
        }