From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757312AbZILCN2 (ORCPT ); Fri, 11 Sep 2009 22:13:28 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1757259AbZILCN0 (ORCPT ); Fri, 11 Sep 2009 22:13:26 -0400 Received: from fifo99.com ([67.223.236.141]:47307 "EHLO fifo99.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757172AbZILCN0 (ORCPT ); Fri, 11 Sep 2009 22:13:26 -0400 Subject: Re: [PATCH] libata: Add pata_atp867x driver for Artop/Acard ATP867X controllers From: Daniel Walker To: "Jung-Ik (John) Lee" Cc: Jeff Garzik , linux-ide@vger.kernel.org, linux-kernel@vger.kernel.org, Grant Grundler , Gwendal Grignou , Eric Uhrhane In-Reply-To: <8b5805ff0909111906j68c20c3yf7226f2798a67d80@mail.gmail.com> References: <8b5805ff0909111906j68c20c3yf7226f2798a67d80@mail.gmail.com> Content-Type: text/plain Date: Fri, 11 Sep 2009 19:14:01 -0700 Message-Id: <1252721641.28368.34.camel@desktop> Mime-Version: 1.0 X-Mailer: Evolution 2.24.3 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 2009-09-11 at 19:06 -0700, Jung-Ik (John) Lee wrote: > From: John(Jung-Ik) Lee > > This is a new pata driver for ARTOP 867X 64bit 4-channel UDMA133 ATA > ctrls. > Based on the Atp867 data sheet rev 1.2, Acard, and in part on early > ide codes > from Eric Uhrhane . This driver has numerous checkpatch errors .. Could you run this though scripts/checkpatch.pl and correct anything it finds? Daniel