From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from bifrost.lang.hm (lang.hm [66.167.227.134]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.bufferbloat.net (Postfix) with ESMTPS id 0B78E3BA8E for ; Fri, 17 Nov 2017 14:36:44 -0500 (EST) Received: from dlang-laptop ([10.2.0.162]) by bifrost.lang.hm (8.13.4/8.13.4/Debian-3) with ESMTP id vAHJahsU005669; Fri, 17 Nov 2017 11:36:43 -0800 Date: Fri, 17 Nov 2017 11:36:43 -0800 (PST) From: David Lang X-X-Sender: dlang@dlang-laptop To: Dave Taht cc: cake@lists.bufferbloat.net In-Reply-To: <87o9o027g5.fsf@nemesis.taht.net> Message-ID: References: <87o9o027g5.fsf@nemesis.taht.net> User-Agent: Alpine 2.21.1 (DEB 209 2017-03-23) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Subject: Re: [Cake] checkpatch and cake X-BeenThere: cake@lists.bufferbloat.net X-Mailman-Version: 2.1.20 Precedence: list List-Id: Cake - FQ_codel the next generation List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Nov 2017 19:36:45 -0000 Remember that the upstream folks regard checkpatch as advice, not a rule, so don't go overboard changing other code to comply with checkpatch (or if you do make a bunch of changes to other code, make it a separate commit, before your functional changes) David Lang