Skip to content

Commit

Permalink
net: delete extra space and tab in blank line
Browse files Browse the repository at this point in the history
delete extra space and tab in blank line, there is no functional change.

Reported-by: Hacash Robot <hacashRobot@santino.com>
Signed-off-by: William Dean <williamsukatube@gmail.com>
Link: https://lore.kernel.org/r/20220723073222.2961602-1-williamsukatube@163.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
  • Loading branch information
William Dean authored and Jakub Kicinski committed Jul 26, 2022
1 parent 2baf8ba commit aa24649
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion net/ethtool/cabletest.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
return ret;
}

int ethnl_cable_test_amplitude(struct phy_device *phydev,
u8 pair, s16 mV)
{
Expand Down
2 changes: 1 addition & 1 deletion net/rxrpc/protocol.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ struct rxrpc_wire_header {

uint8_t userStatus; /* app-layer defined status */
#define RXRPC_USERSTATUS_SERVICE_UPGRADE 0x01 /* AuriStor service upgrade request */

uint8_t securityIndex; /* security protocol ID */
union {
__be16 _rsvd; /* reserved */
Expand Down

0 comments on commit aa24649

Please sign in to comment.