From: Michal Suchanek <msuchanek@suse.de>
To: linuxppc-dev@lists.ozlabs.org
Cc: Michal Suchanek <msuchanek@suse.de>,
"Manoj N. Kumar" <manoj@linux.ibm.com>,
"Matthew R. Ochs" <mrochs@linux.ibm.com>,
Uma Krishnan <ukrishn@linux.ibm.com>,
"James E.J. Bottomley" <jejb@linux.ibm.com>,
"Martin K. Petersen" <martin.petersen@oracle.com>,
Tyrel Datwyler <tyreld@linux.ibm.com>,
Benjamin Herrenschmidt <benh@kernel.crashing.org>,
Paul Mackerras <paulus@samba.org>,
Michael Ellerman <mpe@ellerman.id.au>,
Michael Cyr <mikecyr@linux.ibm.com>,
linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org,
target-devel@vger.kernel.org
Subject: [PATCH 0/3] Fix fallthrough warnings.
Date: Thu, 29 Aug 2019 14:31:59 +0200 [thread overview]
Message-ID: <cover.1567081143.git.msuchanek@suse.de> (raw)
Build with recent compiler results in numerous fallthrough warnings.
The code looks correct to me so just adding the comments to quiet gcc.
Please review if the fallthrough was really intentional.
Thanks
Michal
Michal Suchanek (3):
scsi: cxlflash: Fix fallthrough warnings.
scsi: ibmvfc: Fix fallthrough warnings.
scsi: ibmvscsi: tgt: Fix fallthrough warnings.
drivers/scsi/cxlflash/main.c | 8 ++++++++
drivers/scsi/ibmvscsi/ibmvfc.c | 3 +++
drivers/scsi/ibmvscsi_tgt/ibmvscsi_tgt.c | 3 +++
3 files changed, 14 insertions(+)
--
2.12.3
WARNING: multiple messages have this Message-ID (diff)
From: Michal Suchanek <msuchanek@suse.de>
To: linuxppc-dev@lists.ozlabs.org
Cc: Tyrel Datwyler <tyreld@linux.ibm.com>,
Uma Krishnan <ukrishn@linux.ibm.com>,
target-devel@vger.kernel.org, linux-scsi@vger.kernel.org,
"Martin K. Petersen" <martin.petersen@oracle.com>,
"James E.J. Bottomley" <jejb@linux.ibm.com>,
linux-kernel@vger.kernel.org, Michael Cyr <mikecyr@linux.ibm.com>,
"Manoj N. Kumar" <manoj@linux.ibm.com>,
Paul Mackerras <paulus@samba.org>,
Michal Suchanek <msuchanek@suse.de>,
"Matthew R. Ochs" <mrochs@linux.ibm.com>
Subject: [PATCH 0/3] Fix fallthrough warnings.
Date: Thu, 29 Aug 2019 14:31:59 +0200 [thread overview]
Message-ID: <cover.1567081143.git.msuchanek@suse.de> (raw)
Build with recent compiler results in numerous fallthrough warnings.
The code looks correct to me so just adding the comments to quiet gcc.
Please review if the fallthrough was really intentional.
Thanks
Michal
Michal Suchanek (3):
scsi: cxlflash: Fix fallthrough warnings.
scsi: ibmvfc: Fix fallthrough warnings.
scsi: ibmvscsi: tgt: Fix fallthrough warnings.
drivers/scsi/cxlflash/main.c | 8 ++++++++
drivers/scsi/ibmvscsi/ibmvfc.c | 3 +++
drivers/scsi/ibmvscsi_tgt/ibmvscsi_tgt.c | 3 +++
3 files changed, 14 insertions(+)
--
2.12.3
WARNING: multiple messages have this Message-ID (diff)
From: Michal Suchanek <msuchanek@suse.de>
To: linuxppc-dev@lists.ozlabs.org
Cc: Michal Suchanek <msuchanek@suse.de>,
"Manoj N. Kumar" <manoj@linux.ibm.com>,
"Matthew R. Ochs" <mrochs@linux.ibm.com>,
Uma Krishnan <ukrishn@linux.ibm.com>,
"James E.J. Bottomley" <jejb@linux.ibm.com>,
"Martin K. Petersen" <martin.petersen@oracle.com>,
Tyrel Datwyler <tyreld@linux.ibm.com>,
Benjamin Herrenschmidt <benh@kernel.crashing.org>,
Paul Mackerras <paulus@samba.org>,
Michael Ellerman <mpe@ellerman.id.au>,
Michael Cyr <mikecyr@linux.ibm.com>,
linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org,
target-devel@vger.kernel.org
Subject: [PATCH 0/3] Fix fallthrough warnings.
Date: Thu, 29 Aug 2019 12:31:59 +0000 [thread overview]
Message-ID: <cover.1567081143.git.msuchanek@suse.de> (raw)
Build with recent compiler results in numerous fallthrough warnings.
The code looks correct to me so just adding the comments to quiet gcc.
Please review if the fallthrough was really intentional.
Thanks
Michal
Michal Suchanek (3):
scsi: cxlflash: Fix fallthrough warnings.
scsi: ibmvfc: Fix fallthrough warnings.
scsi: ibmvscsi: tgt: Fix fallthrough warnings.
drivers/scsi/cxlflash/main.c | 8 ++++++++
drivers/scsi/ibmvscsi/ibmvfc.c | 3 +++
drivers/scsi/ibmvscsi_tgt/ibmvscsi_tgt.c | 3 +++
3 files changed, 14 insertions(+)
--
2.12.3
next reply other threads:[~2019-08-29 12:32 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-08-29 12:31 Michal Suchanek [this message]
2019-08-29 12:31 ` [PATCH 0/3] Fix fallthrough warnings Michal Suchanek
2019-08-29 12:31 ` Michal Suchanek
2019-08-29 12:32 ` [PATCH 1/3] scsi: cxlflash: " Michal Suchanek
2019-08-29 12:32 ` Michal Suchanek
2019-08-29 20:34 ` Uma Krishnan
2019-08-29 21:32 ` Michal Suchánek
2019-08-29 21:32 ` Michal Suchánek
2019-08-29 21:30 ` Uma Krishnan
2019-08-29 21:30 ` Uma Krishnan
2019-08-29 12:32 ` [PATCH 2/3] scsi: ibmvfc: " Michal Suchanek
2019-08-29 12:32 ` Michal Suchanek
2019-08-29 12:32 ` [PATCH 3/3] scsi: ibmvscsi: tgt: " Michal Suchanek
2019-08-29 12:32 ` Michal Suchanek
2019-08-29 12:32 ` Michal Suchanek
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=cover.1567081143.git.msuchanek@suse.de \
--to=msuchanek@suse.de \
--cc=benh@kernel.crashing.org \
--cc=jejb@linux.ibm.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-scsi@vger.kernel.org \
--cc=linuxppc-dev@lists.ozlabs.org \
--cc=manoj@linux.ibm.com \
--cc=martin.petersen@oracle.com \
--cc=mikecyr@linux.ibm.com \
--cc=mpe@ellerman.id.au \
--cc=mrochs@linux.ibm.com \
--cc=paulus@samba.org \
--cc=target-devel@vger.kernel.org \
--cc=tyreld@linux.ibm.com \
--cc=ukrishn@linux.ibm.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.