From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751925AbdIXIXE (ORCPT ); Sun, 24 Sep 2017 04:23:04 -0400 Received: from mail.sigma-star.at ([95.130.255.111]:45996 "EHLO mail.sigma-star.at" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751617AbdIXIXC (ORCPT ); Sun, 24 Sep 2017 04:23:02 -0400 From: Richard Weinberger To: Boris Brezillon Cc: Marek Vasut , Pavel Machek , dwmw2@infradead.org, computersforpeace@gmail.com, cyrille.pitchen@wedev4u.fr, linux-mtd@lists.infradead.org, linux-kernel@vger.kernel.org, trivial@kernel.org Subject: Re: [PATCH] Fix C++ kernel in include/linux/mtd/mtd.h Date: Sun, 24 Sep 2017 10:23:25 +0200 Message-ID: <9307201.RrdVcHfbLZ@blindfold> In-Reply-To: <20170924102006.5aa42982@bbrezillon> References: <20170923201314.GA14742@amd> <20170924102006.5aa42982@bbrezillon> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Am Sonntag, 24. September 2017, 10:20:06 CEST schrieb Boris Brezillon: > On Sat, 23 Sep 2017 23:10:26 +0200 > > Marek Vasut wrote: > > On 09/23/2017 10:13 PM, Pavel Machek wrote: > > > C++ comments look wrong in kernel tree. Fix one. > > > > AFAIR they are now (sadly) accepted, but this patch works for me. > > Works for me too. Here is my > > Acked-by: Boris Brezillon > > > Would be nice if trivial could pick it. > > Hm, I'd recommend not doing that, otherwise we might end up with a > conflict if a patch modify something in this area. Let's carry it via MTD. BTW: Shouldn't it be s/kernel/comment/ in the subject line? Thanks, //richard