diff options
author | William Dean <williamsukatube@gmail.com> | 2022-07-23 10:32:22 +0300 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2022-07-26 05:38:31 +0300 |
commit | aa246499bb5f44bf4822ff1966213c14912c732c (patch) | |
tree | d6f09d118d3ee6b52585d8836eb4919de39cc972 /net/rxrpc/protocol.h | |
parent | 2baf8ba532a12579a090d79d4522b9ec324073d5 (diff) | |
download | linux-aa246499bb5f44bf4822ff1966213c14912c732c.tar.xz |
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>
Diffstat (limited to 'net/rxrpc/protocol.h')
-rw-r--r-- | net/rxrpc/protocol.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/rxrpc/protocol.h b/net/rxrpc/protocol.h index 49bb972539aa..d2cf8e1d218f 100644 --- a/net/rxrpc/protocol.h +++ b/net/rxrpc/protocol.h @@ -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 */ |