Andrew Morton <[email protected]> writes: > On Thu, 26 Jun 2014 00:28:18 +0200 Rasmus Villemoes > <[email protected]> wrote: > >> Minor comment: Won't this end up saying "list_sort_test: list passed to >> ...", despite the list coming from a 'real' user? Maybe change the first >> #define to '"list_sort: " fmt', the above message to "passed list too >> long for efficiency", and redefine pr_fmt right after #ifdef >> CONFIG_TEST_LIST_SORT. > > Yeah, I was hoping nobody would notice that ;) > > How about just > > printk_once(KERN_DEBUG "list too long for efficiency\n");
FWIW, fine by me. Rasmus -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

