* [PATCH 1/5]arch:powerpc:platforms:85xx:mpc85xx_mds.c Typo change singal to signal
@ 2010-12-31 0:09 Justin P. Mattock
2010-12-31 0:09 ` [PATCH 2/5]drivers:staging:rtl8192e:ieee80211:rtl819x_HTProc.c " Justin P. Mattock
2011-01-03 15:10 ` [PATCH 1/5]arch:powerpc:platforms:85xx:mpc85xx_mds.c " Jiri Kosina
0 siblings, 2 replies; 6+ messages in thread
From: Justin P. Mattock @ 2010-12-31 0:09 UTC (permalink / raw)
To: trivial; +Cc: gregkh, linuxppc-dev, linux-kernel, Justin P. Mattock
The patches below fixes a typo "singal" to "signal". Please let me
know if anything needs to be changed.
Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
---
arch/powerpc/platforms/85xx/mpc85xx_mds.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/powerpc/platforms/85xx/mpc85xx_mds.c b/arch/powerpc/platforms/85xx/mpc85xx_mds.c
index aa34cac..747d1ee 100644
--- a/arch/powerpc/platforms/85xx/mpc85xx_mds.c
+++ b/arch/powerpc/platforms/85xx/mpc85xx_mds.c
@@ -309,7 +309,7 @@ static void __init mpc85xx_mds_qe_init(void)
/* P1021 has pins muxed for QE and other functions. To
* enable QE UEC mode, we need to set bit QE0 for UCC1
* in Eth mode, QE0 and QE3 for UCC5 in Eth mode, QE9
- * and QE12 for QE MII management singals in PMUXCR
+ * and QE12 for QE MII management signals in PMUXCR
* register.
*/
setbits32(pmuxcr, MPC85xx_PMUXCR_QE0 |
--
1.6.5.2.180.gc5b3e
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH 2/5]drivers:staging:rtl8192e:ieee80211:rtl819x_HTProc.c Typo change singal to signal
2010-12-31 0:09 [PATCH 1/5]arch:powerpc:platforms:85xx:mpc85xx_mds.c Typo change singal to signal Justin P. Mattock
@ 2010-12-31 0:09 ` Justin P. Mattock
2010-12-31 0:09 ` [PATCH 3/5]drivers:staging:tidspbridge:core:tiomap3430.c " Justin P. Mattock
2011-01-03 15:10 ` [PATCH 1/5]arch:powerpc:platforms:85xx:mpc85xx_mds.c " Jiri Kosina
1 sibling, 1 reply; 6+ messages in thread
From: Justin P. Mattock @ 2010-12-31 0:09 UTC (permalink / raw)
To: trivial; +Cc: gregkh, linuxppc-dev, linux-kernel, Justin P. Mattock
The patches below fixes a typo "singal" to "signal". Please let me
know if anything needs to be changed.
Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
---
.../staging/rtl8192e/ieee80211/rtl819x_HTProc.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/staging/rtl8192e/ieee80211/rtl819x_HTProc.c b/drivers/staging/rtl8192e/ieee80211/rtl819x_HTProc.c
index b0c9c78..1be2b13 100644
--- a/drivers/staging/rtl8192e/ieee80211/rtl819x_HTProc.c
+++ b/drivers/staging/rtl8192e/ieee80211/rtl819x_HTProc.c
@@ -1007,7 +1007,7 @@ u8 HTFilterMCSRate( struct ieee80211_device* ieee, u8* pSupportMCS, u8* pOperate
// TODO: adjust our operational rate set according to our channel bandwidth, STBC and Antenna number
// TODO: fill suggested rate adaptive rate index and give firmware info using Tx command packet
- // we also shall suggested the first start rate set according to our singal strength
+ // we also shall suggested the first start rate set according to our signal strength
HT_PickMCSRate(ieee, pOperateMCS);
// For RTL819X, if pairwisekey = wep/tkip, we support only MCS0~7.
--
1.6.5.2.180.gc5b3e
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH 3/5]drivers:staging:tidspbridge:core:tiomap3430.c Typo change singal to signal
2010-12-31 0:09 ` [PATCH 2/5]drivers:staging:rtl8192e:ieee80211:rtl819x_HTProc.c " Justin P. Mattock
@ 2010-12-31 0:09 ` Justin P. Mattock
2010-12-31 0:09 ` [PATCH 4/5]drivers:staging:rtl8192u:ieee80211:rtl819x_HTProc.c " Justin P. Mattock
0 siblings, 1 reply; 6+ messages in thread
From: Justin P. Mattock @ 2010-12-31 0:09 UTC (permalink / raw)
To: trivial; +Cc: gregkh, linuxppc-dev, linux-kernel, Justin P. Mattock
The patches below fixes a typo "singal" to "signal". Please let me
know if anything needs to be changed.
Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
---
drivers/staging/tidspbridge/core/tiomap3430.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/staging/tidspbridge/core/tiomap3430.c b/drivers/staging/tidspbridge/core/tiomap3430.c
index 1be081f..7e56ff6 100644
--- a/drivers/staging/tidspbridge/core/tiomap3430.c
+++ b/drivers/staging/tidspbridge/core/tiomap3430.c
@@ -1796,7 +1796,7 @@ static int mem_map_vmalloc(struct bridge_dev_context *dev_context,
/*
* ======== wait_for_start ========
- * Wait for the singal from DSP that it has started, or time out.
+ * Wait for the signal from DSP that it has started, or time out.
*/
bool wait_for_start(struct bridge_dev_context *dev_context, u32 dw_sync_addr)
{
--
1.6.5.2.180.gc5b3e
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH 4/5]drivers:staging:rtl8192u:ieee80211:rtl819x_HTProc.c Typo change singal to signal
2010-12-31 0:09 ` [PATCH 3/5]drivers:staging:tidspbridge:core:tiomap3430.c " Justin P. Mattock
@ 2010-12-31 0:09 ` Justin P. Mattock
2010-12-31 0:09 ` [PATCH 5/5]drivers:staging:rtl8187se:r8180_core.c " Justin P. Mattock
0 siblings, 1 reply; 6+ messages in thread
From: Justin P. Mattock @ 2010-12-31 0:09 UTC (permalink / raw)
To: trivial; +Cc: gregkh, linuxppc-dev, linux-kernel, Justin P. Mattock
The patches below fixes a typo "singal" to "signal". Please let me
know if anything needs to be changed.
Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
---
.../staging/rtl8192u/ieee80211/rtl819x_HTProc.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/staging/rtl8192u/ieee80211/rtl819x_HTProc.c b/drivers/staging/rtl8192u/ieee80211/rtl819x_HTProc.c
index 50f4f59..5ef816f 100644
--- a/drivers/staging/rtl8192u/ieee80211/rtl819x_HTProc.c
+++ b/drivers/staging/rtl8192u/ieee80211/rtl819x_HTProc.c
@@ -921,7 +921,7 @@ u8 HTFilterMCSRate( struct ieee80211_device* ieee, u8* pSupportMCS, u8* pOperate
// TODO: adjust our operational rate set according to our channel bandwidth, STBC and Antenna number
// TODO: fill suggested rate adaptive rate index and give firmware info using Tx command packet
- // we also shall suggested the first start rate set according to our singal strength
+ // we also shall suggested the first start rate set according to our signal strength
HT_PickMCSRate(ieee, pOperateMCS);
// For RTL819X, if pairwisekey = wep/tkip, we support only MCS0~7.
--
1.6.5.2.180.gc5b3e
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH 5/5]drivers:staging:rtl8187se:r8180_core.c Typo change singal to signal
2010-12-31 0:09 ` [PATCH 4/5]drivers:staging:rtl8192u:ieee80211:rtl819x_HTProc.c " Justin P. Mattock
@ 2010-12-31 0:09 ` Justin P. Mattock
0 siblings, 0 replies; 6+ messages in thread
From: Justin P. Mattock @ 2010-12-31 0:09 UTC (permalink / raw)
To: trivial; +Cc: gregkh, linuxppc-dev, linux-kernel, Justin P. Mattock
The patches below fixes a typo "singal" to "signal". Please let me
know if anything needs to be changed.
Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
---
drivers/staging/rtl8187se/r8180_core.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/rtl8187se/r8180_core.c b/drivers/staging/rtl8187se/r8180_core.c
index 70ab008..1ccae4b 100644
--- a/drivers/staging/rtl8187se/r8180_core.c
+++ b/drivers/staging/rtl8187se/r8180_core.c
@@ -1329,7 +1329,7 @@ u16 N_DBPSOfRate(u16 DataRate)
}
/*
- * For Netgear case, they want good-looking singal strength.
+ * For Netgear case, they want good-looking signal strength.
*/
long NetgearSignalStrengthTranslate(long LastSS, long CurrSS)
{
@@ -1625,7 +1625,7 @@ void rtl8180_rx(struct net_device *dev)
* of correctness. */
PerformUndecoratedSignalSmoothing8185(priv, bCckRate);
- /* For good-looking singal strength. */
+ /* For good-looking signal strength. */
SignalStrengthIndex = NetgearSignalStrengthTranslate(
priv->LastSignalStrengthInPercent,
priv->SignalStrength);
--
1.6.5.2.180.gc5b3e
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH 1/5]arch:powerpc:platforms:85xx:mpc85xx_mds.c Typo change singal to signal
2010-12-31 0:09 [PATCH 1/5]arch:powerpc:platforms:85xx:mpc85xx_mds.c Typo change singal to signal Justin P. Mattock
2010-12-31 0:09 ` [PATCH 2/5]drivers:staging:rtl8192e:ieee80211:rtl819x_HTProc.c " Justin P. Mattock
@ 2011-01-03 15:10 ` Jiri Kosina
1 sibling, 0 replies; 6+ messages in thread
From: Jiri Kosina @ 2011-01-03 15:10 UTC (permalink / raw)
To: Justin P. Mattock; +Cc: gregkh, linuxppc-dev, linux-kernel
On Thu, 30 Dec 2010, Justin P. Mattock wrote:
> The patches below fixes a typo "singal" to "signal". Please let me
> know if anything needs to be changed.
>
> Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
>
> ---
> arch/powerpc/platforms/85xx/mpc85xx_mds.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/arch/powerpc/platforms/85xx/mpc85xx_mds.c b/arch/powerpc/platforms/85xx/mpc85xx_mds.c
> index aa34cac..747d1ee 100644
> --- a/arch/powerpc/platforms/85xx/mpc85xx_mds.c
> +++ b/arch/powerpc/platforms/85xx/mpc85xx_mds.c
> @@ -309,7 +309,7 @@ static void __init mpc85xx_mds_qe_init(void)
> /* P1021 has pins muxed for QE and other functions. To
> * enable QE UEC mode, we need to set bit QE0 for UCC1
> * in Eth mode, QE0 and QE3 for UCC5 in Eth mode, QE9
> - * and QE12 for QE MII management singals in PMUXCR
> + * and QE12 for QE MII management signals in PMUXCR
> * register.
> */
Applied.
--
Jiri Kosina
SUSE Labs, Novell Inc.
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2011-01-03 15:10 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-31 0:09 [PATCH 1/5]arch:powerpc:platforms:85xx:mpc85xx_mds.c Typo change singal to signal Justin P. Mattock
2010-12-31 0:09 ` [PATCH 2/5]drivers:staging:rtl8192e:ieee80211:rtl819x_HTProc.c " Justin P. Mattock
2010-12-31 0:09 ` [PATCH 3/5]drivers:staging:tidspbridge:core:tiomap3430.c " Justin P. Mattock
2010-12-31 0:09 ` [PATCH 4/5]drivers:staging:rtl8192u:ieee80211:rtl819x_HTProc.c " Justin P. Mattock
2010-12-31 0:09 ` [PATCH 5/5]drivers:staging:rtl8187se:r8180_core.c " Justin P. Mattock
2011-01-03 15:10 ` [PATCH 1/5]arch:powerpc:platforms:85xx:mpc85xx_mds.c " Jiri Kosina
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).