From patchwork Wed Aug 21 08:46:44 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Horman X-Patchwork-Id: 13771075 X-Patchwork-Delegate: kuba@kernel.org Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id B3F1B1BA29E for ; Wed, 21 Aug 2024 08:46:56 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1724230016; cv=none; b=gBqJ+1QA7RvztF6HKy1gW2Ardx6YQd5eI/MoP/oL61zx8AikpMtZh1Yrw72hAdtUrRrukZbnCR7r9gcan/K1tLEa+DBMwfolSJmJkcL5B3rVq980axtSPNj4fihaDT4q27OOfXGfSN2ZowePybGDhiqtdHvG+x/y4gkZqJQeLRQ= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1724230016; c=relaxed/simple; bh=nRyQyVL5Ag79jXdEfkESG2e+d8YyMtNRLsS6JqdBYBk=; h=From:Date:Subject:MIME-Version:Content-Type:Message-Id:References: In-Reply-To:To:Cc; b=dSKJKYXCExKXkgZPsNk4Mvsp+DeEjSSHgfJT6a5KRENq3H9vi3LcFVAXUMDeIdzuwHXkvKFYaQjrH5ipPf2tqgzcMp6qNM2ono3YG57ihFvEQliL+dhO9BIJ349ac9nHTWaEms/lwlYjznoPZ1Bl3ItpCGDh+WF0CYTtoiqqhWY= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=ZB31mL6V; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="ZB31mL6V" Received: by smtp.kernel.org (Postfix) with ESMTPSA id EF00DC4AF09; Wed, 21 Aug 2024 08:46:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1724230016; bh=nRyQyVL5Ag79jXdEfkESG2e+d8YyMtNRLsS6JqdBYBk=; h=From:Date:Subject:References:In-Reply-To:To:Cc:From; b=ZB31mL6VffT6J8fut081iPLwodonxU9+BmyoZL3re2/VC8yTd2BCl7ljK73CmZp5D vOa/ISDVlXMeuIVoUKI6m68/7Xka3TFGEV+adW45QrxoA21goh9UerEKWiOX1nMYOS 3MIoC+bziYGwSnxDt9ADTnbTsUmdTY+FL07yYqLjHU41hM9E2sfOKK+3AxvWoEmokf 2cpLpvPBlcg78aUgPMIpNcbOGq4mIwOZ6dxAh2Ne0pRPmwPilPraqH/4ZQ7TCzneIA QdSnEzxFE6g5BPS54kPDKAt+YgztW81SZNsJNOpo5YkhhPt79FrY4I5gn1QyV4WWOL C3dbxKCw8jLnA== From: Simon Horman Date: Wed, 21 Aug 2024 09:46:44 +0100 Subject: [PATCH net v2 1/5] MAINTAINERS: Add sonet.h to ATM section of MAINTAINERS Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Message-Id: <20240821-net-mnt-v2-1-59a5af38e69d@kernel.org> References: <20240821-net-mnt-v2-0-59a5af38e69d@kernel.org> In-Reply-To: <20240821-net-mnt-v2-0-59a5af38e69d@kernel.org> To: "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni Cc: Breno Leitao , Chas Williams <3chas3@gmail.com>, Guo-Fu Tseng , Moon Yeounsu , Richard Cochran , Willem de Bruijn , linux-atm-general@lists.sourceforge.net, netdev@vger.kernel.org X-Mailer: b4 0.14.0 X-Patchwork-Delegate: kuba@kernel.org This is part of an effort to assign a section in MAINTAINERS to header files that relate to Networking. In this case the files with "net" in their name. It seems that sonet.h is included in ATM related source files, and thus that ATM is the most relevant section for these files. Cc: Chas Williams <3chas3@gmail.com> Signed-off-by: Simon Horman --- MAINTAINERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index a964a34651f5..c682203915a2 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3504,7 +3504,9 @@ S: Maintained W: http://linux-atm.sourceforge.net F: drivers/atm/ F: include/linux/atm* +F: include/linux/sonet.h F: include/uapi/linux/atm* +F: include/uapi/linux/sonet.h ATMEL MACB ETHERNET DRIVER M: Nicolas Ferre