Received: by 2002:a25:ca44:0:0:0:0:0 with SMTP id a65csp1902821ybg; Thu, 30 Jul 2020 05:51:04 -0700 (PDT) X-Google-Smtp-Source: ABdhPJx+4pB44jbL4auwFkhivPgI1LCqRzsTY5gyHQ+oauZBULO8ALLSVwjyPbV7Pqvbr7DgjBSD X-Received: by 2002:a17:906:e0d:: with SMTP id l13mr2573497eji.434.1596113463837; Thu, 30 Jul 2020 05:51:03 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1596113463; cv=none; d=google.com; s=arc-20160816; b=QTsDTiWGZ0EkeNbVcfI+H2hCoMSmLs5UAi2ZD1M7t7MoTkZorqtlHQBe6uQJvP/6d8 TK2PQ+plsvOfQWLp8ZyCtXP1kNLTwp3SqORtToPEAsuDgvSlfe71UlY0ND+FirCkiLE8 3onu8ny8JUaXACPcnTOn3ocu9Dtz43QKu9h6joTgIPSg90HgnCDaz80IwbPvpweuDZIl qJH3SMSGzJhE8cPNaT6X0A+enD/3h0VX2IGJJY3Jk24tAfFwq3wCGb+6oCyxm2iulUbl WS4m6I+aBmZ9DL/yAkKVo7yaHFamu+7g40/jNcV585rK4z68OwVQFMTYexifig54VFXH CDwQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:date:message-id:subject:references :in-reply-to:cc:to:from; bh=BPUV2y6fpdQmD6UdWFP4GC1wz2ygutgIF3yOFtY1RmI=; b=M/ZsKqQmRnUG8vsRzETGTEXehaN6lCm70/cculVhuXitZQGlfSUqK/GkZUO8961dN9 LRtl+4zXDmU4toYN83p+IHcveI1bsCAZTQVACUAE1mP+Xu8s3ZbgM67Clq/M4yRg5X3a zq0+Xkuo+t1qQwYRKIcfsHZ0HguPecq65vORqqgwW2I7jSXyQco91ar97Kz1CNQut5SM r5PPXj/g69hhTYsDTsKr0f/jiYKx9AZBllm93jTTOv6aFK8XZwnK4vct7dhgRVNYXgvu YQBkcq3tmwN4NDKrsqq+ZpweA+2+nTMr1fOpN+oeZAlQfTVPbecNwpaRE5+m7lTrKd+w LqFg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id t15si3275783ejx.660.2020.07.30.05.50.42; Thu, 30 Jul 2020 05:51:03 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727844AbgG3MuW (ORCPT + 99 others); Thu, 30 Jul 2020 08:50:22 -0400 Received: from ozlabs.org ([203.11.71.1]:39773 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726535AbgG3MuW (ORCPT ); Thu, 30 Jul 2020 08:50:22 -0400 Received: by ozlabs.org (Postfix, from userid 1034) id 4BHVcs2W6Vz9sSd; Thu, 30 Jul 2020 22:50:20 +1000 (AEST) From: Michael Ellerman To: Paul Mackerras , "Gustavo A. R. Silva" , Michael Ellerman , Benjamin Herrenschmidt Cc: linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org In-Reply-To: <20200727224201.GA10133@embeddedor> References: <20200727224201.GA10133@embeddedor> Subject: Re: [PATCH][next] powerpc: Use fallthrough pseudo-keyword Message-Id: <159611327982.1601380.9594499163506768565.b4-ty@ellerman.id.au> Date: Thu, 30 Jul 2020 22:50:20 +1000 (AEST) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 27 Jul 2020 17:42:01 -0500, Gustavo A. R. Silva wrote: > Replace the existing /* fall through */ comments and its variants with > the new pseudo-keyword macro fallthrough[1]. Also, remove unnecessary > fall-through markings when it is the case. > > [1] https://www.kernel.org/doc/html/v5.7/process/deprecated.html?highlight=fallthrough#implicit-switch-case-fall-through Applied to powerpc/next. [1/1] powerpc: Use fallthrough pseudo-keyword https://git.kernel.org/powerpc/c/5e66a0cb5fbdc76f9ad86a1e8f43256dbad29ef7 cheers