Commit aa246499 authored by William Dean's avatar William Dean Committed by Jakub Kicinski

net: delete extra space and tab in blank line

delete extra space and tab in blank line, there is no functional change.
Reported-by: default avatarHacash Robot <hacashRobot@santino.com>
Signed-off-by: default avatarWilliam Dean <williamsukatube@gmail.com>
Link: https://lore.kernel.org/r/20220723073222.2961602-1-williamsukatube@163.comSigned-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent 2baf8ba5
...@@ -356,7 +356,7 @@ int ethnl_act_cable_test_tdr(struct sk_buff *skb, struct genl_info *info) ...@@ -356,7 +356,7 @@ int ethnl_act_cable_test_tdr(struct sk_buff *skb, struct genl_info *info)
ethnl_parse_header_dev_put(&req_info); ethnl_parse_header_dev_put(&req_info);
return ret; return ret;
} }
int ethnl_cable_test_amplitude(struct phy_device *phydev, int ethnl_cable_test_amplitude(struct phy_device *phydev,
u8 pair, s16 mV) u8 pair, s16 mV)
{ {
......
...@@ -57,7 +57,7 @@ struct rxrpc_wire_header { ...@@ -57,7 +57,7 @@ struct rxrpc_wire_header {
uint8_t userStatus; /* app-layer defined status */ uint8_t userStatus; /* app-layer defined status */
#define RXRPC_USERSTATUS_SERVICE_UPGRADE 0x01 /* AuriStor service upgrade request */ #define RXRPC_USERSTATUS_SERVICE_UPGRADE 0x01 /* AuriStor service upgrade request */
uint8_t securityIndex; /* security protocol ID */ uint8_t securityIndex; /* security protocol ID */
union { union {
__be16 _rsvd; /* reserved */ __be16 _rsvd; /* reserved */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment