Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752366AbdLBSFL (ORCPT ); Sat, 2 Dec 2017 13:05:11 -0500 Received: from smtprelay0159.hostedemail.com ([216.40.44.159]:49499 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752312AbdLBSFJ (ORCPT ); Sat, 2 Dec 2017 13:05:09 -0500 X-Session-Marker: 6A6F6540706572636865732E636F6D X-Spam-Summary: 2,0,0,,d41d8cd98f00b204,joe@perches.com,:::::::::::,RULES_HIT:41:355:379:541:599:960:973:981:982:988:989:1260:1277:1311:1313:1314:1345:1359:1373:1381:1437:1515:1516:1518:1534:1539:1593:1594:1711:1730:1747:1777:1792:2393:2559:2562:2828:3138:3139:3140:3141:3142:3352:3622:3865:3866:3867:3868:3873:4321:5007:10004:10400:10848:11026:11232:11658:11914:12048:12114:12740:12760:12895:13069:13161:13229:13311:13357:13439:14181:14659:14721:21080:21611:21627:30054:30070: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:2,LUA_SUMMARY:none X-HE-Tag: party97_8409a759eef0f X-Filterd-Recvd-Size: 1759 Message-ID: <1512237905.6321.26.camel@perches.com> Subject: Re: [PATCH] staging: pi433: Make rf69_set_dc_cut_off_frequency_intern static From: Joe Perches To: Marcus Wolf , Marcus Wolf , gregkh@linuxfoundation.org, dan.carpenter@oracle.com, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Date: Sat, 02 Dec 2017 10:05:05 -0800 In-Reply-To: <0b0afaef-aa5e-5b45-e570-8ce6a100225a@smarthome-wolf.de> References: <1512228022-22599-1-git-send-email-linux@wolf-entwicklungen.de> <1512233175.6321.11.camel@perches.com> <0b0afaef-aa5e-5b45-e570-8ce6a100225a@smarthome-wolf.de> 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 Content-Length: 730 Lines: 30 On Sat, 2017-12-02 at 19:15 +0200, Marcus Wolf wrote: > Can you give me a hint, how to invoke the checkpatch.pl. There are lots of ways. I suggest reading the output of $ ./scripts/checkpatch.pl --help For instance: [ after the fact checking ] $ git checkout -b [ commit one or more changes ] $ git format-patch - -o $ ./scripts/checkpatch.pl /* [ or pipe git diff output to checkpatch ] $ git checkout -b [ edit files and save changes ] $ git diff --stat -p | ./scripts/checkpatch.pl [ or run checkpatch on a particular commit ] $ ./scripts/checkpatch -g [ or run checkpatch.pl on a range of commits ] $ ./scripts/checkpatch.pl -g