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=-0.6 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED 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 EBF36C3524F for ; Mon, 3 Feb 2020 11:19:15 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id B97E020721 for ; Mon, 3 Feb 2020 11:19:15 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=gmail.com header.i=@gmail.com header.b="JskEg8dl" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727981AbgBCLTP (ORCPT ); Mon, 3 Feb 2020 06:19:15 -0500 Received: from mail-pj1-f67.google.com ([209.85.216.67]:38680 "EHLO mail-pj1-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726994AbgBCLTM (ORCPT ); Mon, 3 Feb 2020 06:19:12 -0500 Received: by mail-pj1-f67.google.com with SMTP id j17so6263139pjz.3; Mon, 03 Feb 2020 03:19:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=dLAb3xztgDHweesldz/wp0VQkjaUb67kJlNH5oaiVi8=; b=JskEg8dlqaXPpSQ2Di8o07memgkmylmIYUdT7hSZIIGW22O7KlyKQClBDj2CYtbklr 1b1l4XZJWnb5575BmdoR/lc8gCgyAQtkXWQz/PRaLVKV3Qr/j2qDtILn59+8RgZ7wcRA fATWh0PfN0aY9cCUELRlwXO/x0pXWGLckfwp+vHo18TEtBJ8TNdObprSCTnY5d/5D6Sv yYpT+9rN5Ah8cQWbUUP0HMZq/TRcb/hFbaQ33FsCB2EbOvyjEc17uV1KAl4AozhTWAKX TYJTgGUwlWtjhGF66PB+ydAjjVe2hK9nioclqgWLlus8mXfWCH7HgpXlGLjJ2RqQ19l4 Hw/Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=dLAb3xztgDHweesldz/wp0VQkjaUb67kJlNH5oaiVi8=; b=DshpTRHiEK4ZxQC/n1QYCcfNh1eyRxR+IKXE/pvHksN/6978LlXk7HIOaT7vTZ5khx hjLOtrL19icISw7Xet+ZtuLXvyimroDfaJNhZ6314k/WzrKqv+ZkBxXUebxz/c1mg3p8 3eueMlyWK2RWjguuAJyQPL+5BWLjNXYhnD2Dg5S9vOEn9NqGDyxjWtalYdxlmJE+HMD6 xIUNJyS+T9nxIW51ICYDGN4uaZNqa4OpgrL8Dq3bqVohp/FXbC5iv34FaE9I0+/BUff5 a0I6U24mYybUUycXz1WVPHPjfLW+p+c4o4xbk+J12INgHGIg0XjU0VD0pEDIIb+Fv2hO KMvQ== X-Gm-Message-State: APjAAAU7wX1NcR0zLMn9udpxQuIGquNSe0KPr1QDpnOJ+3NDnFGwdPyF XypzW6FEzbHzekaugpgPzdVSuYXc+IEQvQZmSRs= X-Google-Smtp-Source: APXvYqyw5xhbbzVw+yQ2wqY0NDnDkGXCz6bNcND50+B6/eor7++FXaiNu0XJDggLxBk/oVzl6mwP8r50ymp5sDq4ov4= X-Received: by 2002:a17:90a:2004:: with SMTP id n4mr29122443pjc.20.1580728750105; Mon, 03 Feb 2020 03:19:10 -0800 (PST) MIME-Version: 1.0 References: <20200201124301.21148-1-lukas.bulwahn@gmail.com> <20200202124306.54bcabea@cakuba.hsd1.ca.comcast.net> In-Reply-To: From: Andy Shevchenko Date: Mon, 3 Feb 2020 13:17:44 +0200 Message-ID: Subject: Re: [PATCH] MAINTAINERS: correct entries for ISDN/mISDN section To: Joe Perches Cc: Jakub Kicinski , Lukas Bulwahn , Karsten Keil , Arnd Bergmann , isdn4linux@listserv.isdn4linux.de, netdev , Linux Kernel Mailing List Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Feb 3, 2020 at 1:08 PM Joe Perches wrote: > On Mon, 2020-02-03 at 12:13 +0200, Andy Shevchenko wrote: > > On Sun, Feb 2, 2020 at 10:45 PM Jakub Kicinski wrote: ... > > I'm not sure it's ready. I think parse-maintainers.pl will change few > > lines here. > > parse-maintainers would change a _lot_ of the MAINTAINERS file > by reordering section letters. I think it's quite easy to find out if it had changed the record in question. -- With Best Regards, Andy Shevchenko