From mboxrd@z Thu Jan 1 00:00:00 1970 From: Roman Mashak Subject: [PATCH net 0/5] net sched actions: code style cleanup and fixes Date: Tue, 19 Jun 2018 12:56:03 -0400 Message-ID: <1529427368-17129-1-git-send-email-mrv@mojatatu.com> Cc: netdev@vger.kernel.org, kernel@mojatatu.com, jhs@mojatatu.com, xiyou.wangcong@gmail.com, jiri@resnulli.us, Roman Mashak To: davem@davemloft.net Return-path: Received: from mail-io0-f196.google.com ([209.85.223.196]:39071 "EHLO mail-io0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S967094AbeFSQ4S (ORCPT ); Tue, 19 Jun 2018 12:56:18 -0400 Received: by mail-io0-f196.google.com with SMTP id f1-v6so850681ioh.6 for ; Tue, 19 Jun 2018 09:56:18 -0700 (PDT) Sender: netdev-owner@vger.kernel.org List-ID: 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 include/net/tc_act/tc_pedit.h | 1 + include/uapi/linux/tc_act/tc_pedit.h | 9 ++++++-- net/sched/act_pedit.c | 41 +++++++++++++++++++----------------- 3 files changed, 30 insertions(+), 21 deletions(-) -- 2.7.4