* [PATCH] nvmet-fc: remove repeated word from comment
@ 2024-01-17 4:43 Chaitanya Kulkarni
2024-01-17 14:05 ` Sagi Grimberg
0 siblings, 1 reply; 2+ messages in thread
From: Chaitanya Kulkarni @ 2024-01-17 4:43 UTC (permalink / raw)
To: james.smart; +Cc: linux-nvme, hch, sagi, Chaitanya Kulkarni
Remove the repeated word "port" from the comment. Also, since there is
an ample space to accommodate more words per line by maintaining
80-char limit use this opportunity to adjust the overall comment.
Signed-off-by: Chaitanya Kulkarni <kch@nvidia.com>
---
drivers/nvme/target/fc.c | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/drivers/nvme/target/fc.c b/drivers/nvme/target/fc.c
index bda7a3009e85..757a7348a8b0 100644
--- a/drivers/nvme/target/fc.c
+++ b/drivers/nvme/target/fc.c
@@ -1315,12 +1315,11 @@ nvmet_fc_portentry_unbind_tgt(struct nvmet_fc_tgtport *tgtport)
}
/*
- * called when a new targetport is registered. Looks in the
- * existing nvmet port_entries to see if the nvmet layer is
- * configured for the targetport's wwn's. (the targetport existed,
- * nvmet configured, the lldd unregistered the tgtport, and is now
- * reregistering the same targetport). If so, set the nvmet port
- * port entry on the targetport.
+ * called when a new targetport is registered. Looks in the existing nvmet
+ * port_entries to see if the nvmet layer is configured for the targetport's
+ * wwn's. (the targetport existed, nvmet configured, the lldd unregistered the
+ * tgtport, and is now reregistering the same targetport). If so, set the
+ * nvmet port entry on the targetport.
*/
static void
nvmet_fc_portentry_rebind_tgt(struct nvmet_fc_tgtport *tgtport)
--
2.40.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] nvmet-fc: remove repeated word from comment
2024-01-17 4:43 [PATCH] nvmet-fc: remove repeated word from comment Chaitanya Kulkarni
@ 2024-01-17 14:05 ` Sagi Grimberg
0 siblings, 0 replies; 2+ messages in thread
From: Sagi Grimberg @ 2024-01-17 14:05 UTC (permalink / raw)
To: Chaitanya Kulkarni, james.smart; +Cc: linux-nvme, hch
OK,
Reviewed-by: Sagi Grimberg <sagi@grimberg.me>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-01-17 14:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-17 4:43 [PATCH] nvmet-fc: remove repeated word from comment Chaitanya Kulkarni
2024-01-17 14:05 ` Sagi Grimberg
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox