mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-17 17:24:17 +08:00
nvmet: Fix nvmet_is_port_enabled indentation
Remove extra tab. Signed-off-by: Israel Rukshin <israelr@nvidia.com> Reviewed-by: Max Gurtovoy <mgurtovoy@nvidia.com> Signed-off-by: Christoph Hellwig <hch@lst.de>
This commit is contained in:
parent
cc34562261
commit
36ca03c830
@ -45,7 +45,7 @@ static bool nvmet_is_port_enabled(struct nvmet_port *p, const char *caller)
|
||||
{
|
||||
if (p->enabled)
|
||||
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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user