From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Horman Subject: Re: [PATCH net 0/5] net sched actions: code style cleanup and fixes Date: Wed, 20 Jun 2018 10:20:16 +0200 Message-ID: <20180620082015.tcbfwxnwuzko43yd@netronome.com> References: <1529427368-17129-1-git-send-email-mrv@mojatatu.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: davem@davemloft.net, netdev@vger.kernel.org, kernel@mojatatu.com, jhs@mojatatu.com, xiyou.wangcong@gmail.com, jiri@resnulli.us To: Roman Mashak Return-path: Received: from mail-wm0-f68.google.com ([74.125.82.68]:33852 "EHLO mail-wm0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753202AbeFTI0m (ORCPT ); Wed, 20 Jun 2018 04:26:42 -0400 Received: by mail-wm0-f68.google.com with SMTP id l15-v6so21754342wmc.1 for ; Wed, 20 Jun 2018 01:26:42 -0700 (PDT) Content-Disposition: inline In-Reply-To: <1529427368-17129-1-git-send-email-mrv@mojatatu.com> Sender: netdev-owner@vger.kernel.org List-ID: On Tue, Jun 19, 2018 at 12:56:03PM -0400, Roman Mashak wrote: > The patchset fixes a few code stylistic issues and typos, as well as one > detected by sparse semantic checker tool. > > No functional changes introduced. > > Patch 1 & 2 fix coding style bits caught by the checkpatch.pl script > Patch 3 fixes an issue with a shadowed variable > Patch 4 adds sizeof() operator instead of magic number for buffer length > Patch 5 fixes typos in diagnostics messages > > Roman Mashak (5): > net sched actions: fix coding style in pedit action > net sched actions: fix coding style in pedit headers > net sched actions: fix sparse warning > net sched actions: use sizeof operator for buffer length > net sched actions: fix misleading text strings in pedit action All patches: Reviewed-by: Simon Horman