1 | >From 3ffe31ac00fdfb94ffc521d8ab0fa60196e69c7a Mon Sep 17 00:00:00 2001 | ||
---|---|---|---|
2 | From: Gabriel Shahrouzi <gshahrouzi@gmail.com> | ||
3 | Date: Wed, 2 Apr 2025 01:22:59 -0400 | ||
4 | Subject: [PATCH] staging: rtl8723bs: Remove trailing whitespace | ||
5 | |||
6 | Remove trailing whitespace to comply with kernel coding style. | 1 | Remove trailing whitespace to comply with kernel coding style. |
7 | 2 | ||
3 | Suggested-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> | ||
8 | Signed-off-by: Gabriel Shahrouzi <gshahrouzi@gmail.com> | 4 | Signed-off-by: Gabriel Shahrouzi <gshahrouzi@gmail.com> |
5 | --- | ||
6 | Changes in v2: | ||
7 | - Resend using git send-email to fix formatting issues in email body. | ||
8 | Changes in v3: | ||
9 | - Fix indent level of diff. | ||
9 | --- | 10 | --- |
10 | drivers/staging/rtl8723bs/include/hal_pwr_seq.h | 2 +- | 11 | drivers/staging/rtl8723bs/include/hal_pwr_seq.h | 2 +- |
11 | 1 file changed, 1 insertion(+), 1 deletion(-) | 12 | 1 file changed, 1 insertion(+), 1 deletion(-) |
12 | 13 | ||
13 | diff --git a/drivers/staging/rtl8723bs/include/hal_pwr_seq.h b/drivers/staging/rtl8723bs/include/hal_pwr_seq.h | 14 | diff --git a/drivers/staging/rtl8723bs/include/hal_pwr_seq.h b/drivers/staging/rtl8723bs/include/hal_pwr_seq.h |
... | ... | ||
23 | 24 | ||
24 | 25 | ||
25 | extern struct wlan_pwr_cfg rtl8723B_power_on_flow[RTL8723B_TRANS_CARDEMU_TO_ACT_STEPS+RTL8723B_TRANS_END_STEPS]; | 26 | extern struct wlan_pwr_cfg rtl8723B_power_on_flow[RTL8723B_TRANS_CARDEMU_TO_ACT_STEPS+RTL8723B_TRANS_END_STEPS]; |
26 | -- | 27 | -- |
27 | 2.43.0 | 28 | 2.43.0 |
28 | diff view generated by jsdifflib |