diff options
author | 2021-11-13 14:35:51 +0800 | |
---|---|---|
committer | 2021-11-29 12:44:10 +0200 | |
commit | fa4408b0799a7d52ec0b28f97ab0a93401e8e83f (patch) | |
tree | 3ee2056be893bcfe7e20dbc82e758c11f4997848 /net/core/devlink.c | |
parent | rsi: Fix out-of-bounds read in rsi_read_pkt() (diff) | |
download | wireguard-linux-fa4408b0799a7d52ec0b28f97ab0a93401e8e83f.tar.xz wireguard-linux-fa4408b0799a7d52ec0b28f97ab0a93401e8e83f.zip |
wlcore: no need to initialise statics to false
Static variables do not need to be initialized to false. The
compiler will do that.
Signed-off-by: Jason Wang <wangborong@cdjrlc.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/20211113063551.257804-1-wangborong@cdjrlc.com
Diffstat (limited to 'net/core/devlink.c')
0 files changed, 0 insertions, 0 deletions