From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933259AbbFVLbG (ORCPT ); Mon, 22 Jun 2015 07:31:06 -0400 Received: from mail-pd0-f174.google.com ([209.85.192.174]:34884 "EHLO mail-pd0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756145AbbFVLa5 (ORCPT ); Mon, 22 Jun 2015 07:30:57 -0400 Date: Mon, 22 Jun 2015 17:00:49 +0530 From: Sudip Mukherjee To: Peter Karlsson Cc: greg@kroah.com, devel@driverdev.osuosl.org, yeliztaneroglu@gmail.com, linux-kernel@vger.kernel.org, gdonald@gmail.com, joe@perches.com Subject: Re: [PATCH 1/2] staging: ft1000-usb: fixed table alignment Message-ID: <20150622113049.GD3355@sudip-PC> References: <1434886191-24234-1-git-send-email-peter@zapto.se> <1434886191-24234-2-git-send-email-peter@zapto.se> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1434886191-24234-2-git-send-email-peter@zapto.se> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Jun 21, 2015 at 01:29:50PM +0200, Peter Karlsson wrote: > Fixed alignment to 8 bytes per line. > > Signed-off-by: Peter Karlsson > --- > drivers/staging/ft1000/ft1000-usb/ft1000_debug.c | 19 +++++++++++++------ > 1 file changed, 13 insertions(+), 6 deletions(-) > > diff --git a/drivers/staging/ft1000/ft1000-usb/ft1000_debug.c b/drivers/staging/ft1000/ft1000-usb/ft1000_debug.c > index faac4e5..b917953 100644 > --- a/drivers/staging/ft1000/ft1000-usb/ft1000_debug.c > +++ b/drivers/staging/ft1000/ft1000-usb/ft1000_debug.c > @@ -414,12 +414,19 @@ static long ft1000_ioctl(struct file *file, unsigned int command, > unsigned long flags; I am little bit confused with this patch. It is not applying. On verification I am seeing struct timeval tv; is supposed to here. have you verified that the patch is applying? regards sudip -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in Please read the FAQ at http://www.tux.org/lkml/