From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751552AbdCCGic (ORCPT ); Fri, 3 Mar 2017 01:38:32 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:43404 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751037AbdCCGia (ORCPT ); Fri, 3 Mar 2017 01:38:30 -0500 Date: Fri, 3 Mar 2017 07:24:43 +0100 From: Greg KH To: Milian Reichardt Cc: wsa-dev@sang-engineering.com, linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] USB: misc: ldusb: Fixed coding style issues Message-ID: <20170303062443.GA31497@kroah.com> References: <20170302235546.12945-1-mreichardt95@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170302235546.12945-1-mreichardt95@gmail.com> User-Agent: Mutt/1.8.0 (2017-02-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Mar 03, 2017 at 12:55:46AM +0100, Milian Reichardt wrote: > Fixed multiple coding style issues. Please be specific as to exactly what issues you are fixing up. And don't do multiple things in the same patch, each different thing needs to be broken up into an individual patch. thanks, greg k-h