net: the space is required before the open parenthesis '('
authorWei Tang <tangwei@cmss.chinamobile.com>
Mon, 27 Jun 2016 10:12:46 +0000 (18:12 +0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 29 Jun 2016 09:15:14 +0000 (05:15 -0400)
commit8a01ed70ebe4ddf37a759e8e9b4e8e71fb26b47c
treeb55ff9ed6f4307dd0724c7a79106083e7e6fa700
parent5eca2914f3cf787cced92e818bff5f1ac4f0a8b2
net: the space is required before the open parenthesis '('

The space is missing before the open parenthesis '(', and this
will introduce much more noise when checking patch around.

Signed-off-by: Wei Tang <tangwei@cmss.chinamobile.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/utils.c