From: minwoo.im.dev@gmail.com (Minwoo Im)
Subject: [PATCH 2/2] nvme-cli: remove unnecessary initialize of local var
Date: Fri, 17 May 2019 02:23:50 +0900 [thread overview]
Message-ID: <20190516172350.11864-3-minwoo.im.dev@gmail.com> (raw)
In-Reply-To: <20190516172350.11864-1-minwoo.im.dev@gmail.com>
This patch does not have any functional changes here. Just clean-up the
unnecessary initialize.
Signed-off-by: Minwoo Im <minwoo.im.dev at gmail.com>
---
fabrics.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fabrics.c b/fabrics.c
index 733a24b..573a6ef 100644
--- a/fabrics.c
+++ b/fabrics.c
@@ -1180,7 +1180,7 @@ int disconnect(const char *desc, int argc, char **argv)
int disconnect_all(const char *desc, int argc, char **argv)
{
struct subsys_list_item *slist;
- int i, j, ret = 0, subcnt = 0;
+ int i, j, ret, subcnt = 0;
const struct argconfig_commandline_options command_line_options[] = {
{NULL},
};
--
2.21.0
next prev parent reply other threads:[~2019-05-16 17:23 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <CGME20190516172415epcas4p4c4e3f6ce4d62a28cf4632f3fa766e861@epcms2p6>
2019-05-16 17:23 ` [PATCH 0/2] nvme-cli: fix disconnect-all for pcie tp Minwoo Im
2019-05-16 17:23 ` [PATCH 1/2] nvme-cli: don't try to disconnect for ctrl with pcie transport Minwoo Im
2019-05-16 23:08 ` Chaitanya Kulkarni
2019-05-27 5:05 ` Minwoo Im
2019-05-16 17:23 ` Minwoo Im [this message]
2019-05-16 23:02 ` [PATCH 2/2] nvme-cli: remove unnecessary initialize of local var Chaitanya Kulkarni
2019-05-23 4:22 ` [PATCH 0/2] nvme-cli: fix disconnect-all for pcie tp Minwoo Im
2019-05-24 8:22 ` Sagi Grimberg
2019-05-24 14:45 ` Keith Busch
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190516172350.11864-3-minwoo.im.dev@gmail.com \
--to=minwoo.im.dev@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.