All of lore.kernel.org
 help / color / mirror / Atom feed
From: ding.yemin@zte.com.cn
To: Christophe Varoqui <christophe.varoqui@opensvc.com>
Cc: tang.junhui@zte.com.cn, zhang.kai16@zte.com.cn,
	"ding.yemin" <ding.yemin@zte.com.cn>,
	dm-devel@redhat.com
Subject: [PATCH] Add break for switch-case in prin_do_scsi_ioctl().
Date: Tue, 25 Oct 2016 14:41:56 +0800	[thread overview]
Message-ID: <1477377716-9528-1-git-send-email-ding.yemin@zte.com.cn> (raw)

From: "ding.yemin" <ding.yemin@zte.com.cn>

Add break for switch-case in prin_do_scsi_ioctl().
---
 libmpathpersist/mpath_pr_ioctl.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libmpathpersist/mpath_pr_ioctl.c b/libmpathpersist/mpath_pr_ioctl.c
index 8b9ac3d..ffe7468 100644
--- a/libmpathpersist/mpath_pr_ioctl.c
+++ b/libmpathpersist/mpath_pr_ioctl.c
@@ -392,6 +392,7 @@ retry :
 			break;
 		case MPATH_PRIN_RFSTAT_SA :
 			mpath_format_readfullstatus(resp, got, noisy);
+			break;
 	}
 
 out:
-- 
2.8.1.windows.1

             reply	other threads:[~2016-10-25  6:41 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-25  6:41 ding.yemin [this message]
2016-10-25  6:56 [PATCH] Add break for switch-case in prin_do_scsi_ioctl() ding.yemin

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=1477377716-9528-1-git-send-email-ding.yemin@zte.com.cn \
    --to=ding.yemin@zte.com.cn \
    --cc=christophe.varoqui@opensvc.com \
    --cc=dm-devel@redhat.com \
    --cc=tang.junhui@zte.com.cn \
    --cc=zhang.kai16@zte.com.cn \
    /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.