Merge branch 'sch_api-style'
authorDavid S. Miller <davem@davemloft.net>
Tue, 5 Dec 2017 20:04:27 +0000 (15:04 -0500)
committerDavid S. Miller <davem@davemloft.net>
Tue, 5 Dec 2017 20:04:27 +0000 (15:04 -0500)
commit9382a5067ea503069a0bd250d5488a85ce9c9c36
treec6578ca50e923aae50e6f00e9555c9c6e1236d62
parent045203e90ed30807bfacd80b2e3c64be068ca8a5
parent54160ef6ec64e5a27b8f4ab4105ae81a57064dca
Merge branch 'sch_api-style'

Alexander Aring says:

====================
net: sched: sch_api: fix coding style issues for extack

this patch prepares to handle extack for qdiscs and fixes checkpatch
issues.

There are a bunch of warnings issued by checkpatch which bothered me.
This first patchset is to get rid of those warnings to make way for
the next patchsets.

I plan to followup with qdiscs, classifiers and actions after this.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>