net: delete extra space and tab in blank line
authorWilliam Dean <williamsukatube@gmail.com>
Sat, 23 Jul 2022 07:32:22 +0000 (15:32 +0800)
committerJakub Kicinski <kuba@kernel.org>
Tue, 26 Jul 2022 02:38:31 +0000 (19:38 -0700)
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>
net/ethtool/cabletest.c
net/rxrpc/protocol.h

index 920aac0..06a1511 100644 (file)
@@ -356,7 +356,7 @@ out_dev_put:
        ethnl_parse_header_dev_put(&req_info);
        return ret;
 }
+
 int ethnl_cable_test_amplitude(struct phy_device *phydev,
                               u8 pair, s16 mV)
 {
index 49bb972..d2cf8e1 100644 (file)
@@ -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 */