From patchwork Wed May 4 18:59:08 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jonathan Toppins X-Patchwork-Id: 12838401 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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id B5FBEC433F5 for ; Wed, 4 May 2022 18:59:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1377435AbiEDTDG (ORCPT ); Wed, 4 May 2022 15:03:06 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59750 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1376492AbiEDTDE (ORCPT ); Wed, 4 May 2022 15:03:04 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id DDB0D22534 for ; Wed, 4 May 2022 11:59:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1651690767; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=2bI1b+9CHVnFXDiPfBY5bMPSxLI4NMkzf8DybM3QlWY=; b=VwPVEVvD/uJtUhIUom0OBLTNx9s/ACu1L8qzZt8O5qyOrLGMmeBbAhIKkmmlCKQdtEJgv6 59JPjvGC/3G2jqFBr3hCoc9Ukc2cvhPfWJN0IUU3fHyJBCu4KMVXB4WM/PPME4rupYCxmD t9+ePNwoKwZoc3PKxruOxe6Xg0x0XtI= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-652-Wx5mXPf7N8WwPxwMgX0Xmw-1; Wed, 04 May 2022 14:59:23 -0400 X-MC-Unique: Wx5mXPf7N8WwPxwMgX0Xmw-1 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.rdu2.redhat.com [10.11.54.8]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 61E9219705AA; Wed, 4 May 2022 18:59:23 +0000 (UTC) Received: from jtoppins.rdu.csb (unknown [10.22.10.95]) by smtp.corp.redhat.com (Postfix) with ESMTP id 3B107C07F5D; Wed, 4 May 2022 18:59:23 +0000 (UTC) From: Jonathan Toppins To: netdev@vger.kernel.org Cc: linux-kernel@vger.kernel.org Subject: [PATCH net-next RESEND] MAINTAINERS: add missing files for bonding definition Date: Wed, 4 May 2022 14:59:08 -0400 Message-Id: <903ed2906b93628b38a2015664a20d2802042863.1651690748.git.jtoppins@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.85 on 10.11.54.8 Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org X-Patchwork-Delegate: kuba@kernel.org The bonding entry did not include additional include files that have been added nor did it reference the documentation. Add these references for completeness. Signed-off-by: Jonathan Toppins --- MAINTAINERS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index fa6896e8b2d8..0d024c5308f2 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3570,8 +3570,9 @@ M: Andy Gospodarek L: netdev@vger.kernel.org S: Supported W: http://sourceforge.net/projects/bonding/ +F: Documentation/networking/bonding.rst F: drivers/net/bonding/ -F: include/net/bonding.h +F: include/net/bond* F: include/uapi/linux/if_bonding.h BOSCH SENSORTEC BMA400 ACCELEROMETER IIO DRIVER