Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

net: delete extra space and tab in blank line

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>

authored by

William Dean and committed by
Jakub Kicinski
aa246499 2baf8ba5

+2 -2
+1 -1
net/ethtool/cabletest.c
··· 356 356 ethnl_parse_header_dev_put(&req_info); 357 357 return ret; 358 358 } 359 - 359 + 360 360 int ethnl_cable_test_amplitude(struct phy_device *phydev, 361 361 u8 pair, s16 mV) 362 362 {
+1 -1
net/rxrpc/protocol.h
··· 57 57 58 58 uint8_t userStatus; /* app-layer defined status */ 59 59 #define RXRPC_USERSTATUS_SERVICE_UPGRADE 0x01 /* AuriStor service upgrade request */ 60 - 60 + 61 61 uint8_t securityIndex; /* security protocol ID */ 62 62 union { 63 63 __be16 _rsvd; /* reserved */