Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1690364 > unrolled thread
| Started by | Xaralampos Mainas <xmrancho@gmail.com> |
|---|---|
| First post | 2017-07-18 17:20 +0200 |
| Last post | 2017-07-18 17:20 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
[PATCH] staging: rtl8723bs: rtw_efuse: Fix a misspell Xaralampos Mainas <xmrancho@gmail.com> - 2017-07-18 17:20 +0200
| From | Xaralampos Mainas <xmrancho@gmail.com> |
|---|---|
| Date | 2017-07-18 17:20 +0200 |
| Subject | [PATCH] staging: rtl8723bs: rtw_efuse: Fix a misspell |
| Message-ID | <u4Cs1-41M-9@gated-at.bofh.it> |
Fix a comment misspell Signed-off-by: Xaralampos Mainas <xmrancho@gmail.com> --- drivers/staging/rtl8723bs/core/rtw_efuse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/rtl8723bs/core/rtw_efuse.c b/drivers/staging/rtl8723bs/core/rtw_efuse.c index 8e29802..44b92ef 100644 --- a/drivers/staging/rtl8723bs/core/rtw_efuse.c +++ b/drivers/staging/rtl8723bs/core/rtw_efuse.c @@ -163,7 +163,7 @@ Efuse_CalculateWordCnts(u8 word_en) /* Description: */ /* 1. Execute E-Fuse read byte operation according as map offset and */ /* save to E-Fuse table. */ -/* 2. Refered from SD1 Richard. */ +/* 2. Referred from SD1 Richard. */ /* */ /* Assumption: */ /* 1. Boot from E-Fuse and successfully auto-load. */ -- 2.1.4
Back to top | Article view | linux.kernel
csiph-web