From patchwork Tue Sep 29 17:52:12 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Manivannan Sadhasivam X-Patchwork-Id: 292586 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=-12.9 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH, MAILING_LIST_MULTI, SIGNED_OFF_BY, SPF_HELO_NONE, SPF_PASS, URIBL_BLOCKED, USER_AGENT_GIT autolearn=unavailable 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 1D838C4727C for ; Tue, 29 Sep 2020 17:53:40 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B776321974 for ; Tue, 29 Sep 2020 17:53:39 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="mRQxkYoB" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728237AbgI2Rx2 (ORCPT ); Tue, 29 Sep 2020 13:53:28 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40310 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727657AbgI2RxY (ORCPT ); Tue, 29 Sep 2020 13:53:24 -0400 Received: from mail-pj1-x1041.google.com (mail-pj1-x1041.google.com [IPv6:2607:f8b0:4864:20::1041]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 88EB3C0613D2 for ; Tue, 29 Sep 2020 10:53:24 -0700 (PDT) Received: by mail-pj1-x1041.google.com with SMTP id kk9so3062231pjb.2 for ; Tue, 29 Sep 2020 10:53:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=+YUGt6aV7OP8RvUr5xgq7JykMZCPIUZje2/XDNY6QSI=; b=mRQxkYoBixvJF1Le8FkMC7LqWivfP6TeMbb2iQTv4mM0ZgzljpKRJDTRddL64xWz6c mtlxflF7/QMYBmW8VSR3s1sZ2NL3yXglpQWXn/4VYn2NCM7Z45ayYC2foijdM7sX+M0w afD1EWXxxd6GDzYcJ111JY5uPu2irdqYzNtt6PFINaN2JIB7YmuDllLUlrp0zwnS35Ql Uh1/qwlrBIym8lxKpZOZj+5hNpiCVOsMztxm3SjkZBVqKnNT5DX1jHbEEYRUiVMDQ9A6 dRubqe8zhJcn4ZmAWl8xQmbvpFa4ZHjo6IQl0dLlb+lvgay+00GeZ0AHXYGJ+tDT6bSb gfpQ== 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=+YUGt6aV7OP8RvUr5xgq7JykMZCPIUZje2/XDNY6QSI=; b=Qeed92OJ8o7VUs8sVvPgBPgFW+LNyaNA3QQBthFDUvSKbpbrRggbRPuM33sHei2Ljw KGQUEyrhdG/0SPw/zxLdffw/HkCUbpwNukTT9hg8m8FGlCfwfp7pNJ7FelsbaR4ceQAM PHCi6RfYzxr4+8+1/5F/85iWNROZPTJFyQpgf2pkA1knLW/EgnCFQXk/+WS3ynfZKWHe REPY7rO98UXCZK0uGw1x+VbYNChWfT+0FHHc0L3n40L0yCtaceKLO+2Vb8Y24bXxy0p9 Un1JVrJKmiRQVJm7GPY4niTBT+WeI8erKtczG7L1cXTn5nnPVYnCnzINMvHxQOQ+kGkb +dsw== X-Gm-Message-State: AOAM533gufv6tIBW/HuGTOVVNJH+EApGuPas9RY+nixvziyY9cuB3sdO O58+uE44FQykIRepXGCxpQHl X-Google-Smtp-Source: ABdhPJxJ9UPNW1HcIz7wS8wh7ox8xeVaye082jOi3ooDXcMMyUFdRZPHpcUGy4j1gALBpIytLrQdbA== X-Received: by 2002:a17:90a:aa90:: with SMTP id l16mr1921077pjq.0.1601402004018; Tue, 29 Sep 2020 10:53:24 -0700 (PDT) Received: from Mani-XPS-13-9360.localdomain ([103.59.133.81]) by smtp.gmail.com with ESMTPSA id r188sm6271046pfc.67.2020.09.29.10.53.20 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 29 Sep 2020 10:53:23 -0700 (PDT) From: Manivannan Sadhasivam To: gregkh@linuxfoundation.org Cc: hemantk@codeaurora.org, bbhatt@codeaurora.org, linux-arm-msm@vger.kernel.org, jhugo@codeaurora.org, linux-kernel@vger.kernel.org, Manivannan Sadhasivam Subject: [PATCH v3 13/19] bus: mhi: Fix entries based on Kconfig coding style Date: Tue, 29 Sep 2020 23:22:12 +0530 Message-Id: <20200929175218.8178-14-manivannan.sadhasivam@linaro.org> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20200929175218.8178-1-manivannan.sadhasivam@linaro.org> References: <20200929175218.8178-1-manivannan.sadhasivam@linaro.org> Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org From: Bhaumik Bhatt Kconfig coding style mandates use of tabs for the configuration definition and an additional two spaces for the help text. Make the required changes to the MHI Kconfig adhering to those guidelines. Signed-off-by: Bhaumik Bhatt Reviewed-by: Manivannan Sadhasivam Acked-by: Randy Dunlap Signed-off-by: Manivannan Sadhasivam --- drivers/bus/mhi/Kconfig | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/bus/mhi/Kconfig b/drivers/bus/mhi/Kconfig index a8bd9bd7db7c..6677cccd61f3 100644 --- a/drivers/bus/mhi/Kconfig +++ b/drivers/bus/mhi/Kconfig @@ -6,9 +6,9 @@ # config MHI_BUS - tristate "Modem Host Interface (MHI) bus" - help - Bus driver for MHI protocol. Modem Host Interface (MHI) is a - communication protocol used by the host processors to control - and communicate with modem devices over a high speed peripheral - bus or shared memory. + tristate "Modem Host Interface (MHI) bus" + help + Bus driver for MHI protocol. Modem Host Interface (MHI) is a + communication protocol used by the host processors to control + and communicate with modem devices over a high speed peripheral + bus or shared memory.