From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.1 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_PASS,UNPARSEABLE_RELAY autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8960FC43387 for ; Fri, 21 Dec 2018 00:52:35 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 4B472218E2 for ; Fri, 21 Dec 2018 00:52:35 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=oracle.com header.i=@oracle.com header.b="f1LkJkad" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388362AbeLUAwe (ORCPT ); Thu, 20 Dec 2018 19:52:34 -0500 Received: from userp2130.oracle.com ([156.151.31.86]:32950 "EHLO userp2130.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731018AbeLUAwd (ORCPT ); Thu, 20 Dec 2018 19:52:33 -0500 Received: from pps.filterd (userp2130.oracle.com [127.0.0.1]) by userp2130.oracle.com (8.16.0.22/8.16.0.22) with SMTP id wBL0iiiU111952; Fri, 21 Dec 2018 00:52:19 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=oracle.com; h=to : cc : subject : from : references : date : in-reply-to : message-id : mime-version : content-type; s=corp-2018-07-02; bh=cSSM4nMAlREzOf+pJHqmwNxqlMQF07ziS+PjewfA1LM=; b=f1LkJkada+cGhA9HKb2P8U2IlSgEIrkGnaHQp5pVQka0GJQYvdBIJpFfDojkHEokOlY4 LpydYLYF6jrWt3PGpFyrL3oqryJvuLMn4a53PlhHef22NkU9sbzotPcQBNFqXVluE2g3 Ssc5x1Lg+3TjQZ3EKlWSqyFZ5fypXzWFgA1eZBD12Rv4xC25O5Tb3Dqwk5v7Rx73eeu+ chpOfiXf0q1KZoZVTZgGKzamqZdkd3rS+rTHKlPyytRcDcHC5+MpTLe7L3QubqTxT8z3 Yhf3zIeJhJLt9hCzd64jJKVIE+k41gJ5rU96Nt5yNhqN1tmc8SEl5cASi+zN4JbBZRTk 2A== Received: from aserv0021.oracle.com (aserv0021.oracle.com [141.146.126.233]) by userp2130.oracle.com with ESMTP id 2pfh3aa1je-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Fri, 21 Dec 2018 00:52:19 +0000 Received: from aserv0121.oracle.com (aserv0121.oracle.com [141.146.126.235]) by aserv0021.oracle.com (8.14.4/8.14.4) with ESMTP id wBL0qDnP015696 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Fri, 21 Dec 2018 00:52:13 GMT Received: from abhmp0004.oracle.com (abhmp0004.oracle.com [141.146.116.10]) by aserv0121.oracle.com (8.14.4/8.13.8) with ESMTP id wBL0qDAl008318; Fri, 21 Dec 2018 00:52:13 GMT Received: from ca-mkp.ca.oracle.com (/10.159.214.123) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Thu, 20 Dec 2018 16:52:13 -0800 To: "Gustavo A. R. Silva" Cc: Hannes Reinecke , "James E.J. Bottomley" , "Martin K. Petersen" , linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 32/41] scsi: myrb: Mark expected switch fall-throughs From: "Martin K. Petersen" Organization: Oracle Corporation References: <15cf75b544d6b2eae77ba98cd201620b44abec36.1543374820.git.gustavo@embeddedor.com> Date: Thu, 20 Dec 2018 19:52:10 -0500 In-Reply-To: <15cf75b544d6b2eae77ba98cd201620b44abec36.1543374820.git.gustavo@embeddedor.com> (Gustavo A. R. Silva's message of "Tue, 27 Nov 2018 22:32:52 -0600") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Proofpoint-Virus-Version: vendor=nai engine=5900 definitions=9113 signatures=668680 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 suspectscore=0 malwarescore=0 phishscore=0 bulkscore=0 spamscore=0 mlxscore=0 mlxlogscore=684 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1810050000 definitions=main-1812210003 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Gustavo A., > In preparation to enabling -Wimplicit-fallthrough, mark switch cases > where we are expecting to fall through. Applied to 4.21/scsi-queue. Thanks. -- Martin K. Petersen Oracle Linux Engineering