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=-7.1 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS autolearn=no 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 D2961C433E1 for ; Fri, 17 Jul 2020 12:06:22 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A0B96206BE for ; Fri, 17 Jul 2020 12:06:22 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="aabBGO/8" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726386AbgGQMGW (ORCPT ); Fri, 17 Jul 2020 08:06:22 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50158 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726059AbgGQMGV (ORCPT ); Fri, 17 Jul 2020 08:06:21 -0400 Received: from mail-lj1-x241.google.com (mail-lj1-x241.google.com [IPv6:2a00:1450:4864:20::241]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3D36EC08C5C0 for ; Fri, 17 Jul 2020 05:06:21 -0700 (PDT) Received: by mail-lj1-x241.google.com with SMTP id f5so12273499ljj.10 for ; Fri, 17 Jul 2020 05:06:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=LJR0i6k7cO0ZZMPI9z4MOM+krNnMR1fBcC0/4RFxoRc=; b=aabBGO/8gdwSRkA/BTM3UdLB2r8u3KjxQfPB0aFML2rV2ttywdWnH96KH8Qq8+gwjk qRzYI7lSm4R0yDFu54T/gxVFsYj84X17IVGB7iNgU3E8MuVhBiV+x5SymzPAhd6Fc0y2 GEL8k/lj8gVhMb7CshyoECk/icp7txJXkBXD5U54sL1C+DWvjnp9+BCYWzV69XsLeY8O QRjDqd3wDlNx5SVGzMEZIuuFpIiDeoew8GJ02t33OzSEcpxOtbSWKR4bviqGQq1PaID0 1VOPixmOcBSH8zngj6epCfWITMdLCksuL8lTYXPhxaZ8PPdqHxc+g7qSXpa2QNpqloHx Z08g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=LJR0i6k7cO0ZZMPI9z4MOM+krNnMR1fBcC0/4RFxoRc=; b=CJHNSwDDjlb2r2apUqLJaySiz1/OaP6FGIGnEecp+ujfMs3z+O58gEvW1zkc1AT82L es49hxhqB3EULf2GcSynU2r9TZ5uxacJH0KBqk9w8QkSuBwDIJFrIwwnwGJO6GiCMDPl KVvBPdA/FUmfIHGQ/nF7ONZndURidgJBsnwsOjJ2ub1WOhZFVcuHiClDtp1ZGdrvKSYZ VvlBTwtY7ydl6I16NR+zWotRq9PjgKdZziViPRlDEGsS2PQ7zQQvDO9sFSrS6PArFTCh vOyQYv0t3j0Dvq3bDNYrT1cYPqqfcxzHRAZ8hfSNHqxgupKcrCU719BP2ObH19a+aEbx UvbA== X-Gm-Message-State: AOAM532fBiiAdPkNYGALAIjTaQWeceOY7Wzd7aJGrOQuHzAkEYLi7CnE x/XtUOzsA0imUEya5yGChFH5HX7mH+Z400Uc/WZdFg== X-Google-Smtp-Source: ABdhPJzM5ABK4ZPfUhITf86CQcHTzH09tokmVlULmlOslvOaUvuycksIQdKNexusQpjUZ7Pg1QWEtnYM7wvpKL6m+hA= X-Received: by 2002:a2e:9a4d:: with SMTP id k13mr4643357ljj.283.1594987579348; Fri, 17 Jul 2020 05:06:19 -0700 (PDT) MIME-Version: 1.0 References: <20200716212109.GA17525@embeddedor> In-Reply-To: <20200716212109.GA17525@embeddedor> From: Linus Walleij Date: Fri, 17 Jul 2020 14:06:08 +0200 Message-ID: Subject: Re: [PATCH][next] pinctrl: lpc18xx: Use fallthrough pseudo-keyword To: "Gustavo A. R. Silva" Cc: Vladimir Zapolskiy , "open list:GPIO SUBSYSTEM" , Linux ARM , "linux-kernel@vger.kernel.org" , "Gustavo A. R. Silva" Content-Type: text/plain; charset="UTF-8" Sender: linux-gpio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org On Thu, Jul 16, 2020 at 11:15 PM Gustavo A. R. Silva wrote: > Replace the existing /* fall through */ comments and its variants with > the new pseudo-keyword macro fallthrough[1]. > > [1] https://www.kernel.org/doc/html/latest/process/deprecated.html?highlight=fallthrough#implicit-switch-case-fall-through > > Signed-off-by: Gustavo A. R. Silva Patch applied. Yours, Linus Walleij 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=-7.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS autolearn=no 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 7E00EC433E0 for ; Fri, 17 Jul 2020 12:07:44 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 46D59206BE for ; Fri, 17 Jul 2020 12:07:44 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="LuS4SIks"; dkim=fail reason="signature verification failed" (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="aabBGO/8" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 46D59206BE Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linaro.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:To:Subject:Message-ID:Date:From:In-Reply-To: References:MIME-Version:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=Yh1NpxIVG2BXyUx/VGnfoRGyDF18XOn52ciSZDEUwsM=; b=LuS4SIks03HFOu7iP+7URFHkO m96D161bHBwnusr5IKrPHwrlpQBsOkwMkLzgiZpOK7eAxRg5GtIIIDekSnQL9GmATC2AdhtlhJsew 2hn5Dipc6ZNFBYH5aJuQAoYyrkgyva0Sisx65zfMNNIhJ2WQXDrl2jRQbdDd0FefTHYn3b4dicgUe dtTlKsz5ESUibHhKOTzq1pTf5gdu2mq+3rbuw0D5BeQkYC2GKKtnmhOFbNzF0gkf19In0F368mAI0 RDMZSavcWE7S7KArspcshJw56tGpVqsP0HYT0/vD9cNSm0iEShc9kKclt03kQnbt+Rwxvr+OFgTBy Rq+ZnXTUg==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jwP8C-00015b-0e; Fri, 17 Jul 2020 12:06:24 +0000 Received: from mail-lj1-x241.google.com ([2a00:1450:4864:20::241]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1jwP89-00014o-8M for linux-arm-kernel@lists.infradead.org; Fri, 17 Jul 2020 12:06:22 +0000 Received: by mail-lj1-x241.google.com with SMTP id x9so12288613ljc.5 for ; Fri, 17 Jul 2020 05:06:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=LJR0i6k7cO0ZZMPI9z4MOM+krNnMR1fBcC0/4RFxoRc=; b=aabBGO/8gdwSRkA/BTM3UdLB2r8u3KjxQfPB0aFML2rV2ttywdWnH96KH8Qq8+gwjk qRzYI7lSm4R0yDFu54T/gxVFsYj84X17IVGB7iNgU3E8MuVhBiV+x5SymzPAhd6Fc0y2 GEL8k/lj8gVhMb7CshyoECk/icp7txJXkBXD5U54sL1C+DWvjnp9+BCYWzV69XsLeY8O QRjDqd3wDlNx5SVGzMEZIuuFpIiDeoew8GJ02t33OzSEcpxOtbSWKR4bviqGQq1PaID0 1VOPixmOcBSH8zngj6epCfWITMdLCksuL8lTYXPhxaZ8PPdqHxc+g7qSXpa2QNpqloHx Z08g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=LJR0i6k7cO0ZZMPI9z4MOM+krNnMR1fBcC0/4RFxoRc=; b=d+nF00Y+uRpZ/1k1DWT+hjq1jPe2UtenvxZzMKhMJoUZcOa5g7kdWN+QMw3AcoW9cX fvGJKbaiGJWDnv578aSc42fVvTcVJzpYQ1Jx3q0EmS6Cvq6VtuuGZiAN/7hCyCfVinu5 EhzBUNi8PuN9MlZrDqs+tLRZCp8Ukm4JDjyl/N2v7rIP5z216kXY5vsOEqrQtEI0Sihp XBH7MWDV3JMEE7dtQgr8rUGfp6dO8JDDqIYdkA6v1urfFBzJVag48Gp++CLMQLzF+JuO LlPiPIwQdf1IeJkexDxS8+dWhbF2X21T+Gw8y/ftTeGqPAUsoJsCoGo6nrC5aKs1mA0O tpHw== X-Gm-Message-State: AOAM533Yt6X8IXpkyIE4lpetSmoRVrx+kyOQwh+J3vLOHl52lF4w/E2Y NAj1WuSm9Xhk1Y8iXknjzghONyaqvZWnu9i6e4dE4i6oBzY= X-Google-Smtp-Source: ABdhPJzM5ABK4ZPfUhITf86CQcHTzH09tokmVlULmlOslvOaUvuycksIQdKNexusQpjUZ7Pg1QWEtnYM7wvpKL6m+hA= X-Received: by 2002:a2e:9a4d:: with SMTP id k13mr4643357ljj.283.1594987579348; Fri, 17 Jul 2020 05:06:19 -0700 (PDT) MIME-Version: 1.0 References: <20200716212109.GA17525@embeddedor> In-Reply-To: <20200716212109.GA17525@embeddedor> From: Linus Walleij Date: Fri, 17 Jul 2020 14:06:08 +0200 Message-ID: Subject: Re: [PATCH][next] pinctrl: lpc18xx: Use fallthrough pseudo-keyword To: "Gustavo A. R. Silva" X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200717_080621_400308_6A13593B X-CRM114-Status: UNSURE ( 5.57 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: "open list:GPIO SUBSYSTEM" , "Gustavo A. R. Silva" , "linux-kernel@vger.kernel.org" , Linux ARM , Vladimir Zapolskiy Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Thu, Jul 16, 2020 at 11:15 PM Gustavo A. R. Silva wrote: > Replace the existing /* fall through */ comments and its variants with > the new pseudo-keyword macro fallthrough[1]. > > [1] https://www.kernel.org/doc/html/latest/process/deprecated.html?highlight=fallthrough#implicit-switch-case-fall-through > > Signed-off-by: Gustavo A. R. Silva Patch applied. Yours, Linus Walleij _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel