From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750884AbcEGRPW (ORCPT ); Sat, 7 May 2016 13:15:22 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:33926 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750823AbcEGRPV (ORCPT ); Sat, 7 May 2016 13:15:21 -0400 Date: Sat, 7 May 2016 19:15:17 +0200 From: Greg KH To: Thimo Braker Cc: arve@android.com, riandrews@android.com, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org, Thimo Braker Subject: Re: [PATCH] Staging: android: gio: fixes a variable type issue and tabbing issues Message-ID: <20160507171517.GA20652@kroah.com> References: <1462636597-15311-1-git-send-email-thibmorozier@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1462636597-15311-1-git-send-email-thibmorozier@gmail.com> User-Agent: Mutt/1.6.1 (2016-04-27) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, May 07, 2016 at 10:56:37AM -0500, Thimo Braker wrote: > Fixes issues with the coding style checks. What issues? Always be specific, and describe what you are doing. Also don't put more than one "thing" in a single patch (hint, "coding style cleanups" are not one thing.) > > Signed-off-by: Thimo Braker > --- > drivers/staging/android/timed_gpio.c | 36 +++++++++++++++++----------------- > drivers/staging/android/timed_gpio.h | 8 ++++---- > drivers/staging/android/timed_output.c | 16 +++++++-------- These files are not in linux-next, please always work from that, they have been gone from my tree for months now :( thanks, greg k-h