Merge tag 'iwlwifi-next-for-kalle-2014-12-30' of https://git.kernel.org/pub/scm/linux...
[cascardo/linux.git] / arch / tile / kernel / kprobes.c
index 27cdcac..f8a45c5 100644 (file)
@@ -90,8 +90,7 @@ int __kprobes arch_prepare_kprobe(struct kprobe *p)
                return -EINVAL;
 
        if (insn_has_control(*p->addr)) {
-               pr_notice("Kprobes for control instructions are not "
-                         "supported\n");
+               pr_notice("Kprobes for control instructions are not supported\n");
                return -EINVAL;
        }