Nikolay Kyx
47b6079e6f
staging: kpc2000: code style: fix line length issue
...
This patch fixes the following checkpatch.pl warning:
WARNING: line length of 124 exceeds 100 columns
in file kpc2000_i2c.c
Signed-off-by: Nikolay Kyx <knv418@gmail.com >
Link: https://lore.kernel.org/r/20210221132246.1154-2-knv418@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2021-03-10 09:25:28 +01:00
Nikolay Kyx
bba80c8482
staging: kpc2000: code style: match alignment with open parenthesis
...
This patch fixes the following checkpatch.pl check:
CHECK: Alignment should match open parenthesis
in files kpc2000_i2c.c kpc2000_spi.c
Signed-off-by: Nikolay Kyx <knv418@gmail.com >
Link: https://lore.kernel.org/r/20210221132246.1154-1-knv418@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2021-03-10 09:25:28 +01:00
William Durand
061c43a354
staging: rtl8192e: fix alignment issues in rtllib_wx.c
...
Fixes "Alignment should match open parenthesis" issues reported by
checkpatch.pl in the `rtllib_wx.c` file.
Signed-off-by: William Durand <will+git@drnd.me >
Link: https://lore.kernel.org/r/20210219233352.2298-1-will+git@drnd.me
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2021-03-10 09:25:28 +01:00
William Durand
d970d17cab
staging: rtl8192e: reformat ba_record struct
...
This change uses a space instead of tabs between the type and name of
each member of the struct.
Signed-off-by: William Durand <will+git@drnd.me >
Link: https://lore.kernel.org/r/20210219231128.27119-8-will+git@drnd.me
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2021-03-10 09:25:28 +01:00
William Durand
34fea35282
staging: rtl8192e: rename BaStartSeqCtrl to ba_start_seq_ctrl in ba_record struct
...
Fixes a checkpatch CHECK issue.
Signed-off-by: William Durand <will+git@drnd.me >
Link: https://lore.kernel.org/r/20210219231128.27119-7-will+git@drnd.me
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2021-03-10 09:25:28 +01:00
William Durand
092bc4e78e
staging: rtl8192e: rename BaTimeoutValue to ba_timeout_value in ba_record struct
...
Fixes a checkpatch CHECK issue.
Signed-off-by: William Durand <will+git@drnd.me >
Link: https://lore.kernel.org/r/20210219231128.27119-6-will+git@drnd.me
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2021-03-10 09:25:28 +01:00
William Durand
ffa3d0a13d
staging: rtl8192e: rename BaParamSet to ba_param_set in ba_record struct
...
Fixes a checkpatch CHECK issue.
Signed-off-by: William Durand <will+git@drnd.me >
Link: https://lore.kernel.org/r/20210219231128.27119-5-will+git@drnd.me
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2021-03-10 09:25:28 +01:00
William Durand
142867ea2a
staging: rtl8192e: rename DialogToken to dialog_token in ba_record struct
...
Fixes a checkpatch CHECK issue.
Signed-off-by: William Durand <will+git@drnd.me >
Link: https://lore.kernel.org/r/20210219231128.27119-4-will+git@drnd.me
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2021-03-10 09:25:27 +01:00
William Durand
ba05a61984
staging: rtl8192e: rename bValid to b_valid in ba_record struct
...
Fixes a checkpatch CHECK issue.
Signed-off-by: William Durand <will+git@drnd.me >
Link: https://lore.kernel.org/r/20210219231128.27119-3-will+git@drnd.me
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2021-03-10 09:25:27 +01:00
William Durand
a318d0b107
staging: rtl8192e: rename Timer to timer in ba_record struct
...
Fixes a checkpatch CHECK issue.
Signed-off-by: William Durand <will+git@drnd.me >
Link: https://lore.kernel.org/r/20210219231128.27119-2-will+git@drnd.me
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2021-03-10 09:25:27 +01:00
William Durand
53c72c4ca8
staging: rtl8192e: rename TID to tid in delba_param_set union
...
This change uses lowercase for a field name to be more consistent with
the rest of the union.
Signed-off-by: William Durand <will+git@drnd.me >
Link: https://lore.kernel.org/r/20210219161400.29316-6-will+git@drnd.me
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2021-03-10 09:25:27 +01:00
William Durand
b3d5b115ba
staging: rtl8192e: rename Initiator to initiator in delba_param_set union
...
Fixes a checkpatch CHECK message.
Signed-off-by: William Durand <will+git@drnd.me >
Link: https://lore.kernel.org/r/20210219161400.29316-5-will+git@drnd.me
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2021-03-10 09:25:27 +01:00
William Durand
248a73b161
staging: rtl8192e: rename Reserved to reserved in delba_param_set union
...
This change uses lowercase for a field name to be more consistent with
the rest of the union.
Signed-off-by: William Durand <will+git@drnd.me >
Link: https://lore.kernel.org/r/20210219161400.29316-4-will+git@drnd.me
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2021-03-10 09:25:27 +01:00
William Durand
d6afdc5361
staging: rtl8192e: rename shortData to short_data in delba_param_set union
...
Fixes a checkpatch CHECK message.
Signed-off-by: William Durand <will+git@drnd.me >
Link: https://lore.kernel.org/r/20210219161400.29316-3-will+git@drnd.me
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2021-03-10 09:25:27 +01:00
William Durand
ca3301b85d
staging: rtl8192e: rename charData to char_data in delba_param_set union
...
Fixes a checkpatch CHECK message.
Signed-off-by: William Durand <will+git@drnd.me >
Link: https://lore.kernel.org/r/20210219161400.29316-2-will+git@drnd.me
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2021-03-10 09:25:27 +01:00
Kurt Manucredo
c1abfd8cd8
staging: rtl8723bs: fix code style comparison warning
...
checkpatch gives the following WARNING:
WARNING: Comparisons should place the constant on the right side of the test
this patch fixes the coding style warning.
Signed-off-by: Kurt Manucredo <fuzzybritches@protonmail.com >
Link: https://lore.kernel.org/r/20210219182331.8-1-fuzzybritches@protonmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2021-03-10 09:25:27 +01:00
Ashish Vara
dcda724808
staging: gasket: removed unnecessary debug message to fix coding style warning
...
removed unnecessary out of memory message to fix coding style warning.
Signed-off-by: Ashish Vara <ashishvara89@yahoo.com >
Link: https://lore.kernel.org/r/0c041d98-9b0f-95a3-3b19-ff94243a0bbc@yahoo.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2021-03-10 09:25:27 +01:00
Mayank Suman
05196d33ce
staging: gasket Fix comparison with Null
...
Comparison with NULL is redundant
as pointer will evaluate to true if is non-NULL.
The change was suggested by checkpatch.pl.
Signed-off-by: Mayank Suman <mayanksuman@live.com >
Link: https://lore.kernel.org/r/PS1PR04MB2934D85E82A3730349F56FE9D6849@PS1PR04MB2934.apcprd04.prod.outlook.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2021-03-10 09:25:27 +01:00
Shreesh Adiga
6c231d8e15
staging: octeon: cleanup unnecessary parentheses in ethernet-spmi.c
...
checkpatch.pl reported issue of unnecessary parentheses for the
expression. It has been removed to fix the report.
Signed-off-by: Shreesh Adiga <16567adigashreesh@gmail.com >
Link: https://lore.kernel.org/r/20210219170737.1138083-1-16567adigashreesh@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2021-03-10 09:25:26 +01:00
Nikolay Kyx
06b51f4bd5
staging: fwserial: match alignment with open parenthesis
...
This patch fixes the following checkpatch.pl check:
CHECK: Alignment should match open parenthesis
in file fwserial.c
Signed-off-by: Nikolay Kyx <knv418@gmail.com >
Link: https://lore.kernel.org/r/20210219154917.23388-1-knv418@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2021-03-10 09:25:26 +01:00
Du Cheng
e1d3944f41
staging: rtl8192u: remove unnecessary return in r8190_rtl8256.c
...
remove the unnecessary return at the end of function
phy_set_rf8256_ofdm_tx_power(), reported by scripts/checkpatch.pl.
Signed-off-by: Du Cheng <ducheng2@gmail.com >
Link: https://lore.kernel.org/r/20210219150527.8358-2-ducheng2@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2021-03-10 09:25:26 +01:00
Du Cheng
6e03efd2f5
staging: rtl8192u: fix RT_TRACE() in r8190_rtl8256.c
...
use MACRO __func__ instead of the literal names for RT_TRACE()
in phy_set_rf8256_bandwidth() and phy_rf8256_config_para_file(),
as reported by scripts/checkpatch.pl.
Signed-off-by: Du Cheng <ducheng2@gmail.com >
Link: https://lore.kernel.org/r/20210219150527.8358-1-ducheng2@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2021-03-10 09:25:26 +01:00
Amrit Khera
9ba732a5b0
staging: greybus: Fix blank line style issue in sdio.c
...
This change fixes a checkpatch check for "Please don't use
multiple blank lines".
Signed-off-by: Amrit Khera <amritkhera98@gmail.com >
Link: https://lore.kernel.org/r/20210219144230.32055-1-amritkhera98@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2021-03-10 09:25:26 +01:00
shivang upadhyay
99783dd57e
staging: sm750fb: added identifier names for function declarations
...
checkpatch.pl complains about not having identifiers names in
function declarations . This patch uses the same names as are
used in source file sm750_accel.c , but with snake case.
Signed-off-by: shivang upadhyay <oroz3x@gmail.com >
Link: https://lore.kernel.org/r/20210219100803.5311-1-oroz3x@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2021-03-10 09:25:26 +01:00
Alaa Emad
e7f659b10b
staging: hikey9xx: fix warning styling issues
...
Fix "WARNING: please, no space before tabs" styling issue in
hi6421-spmi-pmic.c for lines 51,52,53 and 69.
Signed-off-by: Alaa Emad <alaaemadhossney.ae@gmail.com >
Link: https://lore.kernel.org/r/20210219101812.3483-1-alaaemadhossney.ae@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2021-03-10 09:25:26 +01:00
William Durand
bfe3388fe1
staging: rtl8192e: rename TID to tid in ba_param_set union
...
This change uses lowercase for a field name to be more consistent with
the rest of the union.
Signed-off-by: William Durand <will+git@drnd.me >
Link: https://lore.kernel.org/r/20210219101206.18036-7-will+git@drnd.me
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2021-03-10 09:25:26 +01:00
William Durand
a6850f14ea
staging: rtl8192e: rename AMSDU_Support to amsdu_support in ba_param_set union
...
This change does not fix a checkpatch issue but it is more consistent
with the rest of the union.
Signed-off-by: William Durand <will+git@drnd.me >
Link: https://lore.kernel.org/r/20210219101206.18036-6-will+git@drnd.me
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2021-03-10 09:25:26 +01:00
William Durand
a6d242d4ad
staging: rtl8192e: rename BufferSize to buffer_size in ba_param_set union
...
Fixes a checkpatch CHECK message.
Signed-off-by: William Durand <will+git@drnd.me >
Link: https://lore.kernel.org/r/20210219101206.18036-5-will+git@drnd.me
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2021-03-10 09:25:26 +01:00
William Durand
4320b7bdd9
staging: rtl8192e: rename BAPolicy to ba_policy in ba_param_set union
...
Fixes a checkpatch CHECK message.
Signed-off-by: William Durand <will+git@drnd.me >
Link: https://lore.kernel.org/r/20210219101206.18036-4-will+git@drnd.me
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2021-03-10 09:25:26 +01:00
William Durand
113030ce24
staging: rtl8192e: rename shortData to short_data in ba_param_set union
...
Fixes a checkpatch CHECK message.
Signed-off-by: William Durand <will+git@drnd.me >
Link: https://lore.kernel.org/r/20210219101206.18036-3-will+git@drnd.me
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2021-03-10 09:25:26 +01:00
William Durand
424e6a16c4
staging: rtl8192e: rename charData to char_data in ba_param_set union
...
Fixes a checkpatch CHECK message.
Signed-off-by: William Durand <will+git@drnd.me >
Link: https://lore.kernel.org/r/20210219101206.18036-2-will+git@drnd.me
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2021-03-10 09:25:25 +01:00
Muhammad Usama Anjum
62964172d9
staging: wimax/i2400m: don't change the endianness of one byte variable
...
It is wrong to change the endianness of a variable which has just one
byte size.
Sparse warnings fixed:
drivers/staging//wimax/i2400m/control.c:452:17: warning: cast to restricted __le32
drivers/staging//wimax/i2400m/control.c:452:17: warning: cast to restricted __le32
drivers/staging//wimax/i2400m/op-rfkill.c:159:14: warning: cast to restricted __le32
drivers/staging//wimax/i2400m/op-rfkill.c:160:14: warning: cast to restricted __le32
Signed-off-by: Muhammad Usama Anjum <musamaanjum@gmail.com >
Link: https://lore.kernel.org/r/20210218092154.GA46388@LEGION
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2021-03-10 09:25:25 +01:00
Florian Ziegler
2917b109b3
staging: vt6656: Fix alignment of function args
...
Align function arguments to fix checkpatch.pl CHECK message and rewrap
to match the file's style.
Signed-off-by: Florian Ziegler <florian.ziegler@posteo.de >
Link: https://lore.kernel.org/r/20210218232215.17508-1-florian.ziegler@posteo.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2021-03-10 09:25:25 +01:00
Suryashankar Das
85922358fa
staging: rtl8188eu: Format comments
...
This patch fixes the checkpatch.pl warnings:
WARNING: Block comments use * on subsequent lines
WARNING: Block comments should align the * on each line
Signed-off-by: Suryashankar Das <suryashankardas.2002@gmail.com >
Link: https://lore.kernel.org/r/20210218182414.49107-1-suryashankardas.2002@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2021-03-10 09:25:25 +01:00
Sean Behan
72fd8d5324
staging: emxx_udc: remove unused variable driver_desc
...
When building with W=1 (or however you found it), there is a warning
that this variable is unused.
It is not used so remove it to fix the warning.
Signed-off-by: Sean Behan <codebam@riseup.net >
Link: https://lore.kernel.org/r/20210217142118.7107-1-codebam@riseup.net
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2021-03-10 09:25:25 +01:00
Du Cheng
41b873caff
staging: qlge: fix comment style in qlge_main.c
...
fix the closing of a one-line block comment,
marked incorrect by scripts/checkpatch.pl.
Signed-off-by: Du Cheng <ducheng2@gmail.com >
Link: https://lore.kernel.org/r/20210216101945.187474-1-ducheng2@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2021-03-10 09:25:25 +01:00
Chen Lin
b3ff279e95
staging: rtl8723bs: Remove unused function pointer typedef wi_act_func
...
Remove the 'wi_act_func' typedef as it is not used.
Signed-off-by: Chen Lin <chen.lin5@zte.com.cn >
Link: https://lore.kernel.org/r/1613394174-3826-1-git-send-email-chen45464546@163.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2021-03-10 09:25:25 +01:00
William Durand
cedbc3ac57
staging: rtl8192e: rename SeqNum to seq_num in sequence_control union
...
Fixes a checkpatch CHECK message.
Signed-off-by: William Durand <will+git@drnd.me >
Link: https://lore.kernel.org/r/20210214140332.16175-4-will+git@drnd.me
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2021-03-10 09:25:25 +01:00
William Durand
a6a3dd3752
staging: rtl8192e: rename FragNum to frag_num in sequence_control union
...
Fixes a checkpatch CHECK message.
Signed-off-by: William Durand <will+git@drnd.me >
Link: https://lore.kernel.org/r/20210214140332.16175-3-will+git@drnd.me
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2021-03-10 09:25:25 +01:00
William Durand
c3f1bca83e
staging: rtl8192e: rename ShortData to short_data in sequence_control union
...
Fixes a checkpatch CHECK message.
Signed-off-by: William Durand <will+git@drnd.me >
Link: https://lore.kernel.org/r/20210214140332.16175-2-will+git@drnd.me
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2021-03-10 09:25:25 +01:00
Davidson Francis
29b205e72b
staging: rtl8192e: Fix comparisons to NULL
...
Checkpatch prefers the shorter version (x / !x) over
(!= NULL / == NULL), respectively.
Signed-off-by: Davidson Francis <davidsondfgl@gmail.com >
Link: https://lore.kernel.org/r/20210215194441.11430-1-davidsondfgl@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2021-03-10 09:25:25 +01:00
William Durand
733f0742a9
staging: rtl8192e: fix typo in a function name
...
There is a typo here where it says "qurey" but "query" was intended.
Signed-off-by: William Durand <will+git@drnd.me >
Link: https://lore.kernel.org/r/20210213145421.31031-1-will+git@drnd.me
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2021-03-10 09:25:25 +01:00
William Durand
46e6567359
staging: rtl8192e: fix typo in a comment
...
This patch fixes a checkpatch warning by deleting a repeated word.
Signed-off-by: William Durand <will+git@drnd.me >
Link: https://lore.kernel.org/r/20210213090112.24616-1-will+git@drnd.me
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2021-03-10 09:25:24 +01:00
Rajat Asthana
7964844ee5
staging: wfx: Fix alignment style issue in sta.c
...
This change fixes a checkpatch error for "Alignment should match
open parenthesis".
Signed-off-by: Rajat Asthana <thisisrast7@gmail.com >
Link: https://lore.kernel.org/r/20210218183757.72995-1-thisisrast7@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2021-03-10 09:25:24 +01:00
zhuo1angt@outlook.com
021bbe0017
staging: wfx: logical continuations should be on the previous line
...
Move logical and operator to previous line to comply with
the standard kernel coding style.
Signed-off-by: Zhuoran He <zhuo1angt@outlook.com >
Link: https://lore.kernel.org/r/ME4P282MB080872A776B92CCC33A4B1EFF98A9@ME4P282MB0808.AUSP282.PROD.OUTLOOK.COM
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2021-03-10 09:25:24 +01:00
Chen Lin
164142847d
staging: wlan-ng: Remove unused function pointer typedef freebuf_method_t
...
Remove the 'freebuf_method_t' typedef as it is not used.
Signed-off-by: Chen Lin <chen.lin5@zte.com.cn >
Link: https://lore.kernel.org/r/1613447646-4678-1-git-send-email-chen45464546@163.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2021-03-10 09:25:24 +01:00
Pritthijit Nath
5bc510b23e
staging: wlan-ng: Fixed incorrect type warning in p80211netdev.c
...
This change fixes a sparse warning "incorrect type in argument 1
(different address spaces)".
Reviewed-by: Ivan Safonov <insafonov@gmail.com >
Signed-off-by: Pritthijit Nath <pritthijit.nath@icloud.com >
Link: https://lore.kernel.org/r/20210217154255.112115-1-pritthijit.nath@icloud.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2021-03-10 09:25:24 +01:00
Selvakumar Elangovan
ad0bd9ff49
Staging: mt7621-pci: fixed a blank line coding style issue
...
Removed an unnecessary blank line before closing brace reported by
checkpatch.pl
Reviewed-by: Sergio Paracuellos <sergio.paracuellos@gmail.com >
Signed-off-by: Selvakumar Elangovan <selvakumar16197@gmail.com >
Link: https://lore.kernel.org/r/20210217070710.7359-1-selvakumar16197@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2021-03-10 09:25:24 +01:00
Phillip Potter
7e197d3afa
staging: rtl8723bs: remove rx_logs/tx_logs/int_logs from drv_types.h
...
Remove the rx_logs/tx_logs/int_logs struct definitions and their
inclusion within struct adapter as fields, from include/drv_types.h.
They were conditionally compiled based on CONFIG_DBG_COUNTER which
now has no other users in the driver, and were only ever accessed
in a write only fashion via the DBG_COUNTER macro, which has also
been removed.
Reviewed-by: Dan Carpenter <dan.carpenter@oracle.com >
Signed-off-by: Phillip Potter <phil@philpotter.co.uk >
Link: https://lore.kernel.org/r/20210215233440.80617-7-phil@philpotter.co.uk
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2021-03-10 09:25:24 +01:00
Phillip Potter
811c47005e
staging: rtl8723bs: remove DBG_COUNTER definition from rtw_debug.h
...
Remove DBG_COUNTER macro definition from include/rtw_debug.h, as
all uses of it have now been removed and it is no longer required.
The DBG_COUNTER incremented values were never actually used anywhere
else in the driver.
Reviewed-by: Dan Carpenter <dan.carpenter@oracle.com >
Signed-off-by: Phillip Potter <phil@philpotter.co.uk >
Link: https://lore.kernel.org/r/20210215233440.80617-6-phil@philpotter.co.uk
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2021-03-10 09:25:24 +01:00