From patchwork Tue Jan 15 07:55:40 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Lad, Prabhakar" X-Patchwork-Id: 1975541 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 1AE3E3FE33 for ; Tue, 15 Jan 2013 07:56:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755322Ab3AOHzv (ORCPT ); Tue, 15 Jan 2013 02:55:51 -0500 Received: from mail-pb0-f41.google.com ([209.85.160.41]:56753 "EHLO mail-pb0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753800Ab3AOHzu (ORCPT ); Tue, 15 Jan 2013 02:55:50 -0500 Received: by mail-pb0-f41.google.com with SMTP id xa7so2709311pbc.0 for ; Mon, 14 Jan 2013 23:55:50 -0800 (PST) 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=DUnBlGKGwBzoadWcfxmnVGF7zoCCQnPq+143yK0nAso=; b=vnMm20wg1j+xS0f9BY3tNnQ5WmVz4TFxN8F2gUv7zHAGrwT2Nyh1yVJwfOOrarHPZE lzS2JoOgRFF276SCJNxFwRJ30DE1TBsknlQ/WX4p7zBGldG/42ilrTJqoCJCSMljqZeH Bxjf41+gw1sKLpoFwH0fi3WeM6/upMbWriOzQJI3+lslmml+1NrcCenRF3MeQELXDyy5 +r1OzyyayJSLWalhGZn4enP4Tr/UIBC6Ncpp/gHxqi5rgXORCjM8SGGTSICL3OGWoYK7 3ZJPy6GxCF3+ZG5ayFeQk5cZNlhxHzmHOlobnKlMP+5EVuuaD8F/piLtaESoSIO6WzvM JXJA== X-Received: by 10.68.238.106 with SMTP id vj10mr266866267pbc.40.1358236550372; Mon, 14 Jan 2013 23:55:50 -0800 (PST) Received: from localhost.localdomain ([122.166.13.141]) by mx.google.com with ESMTPS id sg7sm9771745pbb.3.2013.01.14.23.55.46 (version=TLSv1 cipher=RC4-SHA bits=128/128); Mon, 14 Jan 2013 23:55:48 -0800 (PST) From: "Lad, Prabhakar" To: LMML Cc: LKML , Mauro Carvalho Chehab , "Lad, Prabhakar" Subject: [PATCH] media: tvp514x: remove field description Date: Tue, 15 Jan 2013 13:25:40 +0530 Message-Id: <1358236540-2091-1-git-send-email-prabhakar.lad@ti.com> X-Mailer: git-send-email 1.7.4.1 Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org This patch removes the field description of fields that no longer exists, along side aligns the field description of fields. Signed-off-by: Lad, Prabhakar Acked-by: Hans Verkuil --- include/media/tvp514x.h | 7 ++----- 1 files changed, 2 insertions(+), 5 deletions(-) diff --git a/include/media/tvp514x.h b/include/media/tvp514x.h index 74387e8..86ed7e8 100644 --- a/include/media/tvp514x.h +++ b/include/media/tvp514x.h @@ -96,12 +96,9 @@ enum tvp514x_output { /** * struct tvp514x_platform_data - Platform data values and access functions. - * @power_set: Power state access function, zero is off, non-zero is on. - * @ifparm: Interface parameters access function. - * @priv_data_set: Device private data (pointer) access function. * @clk_polarity: Clock polarity of the current interface. - * @ hs_polarity: HSYNC Polarity configuration for current interface. - * @ vs_polarity: VSYNC Polarity configuration for current interface. + * @hs_polarity: HSYNC Polarity configuration for current interface. + * @vs_polarity: VSYNC Polarity configuration for current interface. */ struct tvp514x_platform_data { /* Interface control params */