Re: [PATCH v2 net-next 0/6] net sched actions: code style cleanup and fixes

2018-06-28 Thread David Miller
From: Roman Mashak Date: Wed, 27 Jun 2018 13:33:29 -0400 > 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

Re: [PATCH v2 net-next 0/6] net sched actions: code style cleanup and fixes

2018-06-28 Thread Davide Caratti
On Wed, 2018-06-27 at 13:33 -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 fi

[PATCH v2 net-next 0/6] net sched actions: code style cleanup and fixes

2018-06-27 Thread Roman Mashak
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