From patchwork Thu Apr 25 14:46:38 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gianluca Gennari X-Patchwork-Id: 18211 Received: from mail.tu-berlin.de ([130.149.7.33]) by www.linuxtv.org with esmtp (Exim 4.72) (envelope-from ) id 1UVNSB-0004X7-BU; Thu, 25 Apr 2013 16:47:19 +0200 X-tubIT-Incoming-IP: 209.132.180.67 Received: from vger.kernel.org ([209.132.180.67]) by mail.tu-berlin.de (exim-4.72/mailfrontend-7) with esmtp id 1UVNS9-0004pF-1R; Thu, 25 Apr 2013 16:47:19 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932494Ab3DYOrP (ORCPT + 1 other); Thu, 25 Apr 2013 10:47:15 -0400 Received: from mail-bk0-f45.google.com ([209.85.214.45]:62555 "EHLO mail-bk0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932398Ab3DYOrO (ORCPT ); Thu, 25 Apr 2013 10:47:14 -0400 Received: by mail-bk0-f45.google.com with SMTP id j4so1289205bkw.32 for ; Thu, 25 Apr 2013 07:47:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:to:cc:subject:date:message-id:x-mailer; bh=hQljdoonBk1pzDgRiT8qZgUQz0NtjxEwl+fgqSJYtY0=; b=UgkCxmpCAf1AmVN9bfyp8UTiBClaWJV8j/HEhkQqQCNb+GWtEjGhyg50rbZriLWzO7 YWKv4mig0Km/r253AVCgVWNmn73uuK0rAUVdkIGf9ApJBxWAmxGb74ywWD4dAoSfmYMC J24u6FflH0QBW84njg6xMQd0dTd6vE0CxW+s7Roapk4NkgMoXYlXTseWs6YlL3dZEtWi OoICwicGV9JajrfZH7OisB60nJYREx3yI1KRMMd2JvPWsTsNMGqI/uIg+QBNIUBL/HtA WvvHU+/YbldsrceMU4pQt+FGHaxEUpV/Vc8JFBcytvv7MmtoxSGcJdcpRfv1JuoZ0f2I IWHA== X-Received: by 10.205.13.194 with SMTP id pn2mr16650099bkb.76.1366901233439; Thu, 25 Apr 2013 07:47:13 -0700 (PDT) Received: from localhost.localdomain (93-50-34-119.ip150.fastwebnet.it. [93.50.34.119]) by mx.google.com with ESMTPSA id cv9sm1768629bkb.5.2013.04.25.07.47.11 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Thu, 25 Apr 2013 07:47:12 -0700 (PDT) From: Gianluca Gennari To: linux-media@vger.kernel.org, mchehab@redhat.com Cc: s.nawrocki@samsung.com, a.hajda@samsung.com, Gianluca Gennari Subject: [PATCH] s5c73m3: fix indentation of the help section in Kconfig Date: Thu, 25 Apr 2013 16:46:38 +0200 Message-Id: <1366901198-32030-1-git-send-email-gennarone@gmail.com> X-Mailer: git-send-email 1.8.2.1 Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org X-PMX-Version: 6.0.0.2142326, Antispam-Engine: 2.7.2.2107409, Antispam-Data: 2013.4.25.143618 X-PMX-Spam: Gauge=IIIIIIIII, Probability=9%, Report=' FORGED_FROM_GMAIL 0.1, MULTIPLE_RCPTS 0.1, HTML_00_01 0.05, HTML_00_10 0.05, BODYTEXTP_SIZE_3000_LESS 0, BODY_SIZE_1200_1299 0, BODY_SIZE_2000_LESS 0, BODY_SIZE_5000_LESS 0, BODY_SIZE_7000_LESS 0, DKIM_SIGNATURE 0, URI_ENDS_IN_HTML 0, __ANY_URI 0, __CP_URI_IN_BODY 0, __FRAUD_BODY_WEBMAIL 0, __FRAUD_WEBMAIL 0, __FRAUD_WEBMAIL_FROM 0, __FROM_GMAIL 0, __HAS_FROM 0, __HAS_MSGID 0, __HAS_X_MAILER 0, __HAS_X_MAILING_LIST 0, __MIME_TEXT_ONLY 0, __MULTIPLE_RCPTS_CC_X2 0, __PHISH_SPEAR_STRUCTURE_1 0, __SANE_MSGID 0, __SUBJ_ALPHA_END 0, __TO_MALFORMED_2 0, __TO_NO_NAME 0, __URI_NO_WWW 0, __URI_NS , __YOUTUBE_RCVD 0' The 'help' section of the Kconfig entry for this driver is missing a couple of extra spaces. The effect is an error running 'make xconfig' (seen on the old 2.6.32 kernel from Ubuntu 10.04 when compiling the latest media-build tree): /lib/modules/2.6.32-46-generic-pae/build/scripts/kconfig/qconf ./Kconfig ./Kconfig:4985: unknown option "This" ./Kconfig:4986: unknown option "8" make[1]: *** [xconfig] Errore 1 Signed-off-by: Gianluca Gennari --- drivers/media/i2c/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/media/i2c/Kconfig b/drivers/media/i2c/Kconfig index 9e7ce8b..f981d50 100644 --- a/drivers/media/i2c/Kconfig +++ b/drivers/media/i2c/Kconfig @@ -559,8 +559,8 @@ config VIDEO_S5C73M3 tristate "Samsung S5C73M3 sensor support" depends on I2C && SPI && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API ---help--- - This is a V4L2 sensor-level driver for Samsung S5C73M3 - 8 Mpixel camera. + This is a V4L2 sensor-level driver for Samsung S5C73M3 + 8 Mpixel camera. comment "Flash devices"