From patchwork Mon Sep 27 13:07:02 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: ruslanpisarev@gmail.com X-Patchwork-Id: 212252 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id o8RD7GJo019175 for ; Mon, 27 Sep 2010 13:07:21 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755638Ab0I0NHO (ORCPT ); Mon, 27 Sep 2010 09:07:14 -0400 Received: from mail-bw0-f46.google.com ([209.85.214.46]:51039 "EHLO mail-bw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754697Ab0I0NHN (ORCPT ); Mon, 27 Sep 2010 09:07:13 -0400 Received: by mail-bw0-f46.google.com with SMTP id 11so3246776bwz.19 for ; Mon, 27 Sep 2010 06:07:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:date :message-id:x-mailer:in-reply-to:references; bh=12+XV2jmvCXRPU8rWTgNbna+aTPIpzc5NAMjOjw2CjY=; b=jCX+9vH1HoGiurjc/4exaOEM5NjypzIUdpuy4v9wj4ILZxyC2IARbC3vuPd/JOp473 cNIkSKyNn4ENGxyhVhipk5Gv1exkd7KYM5Dssp7z2FhFzeFQF/J2tSuQ6A3+ogrpZjyT u3ugpP7aAsmv0ydPQVadV2K2l0F13lKc/ovl4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; b=GB6nUIzZxmtbSqFkZIAmoDHrqy9aO1Bd6k2xrPWiLq5WX17Zd29ljRG3lc5hWyBof6 8pIrARLH5HlbMrNR2yDwOmH+xKXC/hDOL2XCQds+44z5DS5KnNrceshG8d6G7f9tzPt0 9rwFW11Vk8CTR7IOvNYAUe1hAggvqc4yZ5N08= Received: by 10.204.100.12 with SMTP id w12mr5220568bkn.90.1285592832903; Mon, 27 Sep 2010 06:07:12 -0700 (PDT) Received: from localhost.localdomain ([109.254.0.19]) by mx.google.com with ESMTPS id v7sm1634842bkx.4.2010.09.27.06.07.11 (version=SSLv3 cipher=RC4-MD5); Mon, 27 Sep 2010 06:07:12 -0700 (PDT) From: Ruslan Pisarev To: linux-media@vger.kernel.org Cc: ruslan@rpisarev.org.ua Subject: [PATCH 11/13] Staging: cx25821: fix tabs and space coding style issue in cx25821-video-upstream.h Date: Mon, 27 Sep 2010 16:07:02 +0300 Message-Id: <1285592822-311-1-git-send-email-ruslan@rpisarev.org.ua> X-Mailer: git-send-email 1.7.0.4 In-Reply-To: References: Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter1.kernel.org [140.211.167.41]); Mon, 27 Sep 2010 13:07:21 +0000 (UTC) diff --git a/drivers/staging/cx25821/cx25821-video-upstream.h b/drivers/staging/cx25821/cx25821-video-upstream.h index 10dee5c..f0b3ac0 100644 --- a/drivers/staging/cx25821/cx25821-video-upstream.h +++ b/drivers/staging/cx25821/cx25821-video-upstream.h @@ -97,13 +97,13 @@ #define PAL_RISC_BUF_SIZE (2 * PAL_US_VID_PROG_SIZE) #define PAL_VID_PROG_SIZE ((PAL_FIELD_HEIGHT*2) * 3 * DWORD_SIZE + 2*RISC_SYNC_INSTRUCTION_SIZE + \ - RISC_WRITECR_INSTRUCTION_SIZE + JUMP_INSTRUCTION_SIZE ) + RISC_WRITECR_INSTRUCTION_SIZE + JUMP_INSTRUCTION_SIZE) -#define ODD_FLD_PAL_PROG_SIZE ((PAL_FIELD_HEIGHT) * 3 * DWORD_SIZE + RISC_SYNC_INSTRUCTION_SIZE + RISC_WRITECR_INSTRUCTION_SIZE ) -#define ODD_FLD_NTSC_PROG_SIZE ((NTSC_ODD_FLD_LINES) * 3 * DWORD_SIZE + RISC_SYNC_INSTRUCTION_SIZE + RISC_WRITECR_INSTRUCTION_SIZE ) +#define ODD_FLD_PAL_PROG_SIZE ((PAL_FIELD_HEIGHT) * 3 * DWORD_SIZE + RISC_SYNC_INSTRUCTION_SIZE + RISC_WRITECR_INSTRUCTION_SIZE) +#define ODD_FLD_NTSC_PROG_SIZE ((NTSC_ODD_FLD_LINES) * 3 * DWORD_SIZE + RISC_SYNC_INSTRUCTION_SIZE + RISC_WRITECR_INSTRUCTION_SIZE) #define NTSC_US_VID_PROG_SIZE ((NTSC_ODD_FLD_LINES + 1) * 3 * DWORD_SIZE + RISC_WRITECR_INSTRUCTION_SIZE + JUMP_INSTRUCTION_SIZE) -#define NTSC_RISC_BUF_SIZE ( 2 * (RISC_SYNC_INSTRUCTION_SIZE + NTSC_US_VID_PROG_SIZE) ) +#define NTSC_RISC_BUF_SIZE (2 * (RISC_SYNC_INSTRUCTION_SIZE + NTSC_US_VID_PROG_SIZE)) #define FRAME1_VID_PROG_SIZE ((NTSC_ODD_FLD_LINES + NTSC_FIELD_HEIGHT) * 3 * DWORD_SIZE + 2*RISC_SYNC_INSTRUCTION_SIZE + \ - RISC_WRITECR_INSTRUCTION_SIZE + JUMP_INSTRUCTION_SIZE ) + RISC_WRITECR_INSTRUCTION_SIZE + JUMP_INSTRUCTION_SIZE) #endif