On 5/14/20 10:23 AM, Logan Gunthorpe wrote: > + if (subsys->nr_namespaces) { > + pr_info("cannot enable both passthru and regular namespaces for > a single subsystem");
Let's try and keep the error message witin 80 char per line or split the message into two pr_info() calls,how about this ? pr_info("cannot enable passthru & regular namespaces\n")