From patchwork Fri Nov 23 11:04:42 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 13141 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 743B223FC6 for ; Fri, 23 Nov 2012 11:11:15 +0000 (UTC) Received: from mail-ie0-f180.google.com (mail-ie0-f180.google.com [209.85.223.180]) by fiordland.canonical.com (Postfix) with ESMTP id 26AECA194A9 for ; Fri, 23 Nov 2012 11:11:15 +0000 (UTC) Received: by mail-ie0-f180.google.com with SMTP id c10so1660847ieb.11 for ; Fri, 23 Nov 2012 03:11:15 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-forwarded-to:x-forwarded-for:delivered-to:received-spf:from:to:cc :subject:date:message-id:x-mailer:in-reply-to:references :x-gm-message-state; bh=0OasL/yiJWcQs2gCIwskgE9yEqhYguK8GEm1bdHmSNk=; b=LZfujCAVZ5FXvRbNP9A2CNGTAab7hKal/w7bSoD7B6NuckaIFwgeb37KcK2DjkxnNo XfOYeOHi+FfRjiS4szNYeuUoB/X4Sv/srzosdDj0wNArlUnBO0pEQBVL8dxws6iKJaqb 1lcL+AM6HfijJ549cHNQ5a8TNb4UPB2EzrTOQ2a8Z2I/6izflAS5TwIcKuyUeA6zNM5R ruP+L8tgMqgAyw0G+kvOogAQTSWMZaecR+6TUzy+jRMNz2uwZDbIUZsy+ldrm/II2Zbq 56uYBcmFGSl0cK4WH//ybLQ37OdKZNWhgQDBf2aTdPc38whpwo5BqObrIGRS/9NnRPHk T1AQ== Received: by 10.50.187.197 with SMTP id fu5mr3104118igc.70.1353669074922; Fri, 23 Nov 2012 03:11:14 -0800 (PST) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.50.67.148 with SMTP id n20csp336326igt; Fri, 23 Nov 2012 03:11:14 -0800 (PST) Received: by 10.68.254.8 with SMTP id ae8mr13395615pbd.46.1353669074374; Fri, 23 Nov 2012 03:11:14 -0800 (PST) Received: from mail-pb0-f42.google.com (mail-pb0-f42.google.com [209.85.160.42]) by mx.google.com with ESMTPS id xo9si8235219pbc.43.2012.11.23.03.11.14 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 23 Nov 2012 03:11:14 -0800 (PST) Received-SPF: neutral (google.com: 209.85.160.42 is neither permitted nor denied by best guess record for domain of sachin.kamat@linaro.org) client-ip=209.85.160.42; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.160.42 is neither permitted nor denied by best guess record for domain of sachin.kamat@linaro.org) smtp.mail=sachin.kamat@linaro.org Received: by mail-pb0-f42.google.com with SMTP id rp2so9618079pbb.1 for ; Fri, 23 Nov 2012 03:11:14 -0800 (PST) Received: by 10.68.213.6 with SMTP id no6mr13223782pbc.113.1353669074148; Fri, 23 Nov 2012 03:11:14 -0800 (PST) Received: from localhost.localdomain ([115.113.119.130]) by mx.google.com with ESMTPS id wf8sm3667394pbc.65.2012.11.23.03.11.11 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 23 Nov 2012 03:11:13 -0800 (PST) From: Sachin Kamat To: linux-media@vger.kernel.org Cc: s.nawrocki@samsung.com, sachin.kamat@linaro.org, patches@linaro.org, Shaik Ameer Basha Subject: [PATCH v2 4/4] [media] exynos-gsc: Fix checkpatch warning in gsc-m2m.c Date: Fri, 23 Nov 2012 16:34:42 +0530 Message-Id: <1353668682-13366-5-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1353668682-13366-1-git-send-email-sachin.kamat@linaro.org> References: <1353668682-13366-1-git-send-email-sachin.kamat@linaro.org> X-Gm-Message-State: ALoCoQkqVDTDPW4bzKmV1HOjtEvxE1GgbnXUO4RL9EWECRxtc7i65Aq/S834Bt87X4Od5A9xKzyZ Fixes the following warning: WARNING: space prohibited between function name and open parenthesis '(' FILE: media/platform/exynos-gsc/gsc-m2m.c:606: ctx = kzalloc(sizeof (*ctx), GFP_KERNEL); Cc: Shaik Ameer Basha Signed-off-by: Sachin Kamat --- drivers/media/platform/exynos-gsc/gsc-m2m.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/media/platform/exynos-gsc/gsc-m2m.c b/drivers/media/platform/exynos-gsc/gsc-m2m.c index 39dff20..10036d6 100644 --- a/drivers/media/platform/exynos-gsc/gsc-m2m.c +++ b/drivers/media/platform/exynos-gsc/gsc-m2m.c @@ -603,7 +603,7 @@ static int gsc_m2m_open(struct file *file) if (mutex_lock_interruptible(&gsc->lock)) return -ERESTARTSYS; - ctx = kzalloc(sizeof (*ctx), GFP_KERNEL); + ctx = kzalloc(sizeof(*ctx), GFP_KERNEL); if (!ctx) { ret = -ENOMEM; goto unlock;