Received: by 2002:a05:6a10:8c0a:0:0:0:0 with SMTP id go10csp1205531pxb; Sun, 7 Mar 2021 09:49:12 -0800 (PST) X-Google-Smtp-Source: ABdhPJzP2Bbye6MKrNGDbgH6UWadCscNJVb/TTml7hUXcUDr0BTSFn1Oq7w99vY9xw/6g+aM7pXg X-Received: by 2002:a05:6402:2215:: with SMTP id cq21mr19074990edb.281.1615139352755; Sun, 07 Mar 2021 09:49:12 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1615139352; cv=none; d=google.com; s=arc-20160816; b=VigpmMXTI9WY8FmYXXuy862ypmIe8EmYHvbxriWwdsvOaYO2PDuPpIcVKh+uby/6k1 Lcthfp+BV5osBN2M4SKLRPkWFWiO547UBeqjOpPG/yAYhLnpo1Ln2TVFgKxpIJnq/8SP BirexbLM+5FUFOpZx6EkAUdjpRSALHQhk9gIU/clGx5V0trQDTI6YuO5XwGBk59VqMiz jpTfJcqNKTF1qjLJ6NitodXUs7KXa7Q4/zGCIrOMcQEL+0CBt3pc8bOekDrX6aBQUiHo +V3Am2nR7fTA5kOd+HGbOvVmWUyZ+73K/fD1lm04LDPCgOl5YGic0zDLK1ZsuT5GsS2i evzQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=hfOD21hfioT3pji2nsnBB593eiXEPCuurOnmLHp8aPA=; b=zj0bykFxH23VNO42Mi+hzrWZb5ZCiIcmU+yBPbdQTPgHxTcr8U3zF5gV7EdOc7rVPM 4QuouRX8hTXCgZnq124oLS3eG5mUJlMILOuopqDv7nWfZSTVGaCyH85bg9cFi4z/ZbwP 6M+HoyJVA0Wcl8I/J4xNamOW+byHnHoMmQlp52s59kFZiRI26VTzs65tRl12S3nB9Id6 4YjIEQAarHfhn6KMtly18KcVmm9BjNgKQODDKIn/JaYpBBgsv516HYoF0gr9L7ozF7tS WjfjT5+HLUvp0eeTuP4Y3SVGzR0YmnTzNExt7KlEhgkkGdGd9PjBqrUFGid0XxdDZIlV Evjw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=gentoo.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id d4si5342074edo.136.2021.03.07.09.48.49; Sun, 07 Mar 2021 09:49:12 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=gentoo.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231146AbhCGOA6 (ORCPT + 99 others); Sun, 7 Mar 2021 09:00:58 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52764 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231142AbhCGOAd (ORCPT ); Sun, 7 Mar 2021 09:00:33 -0500 Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DD5DEC06174A for ; Sun, 7 Mar 2021 06:00:32 -0800 (PST) Received: by sf.home (Postfix, from userid 1000) id E36655A22061; Sun, 7 Mar 2021 14:00:25 +0000 (GMT) From: Sergei Trofimovich To: linux-kernel@vger.kernel.org, Mauro Carvalho Chehab Cc: Sergei Trofimovich , Jonathan Corbet Subject: [PATCH] docs: don't include Documentation/Kconfig twice Date: Sun, 7 Mar 2021 14:00:18 +0000 Message-Id: <20210307140018.757576-1-slyfox@gentoo.org> X-Mailer: git-send-email 2.30.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Before the change there were two inclusions of Documentation/Kconfig: lib/Kconfig.debug:source "Documentation/Kconfig" Kconfig: source "Documentation/Kconfig" Kconfig also included 'source "lib/Kconfig.debug"'. Noticed as two 'make menuconfig' entries in both top level menu and in 'Kernel hacking' menu. The patch keeps entries only in 'Kernel hacking'. CC: Mauro Carvalho Chehab CC: Jonathan Corbet Signed-off-by: Sergei Trofimovich --- Kconfig | 2 -- 1 file changed, 2 deletions(-) diff --git a/Kconfig b/Kconfig index 745bc773f567..97ed6389c921 100644 --- a/Kconfig +++ b/Kconfig @@ -28,5 +28,3 @@ source "crypto/Kconfig" source "lib/Kconfig" source "lib/Kconfig.debug" - -source "Documentation/Kconfig" -- 2.30.1