From patchwork Tue Aug 7 16:11:24 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Krzysztof Kozlowski X-Patchwork-Id: 10558857 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id EF357157D for ; Tue, 7 Aug 2018 16:14:33 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id DF8052A647 for ; Tue, 7 Aug 2018 16:14:33 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id D3C472A5C8; Tue, 7 Aug 2018 16:14:33 +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=-7.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, MAILING_LIST_MULTI,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 756292A647 for ; Tue, 7 Aug 2018 16:14:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2389028AbeHGS3V (ORCPT ); Tue, 7 Aug 2018 14:29:21 -0400 Received: from mail.kernel.org ([198.145.29.99]:50736 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2389018AbeHGS3U (ORCPT ); Tue, 7 Aug 2018 14:29:20 -0400 Received: from localhost.localdomain (xdsl-188-155-58-14.adslplus.ch [188.155.58.14]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 916222198F; Tue, 7 Aug 2018 16:14:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1533658459; bh=UWIMPARWjXuko9U89CPeO2mjr3Kvp8ai9qzM0U0hbFw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ArfnOegCuqMeSoV6B3vg36Z+oLJo/buDn3o5he5s6hHt+cuq6gORpDtmrvicf07S+ Kk3WO38nOluRwWCQw/nzvHQiAu3aAtaFMoJSBz0Uij7PUnyItV89+NTZ1F5O7WKiWl R+PBGsfdPm//OuUrTqVVGwxcxmZbkZobDoxzC068= From: Krzysztof Kozlowski To: Lee Jones , Chanwoo Choi , Krzysztof Kozlowski , Bartlomiej Zolnierkiewicz , Sangbeom Kim , linux-kernel@vger.kernel.org, linux-samsung-soc@vger.kernel.org Subject: [PATCH 3/4] mfd: sec-core: Fix indentation of Kconfig description Date: Tue, 7 Aug 2018 18:11:24 +0200 Message-Id: <20180807161125.18155-3-krzk@kernel.org> X-Mailer: git-send-email 2.14.1 In-Reply-To: <20180807161125.18155-1-krzk@kernel.org> References: <20180807161125.18155-1-krzk@kernel.org> Sender: linux-samsung-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-samsung-soc@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP The indentation should be a tab followed by two spaces. Signed-off-by: Krzysztof Kozlowski --- drivers/mfd/Kconfig | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index f3fa516011ec..5810e6ff81f7 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig @@ -1029,10 +1029,10 @@ config MFD_SEC_CORE select REGMAP_I2C select REGMAP_IRQ help - Support for the Samsung Electronics MFD series. - This driver provides common support for accessing the device, - additional drivers must be enabled in order to use the functionality - of the device + Support for the Samsung Electronics MFD series. + This driver provides common support for accessing the device, + additional drivers must be enabled in order to use the functionality + of the device config MFD_SI476X_CORE tristate "Silicon Laboratories 4761/64/68 AM/FM radio."