From: Xaralampos Mainas Date: Tue, 18 Jul 2017 15:12:47 +0000 (+0300) Subject: staging: rtl8723bs: rtw_efuse: Fix a misspell X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=a4b99f3dc3ea2d7da7b0435638731c276a5c9b1e;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git staging: rtl8723bs: rtw_efuse: Fix a misspell Fix a comment misspell Signed-off-by: Xaralampos Mainas Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/rtl8723bs/core/rtw_efuse.c b/drivers/staging/rtl8723bs/core/rtw_efuse.c index 8e29802fc67f..44b92ef5db92 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. */