Search Linux Wireless

[PATCH 24/28] rt2x00: Spellcheck for some comments.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Spellcheck for some comments.

Signed-off-by: Ivo van Doorn <IvDoorn@xxxxxxxxx>

---

diff --git a/drivers/net/wireless/mac80211/rt2x00/rt2400pci.c b/drivers/net/wireless/mac80211/rt2x00/rt2400pci.c
index 5ad5d75..29a8203 100644
--- a/drivers/net/wireless/mac80211/rt2x00/rt2400pci.c
+++ b/drivers/net/wireless/mac80211/rt2x00/rt2400pci.c
@@ -114,7 +114,7 @@ static void rt2x00_bbp_write(const struct rt2x00_dev *rt2x00dev,
 	u32 reg;
 
 	/*
-	 *  Wait untill the BBP becomes ready.
+	 *  Wait until the BBP becomes ready.
 	 */
 	if (rt2x00_bbp_check(rt2x00dev) == 0xffff) {
 		ERROR("BBPCSR register busy. Write failed.\n");
@@ -139,7 +139,7 @@ static void rt2x00_bbp_read(const struct rt2x00_dev *rt2x00dev,
 	u32 reg;
 
 	/*
-	 *  Wait untill the BBP becomes ready.
+	 *  Wait until the BBP becomes ready.
 	 */
 	if (rt2x00_bbp_check(rt2x00dev) == 0xffff) {
 		ERROR("BBPCSR register busy. Read failed.\n");
@@ -157,7 +157,7 @@ static void rt2x00_bbp_read(const struct rt2x00_dev *rt2x00dev,
 	rt2x00_register_write(rt2x00dev, BBPCSR, reg);
 
 	/*
-	 *  Wait untill the BBP becomes ready.
+	 *  Wait until the BBP becomes ready.
 	 */
 	reg = rt2x00_bbp_check(rt2x00dev);
 	if (reg == 0xffff)
@@ -746,8 +746,8 @@ static int rt2400pci_set_state(struct rt2x00_dev *rt2x00dev,
 	rt2x00_register_write(rt2x00dev, PWRCSR1, reg);
 
 	/*
-	 * Device is not guarenteed to be in the requested state yet.
-	 * We must wait untill the register indicates that the
+	 * Device is not guaranteed to be in the requested state yet.
+	 * We must wait until the register indicates that the
 	 * device has entered the correct state.
 	 */
 	for (i = 0; i < REGISTER_BUSY_COUNT; i++) {
diff --git a/drivers/net/wireless/mac80211/rt2x00/rt2500pci.c b/drivers/net/wireless/mac80211/rt2x00/rt2500pci.c
index 9763da5..e5d032c 100644
--- a/drivers/net/wireless/mac80211/rt2x00/rt2500pci.c
+++ b/drivers/net/wireless/mac80211/rt2x00/rt2500pci.c
@@ -114,7 +114,7 @@ static void rt2x00_bbp_write(const struct rt2x00_dev *rt2x00dev,
 	u32 reg;
 
 	/*
-	 *  Wait untill the BBP becomes ready.
+	 *  Wait until the BBP becomes ready.
 	 */
 	if (rt2x00_bbp_check(rt2x00dev) == 0xffff) {
 		ERROR("BBPCSR register busy. Write failed.\n");
@@ -139,7 +139,7 @@ static void rt2x00_bbp_read(const struct rt2x00_dev *rt2x00dev,
 	u32 reg;
 
 	/*
-	 *  Wait untill the BBP becomes ready.
+	 *  Wait until the BBP becomes ready.
 	 */
 	if (rt2x00_bbp_check(rt2x00dev) == 0xffff) {
 		ERROR("BBPCSR register busy. Read failed.\n");
@@ -157,7 +157,7 @@ static void rt2x00_bbp_read(const struct rt2x00_dev *rt2x00dev,
 	rt2x00_register_write(rt2x00dev, BBPCSR, reg);
 
 	/*
-	 *  Wait untill the BBP becomes ready.
+	 *  Wait until the BBP becomes ready.
 	 */
 	reg = rt2x00_bbp_check(rt2x00dev);
 	if (reg == 0xffff)
@@ -720,7 +720,7 @@ static void rt2500pci_link_tuner(struct work_struct *work)
 		return;
 
 	/*
-	 * Retreive link quality.
+	 * Retrieve link quality.
 	 */
 	rssi = rt2x00_get_link_rssi(&rt2x00dev->link);
 	if (!rssi)
@@ -837,8 +837,8 @@ static int rt2500pci_set_state(struct rt2x00_dev *rt2x00dev,
 	rt2x00_register_write(rt2x00dev, PWRCSR1, reg);
 
 	/*
-	 * Device is not guarenteed to be in the requested state yet.
-	 * We must wait untill the register indicates that the
+	 * Device is not guaranteed to be in the requested state yet.
+	 * We must wait until the register indicates that the
 	 * device has entered the correct state.
 	 */
 	for (i = 0; i < REGISTER_BUSY_COUNT; i++) {
diff --git a/drivers/net/wireless/mac80211/rt2x00/rt2500usb.c b/drivers/net/wireless/mac80211/rt2x00/rt2500usb.c
index bfad5a6..86846a1 100644
--- a/drivers/net/wireless/mac80211/rt2x00/rt2500usb.c
+++ b/drivers/net/wireless/mac80211/rt2x00/rt2500usb.c
@@ -150,7 +150,7 @@ static void rt2x00_bbp_write(const struct rt2x00_dev *rt2x00dev,
 	u16 reg;
 
 	/*
-	 *  Wait untill the BBP becomes ready.
+	 *  Wait until the BBP becomes ready.
 	 */
 	if (rt2x00_bbp_check(rt2x00dev) == 0xffff) {
 		ERROR("PHY_CSR8 register busy. Write failed.\n");
@@ -174,7 +174,7 @@ static void rt2x00_bbp_read(const struct rt2x00_dev *rt2x00dev,
 	u16 reg;
 
 	/*
-	 *  Wait untill the BBP becomes ready.
+	 *  Wait until the BBP becomes ready.
 	 */
 	if (rt2x00_bbp_check(rt2x00dev) == 0xffff) {
 		ERROR("PHY_CSR8 register busy. Read failed.\n");
@@ -191,7 +191,7 @@ static void rt2x00_bbp_read(const struct rt2x00_dev *rt2x00dev,
 	rt2x00_register_write(rt2x00dev, PHY_CSR7, reg);
 
 	/*
-	 *  Wait untill the BBP becomes ready.
+	 *  Wait until the BBP becomes ready.
 	 */
 	if (rt2x00_bbp_check(rt2x00dev) == 0xffff) {
 		ERROR("PHY_CSR8 register busy. Read failed.\n");
@@ -740,7 +740,7 @@ static void rt2500usb_link_tuner(struct work_struct *work)
 		return;
 
 	/*
-	 * Retreive link quality.
+	 * Retrieve link quality.
 	 */
 	rssi = rt2x00_get_link_rssi(&rt2x00dev->link);
 	if (!rssi)
@@ -864,8 +864,8 @@ static int rt2500usb_set_state(struct rt2x00_dev *rt2x00dev,
 	rt2x00_register_write(rt2x00dev, MAC_CSR17, reg);
 
 	/*
-	 * Device is not guarenteed to be in the requested state yet.
-	 * We must wait untill the register indicates that the
+	 * Device is not guaranteed to be in the requested state yet.
+	 * We must wait until the register indicates that the
 	 * device has entered the correct state.
 	 */
 	for (i = 0; i < REGISTER_BUSY_COUNT; i++) {
diff --git a/drivers/net/wireless/mac80211/rt2x00/rt61pci.c b/drivers/net/wireless/mac80211/rt2x00/rt61pci.c
index ec149d1..f160e66 100644
--- a/drivers/net/wireless/mac80211/rt2x00/rt61pci.c
+++ b/drivers/net/wireless/mac80211/rt2x00/rt61pci.c
@@ -120,7 +120,7 @@ static void rt2x00_bbp_write(const struct rt2x00_dev *rt2x00dev,
 	u32 reg;
 
 	/*
-	 *  Wait untill the BBP becomes ready.
+	 *  Wait until the BBP becomes ready.
 	 */
 	if (rt2x00_bbp_check(rt2x00dev) == 0xffff) {
 		ERROR("PHY_CSR3 register busy. Write failed.\n");
@@ -145,7 +145,7 @@ static void rt2x00_bbp_read(const struct rt2x00_dev *rt2x00dev,
 	u32 reg;
 
 	/*
-	 *  Wait untill the BBP becomes ready.
+	 *  Wait until the BBP becomes ready.
 	 */
 	if (rt2x00_bbp_check(rt2x00dev) == 0xffff) {
 		ERROR("PHY_CSR3 register busy. Read failed.\n");
@@ -163,7 +163,7 @@ static void rt2x00_bbp_read(const struct rt2x00_dev *rt2x00dev,
 	rt2x00_register_write(rt2x00dev, PHY_CSR3, reg);
 
 	/*
-	 *  Wait untill the BBP becomes ready.
+	 *  Wait until the BBP becomes ready.
 	 */
 	reg = rt2x00_bbp_check(rt2x00dev);
 	if (reg == 0xffff)
@@ -948,7 +948,7 @@ static void rt61pci_link_tuner(struct work_struct *work)
 	u8 low_bound;
 
 	/*
-	 * Retreive link quality.
+	 * Retrieve link quality.
 	 */
 	rssi = rt2x00_get_link_rssi(&rt2x00dev->link);
 	if (!rssi)
@@ -960,7 +960,7 @@ static void rt61pci_link_tuner(struct work_struct *work)
 	rt61pci_activity_led(rt2x00dev, rssi);
 
 	/*
-	 * Determine upper and lower limit for BBP17 register.
+	 * Determine upper and lower limits for BBP17 register.
 	 */
 	if (rt2x00dev->rx_status.phymode == MODE_IEEE80211A) {
 		up_bound = 0x48;
@@ -1111,8 +1111,8 @@ static int rt61pci_set_state(struct rt2x00_dev *rt2x00dev,
 	}
 
 	/*
-	 * Device is not guarenteed to be in the requested state yet.
-	 * We must wait untill the register indicates that the
+	 * Device is not guaranteed to be in the requested state yet.
+	 * We must wait until the register indicates that the
 	 * device has entered the correct state.
 	 */
 	for (i = 0; i < REGISTER_BUSY_COUNT; i++) {
diff --git a/drivers/net/wireless/mac80211/rt2x00/rt73usb.c b/drivers/net/wireless/mac80211/rt2x00/rt73usb.c
index ffecc64..e75a478 100644
--- a/drivers/net/wireless/mac80211/rt2x00/rt73usb.c
+++ b/drivers/net/wireless/mac80211/rt2x00/rt73usb.c
@@ -152,7 +152,7 @@ static void rt2x00_bbp_write(const struct rt2x00_dev *rt2x00dev,
 	u32 reg;
 
 	/*
-	 *  Wait untill the BBP becomes ready.
+	 *  Wait until the BBP becomes ready.
 	 */
 	if (rt2x00_bbp_check(rt2x00dev) == 0xffff) {
 		ERROR("PHY_CSR3 register busy. Write failed.\n");
@@ -177,7 +177,7 @@ static void rt2x00_bbp_read(const struct rt2x00_dev *rt2x00dev,
 	u32 reg;
 
 	/*
-	 *  Wait untill the BBP becomes ready.
+	 *  Wait until the BBP becomes ready.
 	 */
 	if (rt2x00_bbp_check(rt2x00dev) == 0xffff) {
 		ERROR("PHY_CSR3 register busy. Read failed.\n");
@@ -195,7 +195,7 @@ static void rt2x00_bbp_read(const struct rt2x00_dev *rt2x00dev,
 	rt2x00_register_write(rt2x00dev, PHY_CSR3, reg);
 
 	/*
-	 *  Wait untill the BBP becomes ready.
+	 *  Wait until the BBP becomes ready.
 	 */
 	reg = rt2x00_bbp_check(rt2x00dev);
 	if (reg == 0xffff)
@@ -845,7 +845,7 @@ static void rt73usb_link_tuner(struct work_struct *work)
 	u8 low_bound;
 
 	/*
-	 * Retreive link quality.
+	 * Retrieve link quality.
 	 */
 	rssi = rt2x00_get_link_rssi(&rt2x00dev->link);
 	if (!rssi)
@@ -857,7 +857,7 @@ static void rt73usb_link_tuner(struct work_struct *work)
 	rt73usb_activity_led(rt2x00dev, rssi);
 
 	/*
-	 * Determine upper and lower limit for BBP17 register.
+	 * Determine upper and lower limits for BBP17 register.
 	 */
 	if (rt2x00dev->rx_status.phymode == MODE_IEEE80211A) {
 		up_bound = 0x48;
@@ -1018,8 +1018,8 @@ static int rt73usb_set_state(struct rt2x00_dev *rt2x00dev,
 			0x00, USB_MODE_SLEEP, NULL, 0, REGISTER_TIMEOUT);
 
 	/*
-	 * Device is not guarenteed to be in the requested state yet.
-	 * We must wait untill the register indicates that the
+	 * Device is not guaranteed to be in the requested state yet.
+	 * We must wait until the register indicates that the
 	 * device has entered the correct state.
 	 */
 	for (i = 0; i < REGISTER_BUSY_COUNT; i++) {
-
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Host AP]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Linux Kernel]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]
  Powered by Linux