From patchwork Tue Jan 30 19:23:05 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ulf Magnusson X-Patchwork-Id: 10192329 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id F072860375 for ; Tue, 30 Jan 2018 19:25:38 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id E272E26E96 for ; Tue, 30 Jan 2018 19:25:38 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id D7288274D0; Tue, 30 Jan 2018 19:25:38 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.8 required=2.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_HI, T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 8EEE6274A3 for ; Tue, 30 Jan 2018 19:25:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753520AbeA3TZK (ORCPT ); Tue, 30 Jan 2018 14:25:10 -0500 Received: from mail-lf0-f67.google.com ([209.85.215.67]:44936 "EHLO mail-lf0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753521AbeA3TZJ (ORCPT ); Tue, 30 Jan 2018 14:25:09 -0500 Received: by mail-lf0-f67.google.com with SMTP id v188so17033134lfa.11; Tue, 30 Jan 2018 11:25:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=WxigK4ltNDnSxkxyb2o+/4nvSd0uOdEigQhP3dzDIyM=; b=AL3gScRBoQzywQaL4qgh6usoXuk4aQ3+ANg/G83SqLJGKimXc6rQdZ9M6/N7llCkbo bB7Y7bfRCa5yU5pASOjhc71aL7LAn0kgllz9zBQUBvEy/6lOBol4n5pjd1+tO7Ns5fhA n08aIAnW0TyJY0tb+7rCHRaPCuv4DD1NTQsWRAHBqEExkQxSlNURFc9/PJFRzz0pedXH cUg9Lm06FWSBio5tLVBWk1cJ+3BnLz2PRhLZsRFGbmO33WXJZv+Pk4zURl7ot2wpb9eP TLt7s4K9INgQv8c5/HCrHbqkKQFZY3Di03tf029m0ibsZ9PEdHsPF1kB+jKuWwr+6MP4 Sm5w== 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:in-reply-to :references; bh=WxigK4ltNDnSxkxyb2o+/4nvSd0uOdEigQhP3dzDIyM=; b=SbBO+kRSfHzlZniMixGLqaGIedPaslv5B39Hv4FqSB/qIg0EocM8TxYw0AbyQAMeT3 OjA5b50i8PNlEPA/v8CId36pUvhdlO908DILIebLe4/Ocaaa+pKohryckGQV+mfRILmW htw6n1l8us+28s4KHUzkke8HQ7Ix/PhIrtDFyqPkSlaSr3PNq08YP8IklbqHKrP3T/xq cTPGDQr32TM9Ib/8wP76wMJECJGGGjiUeArwkBjxVtjHHwdKnjaHNger/2J4z4QdEy+A fGmi+JIHKgsQ4v2+2N4Th3Y0WrYE1muAPOMcCbwwCNbz1hacYbqD0qoJKTggrpVcDoLx qcrA== X-Gm-Message-State: AKwxytfnzzkv3dMJgZtH72BcFKwFn/ZGf4ZJUfRMb4uWY07/L/DdEr14 GOjZ34vxaURhOJPaHxQasSmQO5SFeEU= X-Google-Smtp-Source: AH8x224vzhiw4xJOtBN5/u3knvHSXwREAIvxkfxlKo6B8ruEONNj1JwL7YReGnwIjhizh/Hntmijag== X-Received: by 10.46.50.5 with SMTP id y5mr1633653ljy.111.1517340307360; Tue, 30 Jan 2018 11:25:07 -0800 (PST) Received: from huvuddator.lan (ua-213-113-106-221.cust.bredbandsbolaget.se. [213.113.106.221]) by smtp.gmail.com with ESMTPSA id l16sm3534818lfk.65.2018.01.30.11.25.06 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 30 Jan 2018 11:25:06 -0800 (PST) From: Ulf Magnusson To: linux-kbuild@vger.kernel.org Cc: linux-kernel@vger.kernel.org, yamada.masahiro@socionext.com, mcgrof@kernel.org, Ulf Magnusson , Ley Foon Tan , nios2-dev@lists.rocketboards.org Subject: [PATCH v2 10/10] nios2: kconfig: Remove empty help text Date: Tue, 30 Jan 2018 20:23:05 +0100 Message-Id: <20180130192349.8420-11-ulfalizer@gmail.com> X-Mailer: git-send-email 2.14.1 In-Reply-To: <20180130192349.8420-1-ulfalizer@gmail.com> References: <20180130192349.8420-1-ulfalizer@gmail.com> Sender: linux-kbuild-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kbuild@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP In preparation for adding a warning ("kconfig: Warn if help text is blank"): https://lkml.org/lkml/2018/1/30/516 Signed-off-by: Ulf Magnusson --- arch/nios2/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/nios2/Kconfig b/arch/nios2/Kconfig index 60fae03dac79..3d4ec88f1db1 100644 --- a/arch/nios2/Kconfig +++ b/arch/nios2/Kconfig @@ -152,7 +152,6 @@ menu "Advanced setup" config ADVANCED_OPTIONS bool "Prompt for advanced kernel configuration options" - help comment "Default settings for advanced configuration options are used" depends on !ADVANCED_OPTIONS