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=-3.7 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 093D4C43333 for ; Fri, 20 Mar 2020 23:31:22 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id D2B7F20714 for ; Fri, 20 Mar 2020 23:31:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727534AbgCTXbV (ORCPT ); Fri, 20 Mar 2020 19:31:21 -0400 Received: from ms.lwn.net ([45.79.88.28]:44176 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726738AbgCTXbU (ORCPT ); Fri, 20 Mar 2020 19:31:20 -0400 Received: from lwn.net (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id 32E882D6; Fri, 20 Mar 2020 23:31:20 +0000 (UTC) Date: Fri, 20 Mar 2020 17:31:19 -0600 From: Jonathan Corbet To: Joe Perches Cc: Federico Vaga , Harry Wei , Alex Shi , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] coding-style.rst: Add fallthrough as an emacs keyword Message-ID: <20200320173119.2707c083@lwn.net> In-Reply-To: <7a2977ea9baacd1580ff80689f2c8f20d45b069d.camel@perches.com> References: <7a2977ea9baacd1580ff80689f2c8f20d45b069d.camel@perches.com> Organization: LWN.net MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 14 Mar 2020 14:13:59 -0700 Joe Perches wrote: > fallthrough was added as a pseudo-keyword by commit 294f69e662d1 > ("compiler_attributes.h: Add 'fallthrough' pseudo keyword for switch/case use") > > Add fallthrough as a keyword to the example .emacs content > so emacs can colorize or highlight the uses. > > Signed-off-by: Joe Perches > --- > > I've no idea how to remove the infinite monkeys jibe from the chinese translation Removing the "jibe" is a second change for this patch, and one which is not reflected in the changelog. If we want to sanitize the docs that's something we can talk about, but I don't want to sneak such changes in. Please split the patch and make sure the appropriate people are copied on that change. Thanks, jon