Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S939445AbdD1JuA (ORCPT ); Fri, 28 Apr 2017 05:50:00 -0400 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:33968 "EHLO relay4-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1164560AbdD1Jtx (ORCPT ); Fri, 28 Apr 2017 05:49:53 -0400 X-Originating-IP: 83.155.44.161 Message-ID: <1493372987.2281.19.camel@hadess.net> Subject: Re: [PATCH 0/7] staging: rtl8732: Various checkpatch fixes From: Bastien Nocera To: Justin Vreeland , gregkh@linuxfoundation.org, Larry.Finger@lwfinger.net Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Date: Fri, 28 Apr 2017 11:49:47 +0200 In-Reply-To: <20170428001000.7241-1-justin@jvreeland.com> References: <20170428001000.7241-1-justin@jvreeland.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.24.1 (3.24.1-1.fc26) Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 340 Lines: 13 On Thu, 2017-04-27 at 18:09 -0600, Justin Vreeland wrote: > Justin Vreeland (7): > >   staging: rtl8723bs: Fix pointer style >   staging: rtl8723bs: Fix spacing around '<' >   staging: rtl8723bs: Do not use assignment in if condition You can add: Reviewed-By: Bastien Nocera To those last 3 patches. Cheers