Merge branch 'linux-4.6' of git://github.com/skeggsb/linux into drm-fixes
[deliverable/linux.git] / mm / percpu-km.c
index 0db94b7489860b8c1ab01259cb6c9258f125f355..d66911ff42d9618dd73107548e4f99b06d2f98ef 100644 (file)
@@ -95,7 +95,7 @@ static int __init pcpu_verify_alloc_info(const struct pcpu_alloc_info *ai)
 
        /* all units must be in a single group */
        if (ai->nr_groups != 1) {
-               pr_crit("percpu: can't handle more than one groups\n");
+               pr_crit("can't handle more than one group\n");
                return -EINVAL;
        }
 
@@ -103,7 +103,7 @@ static int __init pcpu_verify_alloc_info(const struct pcpu_alloc_info *ai)
        alloc_pages = roundup_pow_of_two(nr_pages);
 
        if (alloc_pages > nr_pages)
-               pr_warn("percpu: wasting %zu pages per chunk\n",
+               pr_warn("wasting %zu pages per chunk\n",
                        alloc_pages - nr_pages);
 
        return 0;
This page took 0.025164 seconds and 5 git commands to generate.