From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965728AbdLRW2Y (ORCPT ); Mon, 18 Dec 2017 17:28:24 -0500 Received: from smtprelay0038.hostedemail.com ([216.40.44.38]:39573 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S936193AbdLRW2V (ORCPT ); Mon, 18 Dec 2017 17:28:21 -0500 X-Session-Marker: 6A6F6540706572636865732E636F6D X-Spam-Summary: 2,0,0,,d41d8cd98f00b204,joe@perches.com,:::,RULES_HIT:41:69:355:379:541:599:973:988:989:1260:1277:1311:1313:1314:1345:1359:1373:1437:1515:1516:1518:1534:1541:1593:1594:1711:1730:1747:1777:1792:2393:2559:2562:2828:3138:3139:3140:3141:3142:3353:3622:3865:3866:3867:3868:3871:3872:3873:3874:4321:4552:4605:5007:7903:8527:10004:10400:10848:11232:11658:11914:12043:12555:12740:12760:12895:12986:13069:13161:13163:13229:13311:13357:13439:14096:14097:14181:14659:14721:14777:21080:21324:21433:21451:21627:30012:30022:30054:30091,0,RBL:none,CacheIP:none,Bayesian:0.5,0.5,0.5,Netcheck:none,DomainCache:0,MSF:not bulk,SPF:,MSBL:0,DNSBL:none,Custom_rules:0:0:0,LFtime:1,LUA_SUMMARY:none X-HE-Tag: magic69_e843cf1c234a X-Filterd-Recvd-Size: 2563 Message-ID: <1513636098.1234.11.camel@perches.com> Subject: Re: [PATCH 0/5] staging: rtl8712: fix several checkpatch style issues From: Joe Perches To: Martin Homuth Cc: linux-kernel@vger.kernel.org Date: Mon, 18 Dec 2017 14:28:18 -0800 In-Reply-To: References: <1513632077.1234.4.camel@perches.com> Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.26.1-1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 2017-12-18 at 23:17 +0100, Martin Homuth wrote: > On 12/18/2017 10:21 PM, Joe Perches wrote: > > On Mon, 2017-12-18 at 21:36 +0100, Martin Homuth wrote: > > > This patch series fixes some coding style issues reported by checkpatch.pl. > > > > > > It is based on next-20171218 > > > > > > Martin Homuth (5): > > > staging: rtl8712: style fix over 80 characters warnings > > > staging: rtl8712: style fix multiple line dereferences > > > staging: rtl8712: style fix indentation > > > staging: rtl8712: style fix unneeded else > > > staging: rtl8712: style fix returned error code > > > > > > drivers/staging/rtl8712/ieee80211.c | 6 ++- > > > drivers/staging/rtl8712/os_intfs.c | 5 +- > > > drivers/staging/rtl8712/rtl8712_cmd.c | 18 ++++--- > > > drivers/staging/rtl8712/rtl8712_recv.c | 8 +-- > > > drivers/staging/rtl8712/rtl8712_xmit.c | 3 +- > > > drivers/staging/rtl8712/rtl871x_cmd.c | 36 +++++++------- > > > drivers/staging/rtl8712/rtl871x_ioctl_linux.c | 72 > > > ++++++++++++++------------- > > > > This line wrapping is generally an indication that your email > > client (thunderbird 52.5.0) is wrapping all patches. > > > > If you can, use git send-email instead > > > > > > Thank you very much, I wasn't aware of this problem and finally set up > send-email appropriately. Should I resend the series right away or wait > for additional comments? I never looked at the patches. The subjects look innocuous enough though. I'd just resend as V2 after first resending only to yourself to make sure the patches apply properly.