From patchwork Tue Apr 5 07:57:29 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 686221 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 p357vWVO002582 for ; Tue, 5 Apr 2011 07:57:33 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753193Ab1DEH5b (ORCPT ); Tue, 5 Apr 2011 03:57:31 -0400 Received: from perceval.ideasonboard.com ([95.142.166.194]:43021 "EHLO perceval.ideasonboard.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753126Ab1DEH5P (ORCPT ); Tue, 5 Apr 2011 03:57:15 -0400 Received: from localhost.localdomain (unknown [91.178.236.143]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 6853435B6E for ; Tue, 5 Apr 2011 07:57:11 +0000 (UTC) From: Laurent Pinchart To: linux-media@vger.kernel.org Subject: [PATCH 07/14] omap3isp: stat: update struct ispstat_generic_config's comments Date: Tue, 5 Apr 2011 09:57:29 +0200 Message-Id: <1301990256-6963-8-git-send-email-laurent.pinchart@ideasonboard.com> X-Mailer: git-send-email 1.7.3.4 In-Reply-To: <1301990256-6963-1-git-send-email-laurent.pinchart@ideasonboard.com> References: <1301990256-6963-1-git-send-email-laurent.pinchart@ideasonboard.com> 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.6 (demeter1.kernel.org [140.211.167.41]); Tue, 05 Apr 2011 07:57:33 +0000 (UTC) From: David Cohen struct ispstat_generic_config's comments refers to isph3a_aewb_config, isph3a_af_config and isphist_config. But those structs have had their names prefixed with 'omap3'. So, let's update the comments. Signed-off-by: David Cohen --- drivers/media/video/omap3isp/ispstat.h | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/media/video/omap3isp/ispstat.h b/drivers/media/video/omap3isp/ispstat.h index 820950c..d86da94 100644 --- a/drivers/media/video/omap3isp/ispstat.h +++ b/drivers/media/video/omap3isp/ispstat.h @@ -131,9 +131,9 @@ struct ispstat { struct ispstat_generic_config { /* * Fields must be in the same order as in: - * - isph3a_aewb_config - * - isph3a_af_config - * - isphist_config + * - omap3isp_h3a_aewb_config + * - omap3isp_h3a_af_config + * - omap3isp_hist_config */ u32 buf_size; u16 config_counter;