Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1588266
| From | Derek Robson <robsonde@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 6/9] Staging: rtl8712: rtl871x_pwrctrl.h - style fix |
| Date | 2017-02-26 03:40 +0100 |
| Message-ID | <teWUF-6v-13@gated-at.bofh.it> (permalink) |
| References | <teWUF-6v-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Fixed style fo block comments
Found using checkpatch
Signed-off-by: Derek Robson <robsonde@gmail.com>
---
drivers/staging/rtl8712/rtl871x_pwrctrl.h | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/drivers/staging/rtl8712/rtl871x_pwrctrl.h b/drivers/staging/rtl8712/rtl871x_pwrctrl.h
index c82fdf85d474..4a873d053eea 100644
--- a/drivers/staging/rtl8712/rtl871x_pwrctrl.h
+++ b/drivers/staging/rtl8712/rtl871x_pwrctrl.h
@@ -48,11 +48,11 @@ enum Power_Mgnt {
};
/*
- BIT[2:0] = HW state
- BIT[3] = Protocol PS state, 0: register active state,
- 1: register sleep state
- BIT[4] = sub-state
-*/
+ * BIT[2:0] = HW state
+ * BIT[3] = Protocol PS state, 0: register active state,
+ * 1: register sleep state
+ * BIT[4] = sub-state
+ */
#define PS_DPS BIT(0)
#define PS_LCLK (PS_DPS)
--
2.11.1
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 0/9] drivers: staging: rtl8712 - style fix Derek Robson <robsonde@gmail.com> - 2017-02-26 03:40 +0100 [PATCH 6/9] Staging: rtl8712: rtl871x_pwrctrl.h - style fix Derek Robson <robsonde@gmail.com> - 2017-02-26 03:40 +0100 [PATCH 2/9] Staging: rtl8712: rtl871x_event.h - style fix Derek Robson <robsonde@gmail.com> - 2017-02-26 03:40 +0100 [PATCH 3/9] Staging: rtl8712: rtl871x_io.h - style fix Derek Robson <robsonde@gmail.com> - 2017-02-26 03:40 +0100
csiph-web