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.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, UNPARSEABLE_RELAY 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 B971FC636CA for ; Sun, 18 Jul 2021 02:45:11 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8D6BD60FD8 for ; Sun, 18 Jul 2021 02:45:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233082AbhGRCrt (ORCPT ); Sat, 17 Jul 2021 22:47:49 -0400 Received: from smtprelay0138.hostedemail.com ([216.40.44.138]:58582 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S230102AbhGRCrs (ORCPT ); Sat, 17 Jul 2021 22:47:48 -0400 Received: from omf16.hostedemail.com (clb03-v110.bra.tucows.net [216.40.38.60]) by smtprelay06.hostedemail.com (Postfix) with ESMTP id EF5051802DEC3; Sun, 18 Jul 2021 02:44:49 +0000 (UTC) Received: from [HIDDEN] (Authenticated sender: joe@perches.com) by omf16.hostedemail.com (Postfix) with ESMTPA id 2A9C2255100; Sun, 18 Jul 2021 02:44:49 +0000 (UTC) Message-ID: Subject: Re: [PATCH] checkpatch: remove obsolete check for __dev* section markers From: Joe Perches To: Dwaipayan Ray , Lukas Bulwahn Cc: Linux Kernel Mailing List , Andy Whitcroft Date: Sat, 17 Jul 2021 19:44:47 -0700 In-Reply-To: References: <20210716182126.4392-1-dwaipayanray1@gmail.com> Content-Type: text/plain; charset="ISO-8859-1" User-Agent: Evolution 3.40.0-1 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 2A9C2255100 X-Stat-Signature: uzg465ojm8im4wfnct1xurt76wq4or7m X-Rspamd-Server: rspamout02 X-Session-Marker: 6A6F6540706572636865732E636F6D X-Session-ID: U2FsdGVkX18e+RIpQgtpUepwhLON4ozzrDY8DNPBkfY= X-HE-Tag: 1626576289-302524 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 2021-07-17 at 22:27 +0530, Dwaipayan Ray wrote: > This particular check was added by Joe in 2013 when the process for > __dev* marker removal was in progress. If he has no objections to it, > I can send in an updated patch. I have no objections. Removal of the unnecessary or obsolete is good.