From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754231AbcAOSJG (ORCPT ); Fri, 15 Jan 2016 13:09:06 -0500 Received: from bhuna.collabora.co.uk ([46.235.227.227]:44919 "EHLO bhuna.collabora.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753953AbcAOSJB convert rfc822-to-8bit (ORCPT ); Fri, 15 Jan 2016 13:09:01 -0500 content-type: text/plain; charset="utf-8" in-reply-to: <1452880572.8586.59.camel@perches.com> from: "Peter Senna" X-Forward: 82.123.166.233 date: Fri, 15 Jan 2016 18:09:00 +0000 cc: sergei.shtylyov@cogentembedded.com, "Peter Senna Tschudin" , gregkh@linuxfoundation.org, linux-kernel@vger.kernel.org, stern@rowland.harvard.edu, thomas@winischhofer.net, linux-usb@vger.kernel.org to: "Joe Perches" MIME-Version: 1.0 message-id: <649b-56993580-3-19efa9e0@156463953> subject: =?utf-8?q?Re=3A_=5BPATCH_V2_1=2F7=5D_usb-misc=3A_sisusbvga=3A_Fix_coding_style=3A_horizontal_whitespace_changes?= User-Agent: SOGoMail 2.3.5 content-transfer-encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org CC: Alan Stern On Friday, January 15, 2016 18:56 CET, Joe Perches wrote: > On Fri, 2016-01-15 at 18:41 +0100, Peter Senna Tschudin wrote: > > This patch fixes whitespace coding style issues that can be fixed > > within a single line. > > trivia: > > > diff --git a/drivers/usb/misc/sisusbvga/sisusb.c b/drivers/usb/misc/sisusbvga/sisusb.c > [] > > @@ -549,7 +549,7 @@ static int sisusb_recv_bulk_msg(struct sisusb_usb_data *sisusb, int ep, int len, > >  } > >   > >  static int sisusb_send_packet(struct sisusb_usb_data *sisusb, int len, > > - struct sisusb_packet *packet) > > + struct sisusb_packet *packet) > > I think all of these should use indentation alignment > to open parenthesis. That was my original idea too, but I have the impression things are different for usb, at least for usb-host. Alan, can you comment on this continuation line style issue here?