Skip to content

Commit

Permalink
net: eth: mgmt: Minor formatting fix
Browse files Browse the repository at this point in the history
Line too long. Make it match other defines.

Signed-off-by: Tomasz Gorochowik <tgorochowik@antmicro.com>
  • Loading branch information
tgorochowik authored and jukkar committed Jul 27, 2018
1 parent dbc8789 commit e487fc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/net/ethernet_mgmt.h
Expand Up @@ -63,7 +63,7 @@ NET_MGMT_DEFINE_REQUEST_HANDLER(NET_REQUEST_ETHERNET_SET_DUPLEX);

NET_MGMT_DEFINE_REQUEST_HANDLER(NET_REQUEST_ETHERNET_SET_MAC_ADDRESS);

#define NET_REQUEST_ETHERNET_SET_QAV_DELTA_BANDWIDTH \
#define NET_REQUEST_ETHERNET_SET_QAV_DELTA_BANDWIDTH \
(_NET_ETHERNET_BASE | NET_REQUEST_ETHERNET_CMD_SET_QAV_DELTA_BANDWIDTH)

NET_MGMT_DEFINE_REQUEST_HANDLER(NET_REQUEST_ETHERNET_SET_QAV_DELTA_BANDWIDTH);
Expand Down

0 comments on commit e487fc7

Please sign in to comment.