From patchwork Mon Mar 3 10:06:12 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mauro Carvalho Chehab X-Patchwork-Id: 3753381 Return-Path: X-Original-To: patchwork-linux-media@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 29EE49F1EE for ; Mon, 3 Mar 2014 10:16:15 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 54052201EC for ; Mon, 3 Mar 2014 10:16:11 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 74B5C2038C for ; Mon, 3 Mar 2014 10:16:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754567AbaCCKQD (ORCPT ); Mon, 3 Mar 2014 05:16:03 -0500 Received: from bombadil.infradead.org ([198.137.202.9]:49338 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754006AbaCCKHx (ORCPT ); Mon, 3 Mar 2014 05:07:53 -0500 Received: from [201.74.152.26] (helo=smtp.w2.samsung.com) by bombadil.infradead.org with esmtpsa (Exim 4.80.1 #2 (Red Hat Linux)) id 1WKPmo-00078U-FI; Mon, 03 Mar 2014 10:07:51 +0000 Received: from mchehab by smtp.w2.samsung.com with local (Exim 4.80.1) (envelope-from ) id 1WKPmF-0006V7-2o; Mon, 03 Mar 2014 07:07:15 -0300 From: Mauro Carvalho Chehab Cc: Mauro Carvalho Chehab , Linux Media Mailing List , Mauro Carvalho Chehab Subject: [PATCH 18/79] [media] drx-j: Some minor CodingStyle fixes at headers Date: Mon, 3 Mar 2014 07:06:12 -0300 Message-Id: <1393841233-24840-19-git-send-email-m.chehab@samsung.com> X-Mailer: git-send-email 1.8.5.3 In-Reply-To: <1393841233-24840-1-git-send-email-m.chehab@samsung.com> References: <1393841233-24840-1-git-send-email-m.chehab@samsung.com> To: unlisted-recipients:; (no To-header on input) Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP No functional changes. Signed-off-by: Mauro Carvalho Chehab --- drivers/media/dvb-frontends/drx39xyj/bsp_i2c.h | 22 ++++++++-------------- drivers/media/dvb-frontends/drx39xyj/bsp_tuner.h | 9 ++------- 2 files changed, 10 insertions(+), 21 deletions(-) diff --git a/drivers/media/dvb-frontends/drx39xyj/bsp_i2c.h b/drivers/media/dvb-frontends/drx39xyj/bsp_i2c.h index dd2fc797a991..80d7b2061bd0 100644 --- a/drivers/media/dvb-frontends/drx39xyj/bsp_i2c.h +++ b/drivers/media/dvb-frontends/drx39xyj/bsp_i2c.h @@ -1,4 +1,6 @@ /* + I2C API, implementation depends on board specifics + Copyright (c), 2004-2005,2007-2010 Trident Microsystems, Inc. All rights reserved. @@ -26,20 +28,12 @@ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ -/** -* \file $Id: bsp_i2c.h,v 1.5 2009/07/07 14:20:30 justin Exp $ -* -* \brief I2C API, implementation depends on board specifics -* -* This module encapsulates I2C access.In some applications several devices -* share one I2C bus. If these devices have the same I2C address some kind -* off "switch" must be implemented to ensure error free communication with -* one device. In case such a "switch" is used, the device ID can be used -* to implement control over this "switch". -* -* + This module encapsulates I2C access.In some applications several devices + share one I2C bus. If these devices have the same I2C address some kind + off "switch" must be implemented to ensure error free communication with + one device. In case such a "switch" is used, the device ID can be used + to implement control over this "switch". */ #ifndef __BSPI2C_H__ @@ -123,7 +117,7 @@ Exported FUNCTIONS */ drx_status_t drxbsp_i2c_write_read(struct i2c_device_addr *w_dev_addr, u16 w_count, - u8 *wData, + u8 *w_data, struct i2c_device_addr *r_dev_addr, u16 r_count, u8 *r_data); diff --git a/drivers/media/dvb-frontends/drx39xyj/bsp_tuner.h b/drivers/media/dvb-frontends/drx39xyj/bsp_tuner.h index 0016ba75bb7f..080ac02eaadb 100644 --- a/drivers/media/dvb-frontends/drx39xyj/bsp_tuner.h +++ b/drivers/media/dvb-frontends/drx39xyj/bsp_tuner.h @@ -1,4 +1,6 @@ /* + Tuner dependable type definitions, macro's and functions + Copyright (c), 2004-2005,2007-2010 Trident Microsystems, Inc. All rights reserved. @@ -28,13 +30,6 @@ POSSIBILITY OF SUCH DAMAGE. */ -/** -* \file $Id: bsp_tuner.h,v 1.5 2009/10/19 22:15:13 dingtao Exp $ -* -* \brief Tuner dependable type definitions, macro's and functions -* -*/ - #ifndef __DRXBSP_TUNER_H__ #define __DRXBSP_TUNER_H__ /*------------------------------------------------------------------------------