From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752964AbdHOAmF (ORCPT ); Mon, 14 Aug 2017 20:42:05 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:49688 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752799AbdHOAmE (ORCPT ); Mon, 14 Aug 2017 20:42:04 -0400 Date: Mon, 14 Aug 2017 17:42:04 -0700 From: Greg KH To: Frank Jozsa Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] staging: pi433: style fixes for conditionals Message-ID: <20170815004204.GA32290@kroah.com> References: <20170807235142.30042-1-frozsak@evokator.com> <20170807235142.30042-2-frozsak@evokator.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170807235142.30042-2-frozsak@evokator.com> User-Agent: Mutt/1.8.3 (2017-05-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Aug 07, 2017 at 07:51:42PM -0400, Frank Jozsa wrote: > Cleans up some incongruous braces > > Signed-off-by: Frank Jozsa > --- > drivers/staging/pi433/pi433_if.c | 203 +++++++++++++++------------------------ > 1 file changed, 78 insertions(+), 125 deletions(-) You sent two patches that seem to be different, yet have the same subject line :( Please fix up and resend them both correctly. Also correctly cc: the needed developers using scripts/get_maintainer.pl. thanks, greg k-h