From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932990Ab1JRPsm (ORCPT ); Tue, 18 Oct 2011 11:48:42 -0400 Received: from mail-bw0-f46.google.com ([209.85.214.46]:36602 "EHLO mail-bw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932896Ab1JRPse (ORCPT ); Tue, 18 Oct 2011 11:48:34 -0400 From: Ricardo Ribalda Delgado To: dmitry.torokhov@gmail.com, sameo@linux.intel.com, peter.ujfalusi@ti.com, aghayal@codeaurora.org, david@hardeman.nu, Shubhrajyoti@ti.com, saaguirre@ti.com, jic23@cam.ac.uk, hemanthv@ti.com, linux-input@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Ricardo Ribalda Delgado Subject: [PATCHv3 7/7] input/cma3000_d0x: Match comment to name of struct Date: Tue, 18 Oct 2011 17:48:06 +0200 Message-Id: <1318952886-835-8-git-send-email-ricardo.ribalda@gmail.com> X-Mailer: git-send-email 1.7.7 In-Reply-To: <1318952886-835-1-git-send-email-ricardo.ribalda@gmail.com> References: <1318952886-835-1-git-send-email-ricardo.ribalda@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Signed-off-by: Ricardo Ribalda Delgado --- include/linux/input/cma3000.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/linux/input/cma3000.h b/include/linux/input/cma3000.h index cbbaac2..e8c28e8 100644 --- a/include/linux/input/cma3000.h +++ b/include/linux/input/cma3000.h @@ -33,7 +33,7 @@ #define CMARANGE_8G 8000 /** - * struct cma3000_i2c_platform_data - CMA3000 Platform data + * struct cma3000_platform_data - CMA3000 Platform data * @fuzz_x: Noise on X Axis * @fuzz_y: Noise on Y Axis * @fuzz_z: Noise on Z Axis -- 1.7.7