From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752509AbdLMLzc (ORCPT ); Wed, 13 Dec 2017 06:55:32 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:49628 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752175AbdLMLzb (ORCPT ); Wed, 13 Dec 2017 06:55:31 -0500 Date: Wed, 13 Dec 2017 12:55:34 +0100 From: Greg KH To: Tomas Marek Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3] Staging: pi433: fix brace coding style issues in pi433_if.c Message-ID: <20171213115534.GA17402@kroah.com> References: <1512852071-47406-1-git-send-email-marek_tomas@centrum.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1512852071-47406-1-git-send-email-marek_tomas@centrum.cz> 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 Sat, Dec 09, 2017 at 12:41:11PM -0800, Tomas Marek wrote: > This patch fix several brace on next line, braces not necessary, space > around =/<, and space before/after open/close parenthesis coding style > errors find by checkpatch in pi433_if.c. > > Signed-off-by: Tomas Marek > --- > Changes in v3: > - DIO0_irq_handler update reverted - will be submitted in separate > patch for the sake of clarity. > Changes in v2: > - DIO0_irq_handler updated - 'if/else if' replaced by 'switch' and > 'dev_dbg_ratelimited' used instead of 'dev_dbg' according to Joe > Perches suggestion. > - The removal of braces around SET_CHECKED() reverted - caused syntax > error and is addressed by another patch > "[PATCHv2] staging: pi433: pi433_if.c remove SET_CHECKED macro". This doesn't apply to my tree at all :( Please rebase it against the staging-next branch of staging.git (or the staging-testing branch to be sure), and then resend. thanks, greg k-h