Commit e714efee by Alexander Popov

Fix pylint W0613: Unused argument 'arch'

parent 7d8e8d56
...@@ -622,7 +622,7 @@ def normalize_cmdline_options(option, value): ...@@ -622,7 +622,7 @@ def normalize_cmdline_options(option, value):
# kernel.warn_limit (think about a proper value) # kernel.warn_limit (think about a proper value)
# net.ipv4.tcp_syncookies=1 (?) # net.ipv4.tcp_syncookies=1 (?)
def add_sysctl_checks(l, arch): def add_sysctl_checks(l, _arch):
# This function may be called with arch=None # This function may be called with arch=None
# Calling the SysctlCheck class constructor: # Calling the SysctlCheck class constructor:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment