Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934593AbcKWJJE (ORCPT ); Wed, 23 Nov 2016 04:09:04 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:38780 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933640AbcKWJJC (ORCPT ); Wed, 23 Nov 2016 04:09:02 -0500 Date: Wed, 23 Nov 2016 10:09:05 +0100 From: Greg KH To: Walt Feasel Cc: w.d.hubbs@gmail.com, devel@driverdev.osuosl.org, kirk@reisers.ca, speakup@linux-speakup.org, linux-kernel@vger.kernel.org, samuel.thibault@ens-lyon.org, chris@the-brannons.com Subject: Re: [PATCH v2 0/6] staging: speakup: speakup_soft.c checkpatch modifications Message-ID: <20161123090905.GA31482@kroah.com> References: <1479741565-19419-1-git-send-email-waltfeasel@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1479741565-19419-1-git-send-email-waltfeasel@gmail.com> User-Agent: Mutt/1.7.1 (2016-10-04) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 516 Lines: 18 On Mon, Nov 21, 2016 at 10:19:19AM -0500, Walt Feasel wrote: > Make Linux kernel style modifications for speak_soft.c to include: > > Space around operator > Logical continuation > Multiple blank lines > Blank line after { > comment modifications > Align parenthesis Ok, now that you have a bunch of cleanup patches accepted, why not work on some "real" code changes? There's no need to fix all of the coding style issues in drivers/staging/ at once, leave some for other people to learn on :) thanks, greg k-h