Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1230985 > unrolled thread

[PATCH] Staging: rtl8712: rtl8712_recv.c: Fix typo error "cacluated"

Started byPunit Vara <punitvara@gmail.com>
First post2015-09-22 23:50 +0200
Last post2015-09-22 23:50 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH] Staging: rtl8712: rtl8712_recv.c: Fix typo error "cacluated" Punit Vara <punitvara@gmail.com> - 2015-09-22 23:50 +0200

#1230985 — [PATCH] Staging: rtl8712: rtl8712_recv.c: Fix typo error "cacluated"

FromPunit Vara <punitvara@gmail.com>
Date2015-09-22 23:50 +0200
Subject[PATCH] Staging: rtl8712: rtl8712_recv.c: Fix typo error "cacluated"
Message-ID<qbDBM-U7-33@gated-at.bofh.it>
This patch is to the rtl8712_rercv.c that fixes up typo error in word
"calculated"

Signed-off-by: Punit Vara <punitvara@gmail.com>
---
 drivers/staging/rtl8712/rtl8712_recv.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/rtl8712/rtl8712_recv.c b/drivers/staging/rtl8712/rtl8712_recv.c
index 2da2548..97f45a0 100644
--- a/drivers/staging/rtl8712/rtl8712_recv.c
+++ b/drivers/staging/rtl8712/rtl8712_recv.c
@@ -864,7 +864,7 @@ static void query_rx_phy_status(struct _adapter *padapter,
 			total_rssi += rssi;
 		}
 		/*
-		 * (2)PWDB, Average PWDB cacluated by hardware (for
+		 * (2)PWDB, Average PWDB calculated by hardware (for
 		 * rate adaptive)
 		 */
 		rx_pwr_all = (((pphy_head[PHY_STAT_PWDB_ALL_SHT]) >> 1) & 0x7f)
-- 
2.5.2

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web