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=-17.3 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 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 96951C433B4 for ; Tue, 18 May 2021 18:41:55 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6736B61209 for ; Tue, 18 May 2021 18:41:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1351620AbhERSnN (ORCPT ); Tue, 18 May 2021 14:43:13 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56378 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1351619AbhERSnM (ORCPT ); Tue, 18 May 2021 14:43:12 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AA1F1C061573; Tue, 18 May 2021 11:41:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Content-Transfer-Encoding: Content-Type:In-Reply-To:MIME-Version:Date:Message-ID:From:References:Cc:To: Subject:Sender:Reply-To:Content-ID:Content-Description; bh=AXHfQEiZb4FEClTJpPTzUe0awna37gKzJrDJwe4H3PM=; b=edwnqHvMraw5cTKcTgefcWikbi LpZmbCir/yE1mN7DGgu4u4bA8pO2oRhiQoidj8JlgxBp+NBQqfOXWoIgnqzdudt1fNtyAdL6H2owF bJyQf1p2PLGLZEINXorxXg8cSHZus0ZHdI2uS05ly5i0UpF+EnXFUW2gkkdJN0BR1bGWS5yGXigsw NUGdPt2lioCf1C8JX1XdHNZsDKKu0ASDEutTWeVr6XVUSKg3rI4l1MgBD0MppvU5An/ZUh6QQu6oC t88nN7UvZEB04oYszVnYWBkGzI/oua5OdHVUn0p/cuASTjxrl/SyJicCTv0tZyK/vTV6lB8Qv/wjc oQxd/4iQ==; Received: from [2601:1c0:6280:3f0::7376] by bombadil.infradead.org with esmtpsa (Exim 4.94 #2 (Red Hat Linux)) id 1lj4fB-00Et9I-8A; Tue, 18 May 2021 18:41:53 +0000 Subject: Re: [PATCH] gpio: fix kernel-doc syntax in file header To: Aditya Srivastava , linux-kernel@vger.kernel.org Cc: lukas.bulwahn@gmail.com, linux-kernel-mentees@lists.linuxfoundation.org, linux-doc@vger.kernel.org References: <20210518175339.12399-1-yashsri421@gmail.com> From: Randy Dunlap Message-ID: <97aa0210-c89f-691e-66f8-db83ddbf48e5@infradead.org> Date: Tue, 18 May 2021 11:41:52 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.10.0 MIME-Version: 1.0 In-Reply-To: <20210518175339.12399-1-yashsri421@gmail.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org On 5/18/21 10:53 AM, Aditya Srivastava wrote: > > Provide a simple fix by replacing this occurrence with general comment > format, i.e. '/*', to prevent kernel-doc from parsing it. > > Signed-off-by: Aditya Srivastava > --- > * Applies perfectly on next-20210514 > > include/linux/nsc_gpio.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Acked-by: Randy Dunlap Thanks. -- ~Randy