From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753362AbdEDL67 (ORCPT ); Thu, 4 May 2017 07:58:59 -0400 Received: from slow1-d.mail.gandi.net ([217.70.178.86]:56802 "EHLO slow1-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751991AbdEDL6e (ORCPT ); Thu, 4 May 2017 07:58:34 -0400 X-Originating-IP: 83.155.44.161 Message-ID: <1493897492.22420.38.camel@hadess.net> Subject: Re: [PATCH v2 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: Thu, 04 May 2017 13:31:32 +0200 In-Reply-To: <20170502005254.10749-1-justin@jvreeland.com> References: <20170502005254.10749-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 On Mon, 2017-05-01 at 18:52 -0600, Justin Vreeland wrote: > v2: >   Added commit messages >   Fixed overly long lines >   Added Bastien Nocera's Reviewed-by tag >     - Also fixed commit messages marked reviewed, hope that's OK. The > patch >       contents are identical. > > Justin Vreeland (7): >   staging: rtl8723bs: Fix initialization of static variables >   staging: rtl8723bs: Wrap multi-line macros in do-while loop You can add: Reviewed-by: Bastien Nocera for those 2. Cheers