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=-8.3 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=unavailable 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 816BFC0650F for ; Thu, 8 Aug 2019 16:39:12 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 593D121874 for ; Thu, 8 Aug 2019 16:39:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1565282352; bh=mRyfVMwsOzYDrLMZknImpwFsUvSxDu1kZ2pgGFqnFgU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=nKw5MhpRU190BSlRtIP5klIkCUPyZjGAjDZ6pQZUcuefW5hbs9Ao2fcvj6BI8HKDD H/QhemBES1MRhLlv894wxk8QcuVwyJGCrj7xNGkEn05WbvSzjKxMRQroC7tcvCFx80 2vUasdLMYJ/PNcqgkCOpcKV6jKY3rf32+3i9UtaU= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2404035AbfHHQjJ (ORCPT ); Thu, 8 Aug 2019 12:39:09 -0400 Received: from mail.kernel.org ([198.145.29.99]:50452 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732760AbfHHQjJ (ORCPT ); Thu, 8 Aug 2019 12:39:09 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id B1A4D217F4; Thu, 8 Aug 2019 16:39:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1565282348; bh=mRyfVMwsOzYDrLMZknImpwFsUvSxDu1kZ2pgGFqnFgU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=AfT6bSTPiQ1sOIRhsY94itXzIintmnNzXfmefa5yG6JMi0HkBuGRy4SL0y+8puvyb SKo0vd2af9p+lEbrzuqrnDeI/NpaB0GuNiOoWY4MYB7V1QidVDQHFPKxJbqnBYmfQK 9c8dptNYBC65HyHR5dbM6d8woLWkJBtdzHVJ7/HU= Date: Thu, 8 Aug 2019 18:39:05 +0200 From: Greg KH To: Joe Perches Cc: Stephen Hemminger , Jose Carlos Cazarin Filho , isdn@linux-pingi.de, devel@driverdev.osuosl.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] isdn: hysdn: Fix error spaces around '*' Message-ID: <20190808163905.GA9224@kroah.com> References: <20190802195602.28414-1-joseespiriki@gmail.com> <20190802145506.168b576b@hermes.lan> <2ecfbf8dda354fe47912446bf5c3fe30ca905aa0.camel@perches.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2ecfbf8dda354fe47912446bf5c3fe30ca905aa0.camel@perches.com> User-Agent: Mutt/1.12.1 (2019-06-15) Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Fri, Aug 02, 2019 at 03:05:05PM -0700, Joe Perches wrote: > On Fri, 2019-08-02 at 14:55 -0700, Stephen Hemminger wrote: > > On Fri, 2 Aug 2019 19:56:02 +0000 > > Jose Carlos Cazarin Filho wrote: > > > > > Fix checkpath error: > > > CHECK: spaces preferred around that '*' (ctx:WxV) > > > +extern hysdn_card *card_root; /* pointer to first card */ > > > > > > Signed-off-by: Jose Carlos Cazarin Filho > > > > Read the TODO, these drivers are scheduled for removal, so changes > > are not helpful at this time. > > Maybe better to mark the MAINTAINERS entry obsolete so > checkpatch bleats a message about unnecessary changes. > --- > MAINTAINERS | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 30bf852e6d6b..b5df91032574 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -8628,7 +8628,7 @@ M: Karsten Keil > L: isdn4linux@listserv.isdn4linux.de (subscribers-only) > L: netdev@vger.kernel.org > W: http://www.isdn4linux.de > -S: Odd Fixes > +S: Obsolete > F: Documentation/isdn/ > F: drivers/isdn/capi/ > F: drivers/staging/isdn/ > Good idea, will take this patch now, thanks. greg k-h