From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752654AbdK1NMW (ORCPT ); Tue, 28 Nov 2017 08:12:22 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:48166 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752174AbdK1NMU (ORCPT ); Tue, 28 Nov 2017 08:12:20 -0500 Date: Tue, 28 Nov 2017 14:10:21 +0100 From: Greg KH To: Chase Metzger Cc: Marcus Wolf , Joseph Wright , Al Viro , Srishti Sharma , devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/6] staging: pi433: pi433_if.c: coding style fixes Message-ID: <20171128131021.GA32275@kroah.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.1 (2017-09-22) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Nov 15, 2017 at 04:35:47PM -0800, Chase Metzger wrote: > Fixes some of the coding style violations to comply with the kernel > coding style. > > Chase Metzger (6): > staging: pi433: pi433_if.c: fix opening curly brace coding style > issues > staging: pi433: pi433_if.c: fix else if/else statements coding style > issues > staging: pi433: pi433_if.c: fix trailing statement coding style issues > staging: pi433: pi433_if.c: fix space prohibited coding style issues > staging: pi433: pi433_if.c: fix space(s) required coding style issues > staging: pi433: pi433_if.c: use tabs instead of spaces > > drivers/staging/pi433/pi433_if.c | 203 +++++++++++++++++---------------------- > 1 file changed, 87 insertions(+), 116 deletions(-) Please rebase and resend this series based on the review comments. thanks, greg k-h