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=-2.1 required=3.0 tests=DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_PASS,T_DKIM_INVALID, USER_AGENT_MUTT 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 769B9C6778A for ; Tue, 3 Jul 2018 16:13:54 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 28F962147E for ; Tue, 3 Jul 2018 16:13:54 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=roeck-us.net header.i=@roeck-us.net header.b="Sy8LlTbm" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 28F962147E Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=roeck-us.net Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933743AbeGCQNv (ORCPT ); Tue, 3 Jul 2018 12:13:51 -0400 Received: from bh-25.webhostbox.net ([208.91.199.152]:46635 "EHLO bh-25.webhostbox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932392AbeGCQNt (ORCPT ); Tue, 3 Jul 2018 12:13:49 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=roeck-us.net; s=default; h=In-Reply-To:Content-Type:MIME-Version:References :Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To:Content-Transfer-Encoding :Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=37nOL1sjCgFWBFtctYVqTF2gmdsybcLv7fW9UCzeyL4=; b=Sy8LlTbmauH7XNXkxnxkLXW35q E50wji7i71aBXlWYBELtGzcNxDvOgo6zKs691atNtym7av9MctudrmfLohLJ/gNYlq49XdSkshM2c 16ARtuZoFA9yYXQtdGUTMpasg0qFfOLbPzLOkPpu7pE4cXu0lXdM0aYLPlQP0A+ki0EDo5NRJ0OTq rZaR0hzqR2czfMZTObgyCWGvv9DqaB4UmBVmt+Kh4o72a7l3tQrhFmltMQzm9aN3kwTmJCrXhe1t4 0p3f97eNiQXIxOquUbd3JKqoRYq7Qv3h1WwDqxo+Hlq7pOHiAh4xS0vEHVcwv2k0vN3MUGKumCtw5 vq/2JOhA==; Received: from 108-223-40-66.lightspeed.sntcca.sbcglobal.net ([108.223.40.66]:38628 helo=localhost) by bh-25.webhostbox.net with esmtpa (Exim 4.89) (envelope-from ) id 1faNw4-0027nZ-WF; Tue, 03 Jul 2018 16:13:49 +0000 Date: Tue, 3 Jul 2018 09:13:48 -0700 From: Guenter Roeck To: "Gustavo A. R. Silva" Cc: Jean Delvare , linux-hwmon@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: hwmon: Mark expected switch fall-throughs Message-ID: <20180703161348.GA17749@roeck-us.net> References: <20180702213017.GA27242@embeddedor.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180702213017.GA27242@embeddedor.com> User-Agent: Mutt/1.5.24 (2015-08-30) X-Authenticated_sender: guenter@roeck-us.net X-OutGoing-Spam-Status: No, score=-1.0 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - bh-25.webhostbox.net X-AntiAbuse: Original Domain - vger.kernel.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - roeck-us.net X-Get-Message-Sender-Via: bh-25.webhostbox.net: authenticated_id: guenter@roeck-us.net X-Authenticated-Sender: bh-25.webhostbox.net: guenter@roeck-us.net X-Source: X-Source-Args: X-Source-Dir: Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jul 02, 2018 at 04:30:17PM -0500, Gustavo A. R. Silva wrote: > In preparation to enabling -Wimplicit-fallthrough, mark switch cases > where we are expecting to fall through. > > Signed-off-by: Gustavo A. R. Silva > Reviewed-by: Jean Delvare Applied to hwmon-next. Thanks, Guenter