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=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 B23A0C48BD6 for ; Thu, 27 Jun 2019 07:39:59 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 8D56A205C9 for ; Thu, 27 Jun 2019 07:39:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726632AbfF0Hj6 convert rfc822-to-8bit (ORCPT ); Thu, 27 Jun 2019 03:39:58 -0400 Received: from lithops.sigma-star.at ([195.201.40.130]:41470 "EHLO lithops.sigma-star.at" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726408AbfF0Hj5 (ORCPT ); Thu, 27 Jun 2019 03:39:57 -0400 Received: from localhost (localhost [127.0.0.1]) by lithops.sigma-star.at (Postfix) with ESMTP id A3E9C6058371; Thu, 27 Jun 2019 09:39:55 +0200 (CEST) Received: from lithops.sigma-star.at ([127.0.0.1]) by localhost (lithops.sigma-star.at [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id tvWP0UWhmkVX; Thu, 27 Jun 2019 09:39:54 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by lithops.sigma-star.at (Postfix) with ESMTP id 146576088966; Thu, 27 Jun 2019 09:39:54 +0200 (CEST) Received: from lithops.sigma-star.at ([127.0.0.1]) by localhost (lithops.sigma-star.at [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id r-gwNHDINXTn; Thu, 27 Jun 2019 09:39:54 +0200 (CEST) Received: from lithops.sigma-star.at (lithops.sigma-star.at [195.201.40.130]) by lithops.sigma-star.at (Postfix) with ESMTP id D07A46058370; Thu, 27 Jun 2019 09:39:53 +0200 (CEST) Date: Thu, 27 Jun 2019 09:39:53 +0200 (CEST) From: Richard Weinberger To: Masahiro Yamada Cc: David Woodhouse , Brian Norris , Marek Vasut , Miquel Raynal , Vignesh Raghavendra , linux-mtd , linux-kernel Message-ID: <363893471.18166.1561621193771.JavaMail.zimbra@nod.at> In-Reply-To: <20190627070745.9561-1-yamada.masahiro@socionext.com> References: <20190627070745.9561-1-yamada.masahiro@socionext.com> Subject: Re: [PATCH] mtd: abi: do not use C++ style comments in uapi header MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8BIT X-Originating-IP: [195.201.40.130] X-Mailer: Zimbra 8.8.12_GA_3807 (ZimbraWebClient - FF60 (Linux)/8.8.12_GA_3809) Thread-Topic: do not use C++ style comments in uapi header Thread-Index: 2PQpdijhcDac/HQZ/2uT6aaag+Q+mw== Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org ----- Ursprüngliche Mail ----- > Von: "Masahiro Yamada" > An: "David Woodhouse" , "Brian Norris" , "Marek Vasut" > , "Miquel Raynal" , "richard" , "Vignesh Raghavendra" > , "linux-mtd" > CC: "Masahiro Yamada" , "linux-kernel" > Gesendet: Donnerstag, 27. Juni 2019 09:07:45 > Betreff: [PATCH] mtd: abi: do not use C++ style comments in uapi header > Linux kernel tolerates C++ style comments these days. Actually, the > SPDX License tags for .c files start with //. > > On the other hand, uapi headers are written in more strict C, where > the C++ comment style is forbidden. > > Signed-off-by: Masahiro Yamada Acked-by: Richard Weinberger Thanks, //richard