Commit 36ca03c8 authored by Israel Rukshin's avatar Israel Rukshin Committed by Christoph Hellwig

nvmet: Fix nvmet_is_port_enabled indentation

Remove extra tab.
Signed-off-by: default avatarIsrael Rukshin <israelr@nvidia.com>
Reviewed-by: default avatarMax Gurtovoy <mgurtovoy@nvidia.com>
Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
parent cc345622
...@@ -45,7 +45,7 @@ static bool nvmet_is_port_enabled(struct nvmet_port *p, const char *caller) ...@@ -45,7 +45,7 @@ static bool nvmet_is_port_enabled(struct nvmet_port *p, const char *caller)
{ {
if (p->enabled) if (p->enabled)
pr_err("Disable port '%u' before changing attribute in %s\n", pr_err("Disable port '%u' before changing attribute in %s\n",
le16_to_cpu(p->disc_addr.portid), caller); le16_to_cpu(p->disc_addr.portid), caller);
return p->enabled; return p->enabled;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment