From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934777AbdLRVVW (ORCPT ); Mon, 18 Dec 2017 16:21:22 -0500 Received: from smtprelay0151.hostedemail.com ([216.40.44.151]:60126 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S932927AbdLRVVU (ORCPT ); Mon, 18 Dec 2017 16:21:20 -0500 X-Session-Marker: 6A6F6540706572636865732E636F6D X-Spam-Summary: 2,0,0,,d41d8cd98f00b204,joe@perches.com,:::,RULES_HIT:41:69:355:379:541:599:988:989:1260:1277:1311:1313:1314:1345:1359:1373:1381:1437:1515:1516:1518:1534:1541:1593:1594:1711:1730:1747:1777:1792:2393:2559:2562:2828:3138:3139:3140:3141:3142:3352:3622:3871:3872:3873:3874:3876:4321:4552:4605:5007:7903:10004:10400:10848:11232:11658:11914:12043:12555:12740:12760:12895:12986:13069:13311:13357:13439:14096:14097:14181:14659:14721:14777:21080: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: van98_b7dd2cdb7c25 X-Filterd-Recvd-Size: 1879 Message-ID: <1513632077.1234.4.camel@perches.com> Subject: Re: [PATCH 0/5] staging: rtl8712: fix several checkpatch style issues From: Joe Perches To: Martin Homuth , linux-kernel@vger.kernel.org Date: Mon, 18 Dec 2017 13:21:17 -0800 In-Reply-To: References: 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 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