Re: [PATCH v13 8/9] nvmet-passthru: Add enable/disable helpers

From: Chaitanya Kulkarni
Date: Thu Jun 11 2020 - 19:05:13 EST


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")