]> www.infradead.org Git - users/dwmw2/linux.git/commit
net: netconsole: Standardize variable naming
authorBreno Leitao <leitao@debian.org>
Thu, 8 Aug 2024 12:25:09 +0000 (05:25 -0700)
committerPaolo Abeni <pabeni@redhat.com>
Tue, 13 Aug 2024 08:58:58 +0000 (10:58 +0200)
commit5c4a39e8a608a0f0afa2710f469432e5bfce4562
tree82ffaa9b2aa9438c6e3096ed5ba6b602d2d105af
parente0a2b7e4a0f926948e7ade15cea5a43038dd790c
net: netconsole: Standardize variable naming

Update variable names from err to ret in cases where the variable may
return non-error values.

This change facilitates a forthcoming patch that relies on ret being
used consistently to handle return values, regardless of whether they
indicate an error or not.

Signed-off-by: Breno Leitao <leitao@debian.org>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
drivers/net/netconsole.c