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: 2488541 Return-Path: X-Original-To: patchwork-linux-media@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork1.kernel.org (Postfix) with ESMTP id AC5C53FD85 for ; Thu, 25 Apr 2013 14:47:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932494Ab3DYOrP (ORCPT ); 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 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"