From patchwork Tue Apr 2 11:44:04 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Lad, Prabhakar" X-Patchwork-Id: 2377501 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by patchwork2.kernel.org (Postfix) with ESMTP id 852D1DF2A1 for ; Tue, 2 Apr 2013 11:47:44 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1UMzeU-0000PP-FD; Tue, 02 Apr 2013 11:45:22 +0000 Received: from mail-pd0-f170.google.com ([209.85.192.170]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UMzeQ-0000Kx-FP for linux-arm-kernel@lists.infradead.org; Tue, 02 Apr 2013 11:45:19 +0000 Received: by mail-pd0-f170.google.com with SMTP id 10so195048pdi.29 for ; Tue, 02 Apr 2013 04:45:10 -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:in-reply-to :references; bh=BIwT4UxNp2ky4CNLcyR1+6XHWtvpVEcVcDff6cRHfVY=; b=fQa5pmTebchQUSk++JoAPuSXxN8nCaPVxgKW7+tMthlMFftokfo5Byn88/v6o3r/SX y3XsKw72LJApn/+rL1CQlxtUSrKLMV/GNwfIcce5Ls6eKTevXQqigzR3DoGbcP/v1oCO bupS9d2ZaYSwldbML8bIwjDlFUaAXf5Y0tuo3G3+f2iIxfYXmLD0PANBsrVMMODiqmMd QZPvthGR8/usVTB95AAXzl/jT/Zxm4hA+Xm96S6hMX6C5JPu8Ev2sNgW9PfTvEjAJky4 X2KRZKBU8ojwzjbasQsVCFmThIFBl9EW/L4AxDog8ExPadnmPtJnUsi/e/5FRzvIq31g bubQ== X-Received: by 10.66.121.169 with SMTP id ll9mr24230303pab.178.1364903110726; Tue, 02 Apr 2013 04:45:10 -0700 (PDT) Received: from localhost.localdomain ([59.98.242.90]) by mx.google.com with ESMTPS id kt5sm1443082pbc.30.2013.04.02.04.45.06 (version=TLSv1 cipher=RC4-SHA bits=128/128); Tue, 02 Apr 2013 04:45:09 -0700 (PDT) From: Prabhakar lad To: DLOS , LAK , Sekhar Nori , Mauro Carvalho Chehab , LMML Subject: [PATCH v2 3/3] davinic: vpss: trivial cleanup Date: Tue, 2 Apr 2013 17:14:04 +0530 Message-Id: <1364903044-13752-4-git-send-email-prabhakar.csengg@gmail.com> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1364903044-13752-1-git-send-email-prabhakar.csengg@gmail.com> References: <1364903044-13752-1-git-send-email-prabhakar.csengg@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130402_074518_616312_58799564 X-CRM114-Status: GOOD ( 13.28 ) X-Spam-Score: -2.0 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.0 points) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (prabhakar.csengg[at]gmail.com) -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [209.85.192.170 listed in list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature Cc: "Lad, Prabhakar" , LKML X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org From: Lad, Prabhakar this patch removes unnecessary header file inclusions and fixes the typo's. Signed-off-by: Lad, Prabhakar --- drivers/media/platform/davinci/vpss.c | 11 +++-------- 1 files changed, 3 insertions(+), 8 deletions(-) diff --git a/drivers/media/platform/davinci/vpss.c b/drivers/media/platform/davinci/vpss.c index d36429d..8a2f01e 100644 --- a/drivers/media/platform/davinci/vpss.c +++ b/drivers/media/platform/davinci/vpss.c @@ -17,13 +17,8 @@ * * common vpss system module platform driver for all video drivers. */ -#include -#include -#include #include #include -#include -#include #include #include @@ -101,7 +96,7 @@ enum vpss_platform_type { /* * vpss operations. Depends on platform. Not all functions are available - * on all platforms. The api, first check if a functio is available before + * on all platforms. The api, first check if a function is available before * invoking it. In the probe, the function ptrs are initialized based on * vpss name. vpss name can be "dm355_vpss", "dm644x_vpss" etc. */ @@ -116,7 +111,7 @@ struct vpss_hw_ops { void (*set_sync_pol)(struct vpss_sync_pol); /* set the PG_FRAME_SIZE register*/ void (*set_pg_frame_size)(struct vpss_pg_frame_size); - /* check and clear interrupt if occured */ + /* check and clear interrupt if occurred */ int (*dma_complete_interrupt)(void); }; @@ -235,7 +230,7 @@ EXPORT_SYMBOL(vpss_clear_wbl_overflow); /* * dm355_enable_clock - Enable VPSS Clock - * @clock_sel: CLock to be enabled/disabled + * @clock_sel: Clock to be enabled/disabled * @en: enable/disable flag * * This is called to enable or disable a vpss clock