From patchwork Mon May 17 14:19:54 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Krzysztof Kozlowski X-Patchwork-Id: 12262129 X-Patchwork-Delegate: kuba@kernel.org 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=-21.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_GIT 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 9B8CBC433B4 for ; Mon, 17 May 2021 14:22:06 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 82A61610A1 for ; Mon, 17 May 2021 14:22:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237524AbhEQOXU (ORCPT ); Mon, 17 May 2021 10:23:20 -0400 Received: from youngberry.canonical.com ([91.189.89.112]:41948 "EHLO youngberry.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238551AbhEQOVQ (ORCPT ); Mon, 17 May 2021 10:21:16 -0400 Received: from mail-qk1-f199.google.com ([209.85.222.199]) by youngberry.canonical.com with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.93) (envelope-from ) id 1lie6B-000656-4h for netdev@vger.kernel.org; Mon, 17 May 2021 14:19:59 +0000 Received: by mail-qk1-f199.google.com with SMTP id p133-20020a37428b0000b02902de31dd8da3so4849715qka.1 for ; Mon, 17 May 2021 07:19:59 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=82OOlAIwP64xR04S/8tMzMB9vmbp2NYrxxBlohwxFY8=; b=iyiQxJVd8MyXWhOybfLpUxWOvVScRaTtOxP684TaG3bcDcvJRyPU5+yq4Vi64y8fPd kv+2qBzUDo/QiJ+ZDxgyzz8AR9SlNdfh//1J0a6PwyUiPBGhrRoQ2FNO7Qd75SVfvO4e nMVWsQnAxgHONKNyQeJqP0JqsRlHpSyu47HFNtjDGN55O2G5eLNPZNbvzQNfUvQ4BEFY Di67GBXgDUgAKrMn8WioIM0SMs4Tt7FuIdP8+FvWiup/dYjavE8LalQGF3oyOA9CT9za chmDOn7+ZsH4pJs3EJPVO1IJ6ZoOD8elK1hcW03iyBPofyJm5YAxkuBeToGklr0naI+q QdgQ== X-Gm-Message-State: AOAM533dpQLVj3OrdP6xb6HiiH42/xPg/q+kHE+4LMiztEELj56gqad3 nTbDZ+3q61AH7SljWa3rUolJBnAUhGlQzLjA4SjZk9wu/yPmgCjkknwwXiV869zDfJLHCglL5PD Zw+l2QHTUhAIjBb1XzazgAJ2o1tidsaj2Sg== X-Received: by 2002:aed:316b:: with SMTP id 98mr55629461qtg.48.1621261198322; Mon, 17 May 2021 07:19:58 -0700 (PDT) X-Google-Smtp-Source: ABdhPJw5KGTkQ34wEiZg9VPj3fQHAHEsyoCggN6kbglzVZGLr5+gp9JI6Id5dZHTJJc1NrkhyZjkIg== X-Received: by 2002:aed:316b:: with SMTP id 98mr55629445qtg.48.1621261198150; Mon, 17 May 2021 07:19:58 -0700 (PDT) Received: from localhost.localdomain ([45.237.48.5]) by smtp.gmail.com with ESMTPSA id v66sm10252247qkd.113.2021.05.17.07.19.56 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 17 May 2021 07:19:57 -0700 (PDT) From: Krzysztof Kozlowski To: "David S. Miller" , Jakub Kicinski , netdev@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Krzysztof Kozlowski Subject: [PATCH] MAINTAINERS: net: remove stale website link Date: Mon, 17 May 2021 10:19:54 -0400 Message-Id: <20210517141954.56906-1-krzysztof.kozlowski@canonical.com> X-Mailer: git-send-email 2.27.0 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org The http://www.linuxfoundation.org/en/Net does not contain networking subsystem description ("Nothing found"). Signed-off-by: Krzysztof Kozlowski --- MAINTAINERS | 2 -- 1 file changed, 2 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 6582d19cdf7a..2104f05ded66 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -12744,7 +12744,6 @@ M: "David S. Miller" M: Jakub Kicinski L: netdev@vger.kernel.org S: Maintained -W: http://www.linuxfoundation.org/en/Net Q: https://patchwork.kernel.org/project/netdevbpf/list/ T: git git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git T: git git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next.git @@ -12789,7 +12788,6 @@ M: "David S. Miller" M: Jakub Kicinski L: netdev@vger.kernel.org S: Maintained -W: http://www.linuxfoundation.org/en/Net Q: https://patchwork.kernel.org/project/netdevbpf/list/ B: mailto:netdev@vger.kernel.org T: git git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git