From patchwork Tue Feb 27 13:46:51 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rodrigo Siqueira X-Patchwork-Id: 10245281 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 C75FC60208 for ; Tue, 27 Feb 2018 13:46:58 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id B9ABA28901 for ; Tue, 27 Feb 2018 13:46:58 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id AE3A728903; Tue, 27 Feb 2018 13:46:58 +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 57A6F28901 for ; Tue, 27 Feb 2018 13:46:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753310AbeB0Nq5 (ORCPT ); Tue, 27 Feb 2018 08:46:57 -0500 Received: from mail-qk0-f193.google.com ([209.85.220.193]:44949 "EHLO mail-qk0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753307AbeB0Nq4 (ORCPT ); Tue, 27 Feb 2018 08:46:56 -0500 Received: by mail-qk0-f193.google.com with SMTP id v124so23494814qkh.11; Tue, 27 Feb 2018 05:46:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=PbsnhSNw2wZYgz8EcONmtF7qRqx7izIUnYGaa8yRr1U=; b=uRmdSktVNdBS/+Ahh0g0plZglbKyII0BQ6IzUQ/h5vIZBAF1Ew9SLHsTNwmEOCPBCc j4VMzlosbZ3WBU5FOLDimP1YXdQFfOTbokuYkcmyUc9RXNVJK0p7pd6uUdphKQURCew8 BTN4B5Layymii5jS6haruwmvDZGux5ZPhVHeYRQtPe5P0R4177FkZAGg2BU7j12ZQU5w p82XyJcBBYgnoaAjuVF9YzSbVB6uhU3ne6zLQ2LissgVVcUf87MYWkWzsfhUKkSG8YOk p8PPcTw8tUEofFqo8FnoZiJkhtvcMU19OnlwEfL2+HVCnL5mSiMnOxrHwOxVQTcB3wV5 B8oA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=PbsnhSNw2wZYgz8EcONmtF7qRqx7izIUnYGaa8yRr1U=; b=bjX63pXt4WJ84qtc+BFXGFYd/hPBo6Kj7CDNxRWuSrqxpFqs8omynYe96XOR5BFQNl lz9TBG4F/p2ra62kNlLPfGr6pRW40/QjirV7SrQT6DHYJev0kHYdj+vLcdRCgApK+hdA 9R2PjcrbZpyt2nOjoblh/mQqJasBtofPlY4wt0w2p96x83tnyoDIFlmCx4AubXVlUWy8 VdhKQ8Jqv+DN8yPsjwo1muBvFewL7sBPdaEC06+QiKYKykHZXbUq7Qh0AAfOBv02AlBx mdiUz0N7FZ1JmbebZ0FQ6XkRDQjOOVY4nlcZBbIj6o9q4DcMgFGGysXWkYoaTIm87C6A Np9w== X-Gm-Message-State: APf1xPAvPXUrlBlWHogTSmOC9uC8jeKqAnBhvFRlWMpXeQMZXQA/YCm3 kyGSqHizXvv4SWGlwoCXpf0= X-Google-Smtp-Source: AG47ELtVME4JZUl+J+C4vr0U8MOFg2zwJPEeq5SonIbfkEI4TVJvTdsnezTEVQo99qIE0TlMOkPg7Q== X-Received: by 10.55.22.24 with SMTP id g24mr23503618qkh.302.1519739215119; Tue, 27 Feb 2018 05:46:55 -0800 (PST) Received: from smtp.gmail.com ([143.107.45.1]) by smtp.gmail.com with ESMTPSA id v50sm7021807qtj.59.2018.02.27.05.46.52 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 27 Feb 2018 05:46:54 -0800 (PST) Date: Tue, 27 Feb 2018 10:46:51 -0300 From: Rodrigo Siqueira To: Jonathan Cameron , Hartmut Knaack , Lars-Peter Clausen , Peter Meerwald-Stadler Cc: daniel.baluta@nxp.com, kernel-janitors@vger.kernel.org, linux-iio@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v2 1/2] iio: dummy: Add correct tabs and spaces to Kconfig Message-ID: References: MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20171215 Sender: linux-iio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-iio@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Kconfig from iio/dummy does not follow the coding style recommendations. According to the coding-style, Lines under a config definition are indented with one tab, while help text is indented an additional two spaces. This patch adds the proper tabulation and space. Signed-off-by: Rodrigo Siqueira --- drivers/iio/dummy/Kconfig | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/drivers/iio/dummy/Kconfig b/drivers/iio/dummy/Kconfig index 5a29fbd3c531..85e13b2e35bf 100644 --- a/drivers/iio/dummy/Kconfig +++ b/drivers/iio/dummy/Kconfig @@ -9,20 +9,20 @@ config IIO_DUMMY_EVGEN tristate config IIO_SIMPLE_DUMMY - tristate "An example driver with no hardware requirements" - depends on IIO_SW_DEVICE - help - Driver intended mainly as documentation for how to write - a driver. May also be useful for testing userspace code - without hardware. + tristate "An example driver with no hardware requirements" + depends on IIO_SW_DEVICE + help + Driver intended mainly as documentation for how to write + a driver. May also be useful for testing userspace code + without hardware. if IIO_SIMPLE_DUMMY config IIO_SIMPLE_DUMMY_EVENTS - bool "Event generation support" - select IIO_DUMMY_EVGEN - help - Add some dummy events to the simple dummy driver. + bool "Event generation support" + select IIO_DUMMY_EVGEN + help + Add some dummy events to the simple dummy driver. config IIO_SIMPLE_DUMMY_BUFFER bool "Buffered capture support"