[PATCH] Fix typo in comment, amd-pstate selftest gitsource script

2025-08-20 Thread Abhishek Jadhav
Signed-off-by: Abhishek Jadhav --- tools/testing/selftests/amd-pstate/gitsource.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/testing/selftests/amd-pstate/gitsource.sh b/tools/testing/selftests/amd-pstate/gitsource.sh index 4cde62f90468..9b7323b1d0a6 100755 ---

Re: [PATCH] Fix typo in vringh_test.c

2024-10-19 Thread Shivam Chaudhary
On 08/10/24 8:22 PM, Shivam Chaudhary wrote: Corrected minor typo in tools/virtio/vringh_test.c: - Fixed "retreives" to "retrieves" Signed-off-by: Shivam Chaudhary --- tools/virtio/vringh_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/virtio/vringh_test.c

[PATCH] Fix typo in vringh_test.c

2024-10-08 Thread Shivam Chaudhary
Corrected minor typo in tools/virtio/vringh_test.c: - Fixed "retreives" to "retrieves" Signed-off-by: Shivam Chaudhary --- tools/virtio/vringh_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/virtio/vringh_test.c b/tools/virtio/vringh_test.c index 43d3a6aa1dcf..b9

Re: [PATCH] Fix typo in tpmrm class definition

2023-09-11 Thread Jarkko Sakkinen
On Fri Sep 8, 2023 at 5:06 PM EEST, Justin M. Forbes wrote: > Commit d2e8071bed0be ("tpm: make all 'class' structures const") > unfortunately had a typo for the name on tpmrm. > > Fixes: d2e8071bed0b ("tpm: make all 'class' structures const") > Signed-off-by: Justin M. Forbes > --- > drivers/char

Re: [PATCH] Fix typo in tpmrm class definition

2023-09-11 Thread Jarkko Sakkinen
On Fri Sep 8, 2023 at 5:06 PM EEST, Justin M. Forbes wrote: > Commit d2e8071bed0be ("tpm: make all 'class' structures const") > unfortunately had a typo for the name on tpmrm. > > Fixes: d2e8071bed0b ("tpm: make all 'class' structures const") > Signed-off-by: Justin M. Forbes > --- > drivers/char

Re: [PATCH] Fix typo in tpmrm class definition

2023-09-11 Thread Justin Forbes
On Mon, Sep 11, 2023 at 5:09 PM Jarkko Sakkinen wrote: > > On Fri Sep 8, 2023 at 5:06 PM EEST, Justin M. Forbes wrote: > > Commit d2e8071bed0be ("tpm: make all 'class' structures const") > > unfortunately had a typo for the name on tpmrm. > > > > Fixes: d2e8071bed0b ("tpm: make all 'class' structu

Re: [PATCH] Fix typo in tpmrm class definition

2023-09-09 Thread Ivan Orlov
On 08.09.2023 18:06, Justin M. Forbes wrote: Commit d2e8071bed0be ("tpm: make all 'class' structures const") unfortunately had a typo for the name on tpmrm. Fixes: d2e8071bed0b ("tpm: make all 'class' structures const") Signed-off-by: Justin M. Forbes --- drivers/char/tpm/tpm-chip.c | 2 +-

Re: [PATCH] Fix typo in f_printer.c

2021-02-14 Thread Greg KH
On Sun, Feb 14, 2021 at 05:40:25PM +0800, AristoChen wrote: > In line 824, it is trying to open `out_ep`, so > I believe in line 826, it should print `out_ep` > instead of `in_ep` > > Signed-off-by: AristoChen > --- > drivers/usb/gadget/function/f_printer.c | 2 +- > 1 file changed, 1 insertion(

[PATCH] Fix typo in f_printer.c

2021-02-14 Thread AristoChen
In line 824, it is trying to open `out_ep`, so I believe in line 826, it should print `out_ep` instead of `in_ep` Signed-off-by: AristoChen --- drivers/usb/gadget/function/f_printer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/usb/gadget/function/f_printer.c b/d

Re: [PATCH] Fix typo in f_printer.c

2021-02-13 Thread Randy Dunlap
On 2/13/21 10:53 PM, AristoChen wrote: In line 824, it is trying to open `out_ep`, so I believe in line 826, it should print `out_ep` instead of `in_ep` Signed-off-by: AristoChen --- drivers/usb/gadget/function/f_printer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/d

[PATCH] Fix typo in f_printer.c

2021-02-13 Thread AristoChen
In line 824, it is trying to open `out_ep`, so I believe in line 826, it should print `out_ep` instead of `in_ep` Signed-off-by: AristoChen --- drivers/usb/gadget/function/f_printer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/usb/gadget/function/f_printer.c b/d

[PATCH] fix typo

2020-11-08 Thread n01e0
From: n01e0 --- Documentation/admin-guide/sysctl/vm.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/admin-guide/sysctl/vm.rst b/Documentation/admin-guide/sysctl/vm.rst index f455fa00c00f..9142ecadcad3 100644 --- a/Documentation/admin-guide/sysctl/vm.rst +++

Re: [PATCH] Fix typo in irq_domain documentation

2020-10-28 Thread Raphael Norwitz
Ping - looks like this was never applied? On Tue, Aug 25, 2020 at 6:23 AM Marc Zyngier wrote: > > On 2020-08-19 22:53, Raphael Norwitz wrote: > > The irq_domain documentation states that "Here the interrupt number > > loose all kind of correspondence to hardware interrupt numbers:...". > > It's c

Re: [PATCH] Fix typo in irq_domain documentation

2020-08-25 Thread Marc Zyngier
On 2020-08-19 22:53, Raphael Norwitz wrote: The irq_domain documentation states that "Here the interrupt number loose all kind of correspondence to hardware interrupt numbers:...". It's clear from the context that the author means to use "loses" instead of "loose". To avoid future confusion, th

[PATCH] Fix typo in irq_domain documentation

2020-08-19 Thread Raphael Norwitz
The irq_domain documentation states that "Here the interrupt number loose all kind of correspondence to hardware interrupt numbers:...". It's clear from the context that the author means to use "loses" instead of "loose". To avoid future confusion, this change fixes the aforementioned wording. Sig

RE: [PATCH] Fix typo in the comment

2020-05-28 Thread Brown, Aaron F
> From: Hari > Sent: Friday, May 22, 2020 3:30 AM > To: da...@davemloft.net; k...@kernel.org > Cc: Hari ; net...@vger.kernel.org; linux- > ker...@vger.kernel.org; intel-wired-...@lists.osuosl.org > Subject: [PATCH] Fix typo in the comment > > Continuous Double "the

RE: [Intel-wired-lan] [PATCH] Fix typo in the comment

2020-05-23 Thread Kirsher, Jeffrey T
> -Original Message- > From: Intel-wired-lan On Behalf Of Hari > Sent: Friday, May 22, 2020 03:30 > To: da...@davemloft.net; k...@kernel.org > Cc: net...@vger.kernel.org; intel-wired-...@lists.osuosl.org; linux- > ker...@vger.kernel.org; Hari > Subject: [Intel-wired-

[PATCH] Fix typo in the comment

2020-05-22 Thread Hari
Continuous Double "the" in a comment. Changed it to single "the" Signed-off-by: Hari --- drivers/net/ethernet/intel/e1000/e1000_hw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/ethernet/intel/e1000/e1000_hw.c b/drivers/net/ethernet/intel/e1000/e1000_hw.c inde

[PATCH] fix typo

2019-09-25 Thread Dongliang Mu
Signed-off-by: Dongliang Mu Change Tinnel to Tunnel --- net/l2tp/l2tp_core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/l2tp/l2tp_core.c b/net/l2tp/l2tp_core.c index 105e5a7092e7..b4647fcfe3d6 100644 --- a/net/l2tp/l2tp_core.c +++ b/net/l2tp/l2tp_core.c @@ -1138,7 +1

Re: [PATCH] Fix typo. Change tlb_range_add to iotlb_range_add and tlb_sync to iotlb_sync

2019-01-11 Thread Joerg Roedel
On Thu, Dec 20, 2018 at 03:47:28PM +, Tom Murphy wrote: > Ah shoot, it looks like I forgot to change flush_tlb_all -> flush_iotlb_all > > Should I submit another patch? Yes, please.

Re: [PATCH] Fix typo. Change tlb_range_add to iotlb_range_add and tlb_sync to iotlb_sync

2018-12-20 Thread Tom Murphy
Ah shoot, it looks like I forgot to change flush_tlb_all -> flush_iotlb_all Should I submit another patch? On Wed, 5 Dec 2018 at 16:04, Joerg Roedel wrote: > > On Tue, Dec 04, 2018 at 06:27:34PM +, Tom Murphy wrote: > > From: tom > > > > Someone forgot to update this comment. > > > > Signed

Re: [PATCH] fix typo in command value in drivers/net/phy/mdio-bitbang.

2018-03-30 Thread Andrew Lunn
On Fri, Mar 30, 2018 at 02:03:38PM +0200, Frans Meulenbroeks wrote: > mdio-bitbang mentioned 10 for both read and write. > However mdio read opcode is 10 and write opcode is 01 > Fixed comment. > > Signed-off-by: Frans Meulenbroeks Hi Frans The correct place to send this patch is and David Mil

Re: [PATCH] Fix typo IBRS_ATT, which should be IBRS_ALL

2018-02-05 Thread Darren Kenny
On Fri, Feb 02, 2018 at 11:42:12PM +, David Woodhouse wrote: On Fri, 2018-02-02 at 19:12 +, Darren Kenny wrote: Fixes a typo in commit 117cc7a908c83697b0b737d15ae1eb5943afe35b ("x86/retpoline: Fill return stack buffer on vmexit") Signed-off-by: Darren Kenny Reviewed-by: Konrad Rzeszute

Re: [PATCH] Fix typo IBRS_ATT, which should be IBRS_ALL

2018-02-05 Thread David Woodhouse
On Mon, 2018-02-05 at 11:00 +, Darren Kenny wrote: > On Fri, Feb 02, 2018 at 11:42:12PM +, David Woodhouse wrote: > > > > On Fri, 2018-02-02 at 19:12 +, Darren Kenny wrote: > > > > > > Fixes a typo in commit 117cc7a908c83697b0b737d15ae1eb5943afe35b > > > ("x86/retpoline: Fill return s

Re: [PATCH] Fix typo IBRS_ATT, which should be IBRS_ALL

2018-02-02 Thread David Woodhouse
On Fri, 2018-02-02 at 19:12 +, Darren Kenny wrote: > Fixes a typo in commit 117cc7a908c83697b0b737d15ae1eb5943afe35b > ("x86/retpoline: Fill return stack buffer on vmexit") > > Signed-off-by: Darren Kenny > Reviewed-by: Konrad Rzeszutek Wilk Not strictly a typo; that was the original name f

[PATCH] Fix typo IBRS_ATT, which should be IBRS_ALL

2018-02-02 Thread Darren Kenny
Fixes a typo in commit 117cc7a908c83697b0b737d15ae1eb5943afe35b ("x86/retpoline: Fill return stack buffer on vmexit") Signed-off-by: Darren Kenny Reviewed-by: Konrad Rzeszutek Wilk --- arch/x86/include/asm/nospec-branch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x

Re: [PATCH] fix typo in assignment of fs default overflow gid

2017-12-14 Thread Eric W. Biederman
Wolffhardt Schwabe writes: > fix typo in assignment of fs default overflow gid > > The patch remains without practical effect since > both macros carry identical values. > Still, it might become a problem in the future > if (for whatever reason) the default overflow uid > and gid differ. > The DE

[PATCH] fix typo in assignment of fs default overflow gid

2017-12-14 Thread Wolffhardt Schwabe
fix typo in assignment of fs default overflow gid The patch remains without practical effect since both macros carry identical values. Still, it might become a problem in the future if (for whatever reason) the default overflow uid and gid differ. The DEFAULT_FS_OVERFLOWGID macro was previously un

Re: [PATCH] fix typo in skbuff.c

2017-10-14 Thread David Miller
From: Wenhua Shi Date: Sat, 14 Oct 2017 18:51:36 +0200 > --- > net/core/skbuff.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Applied, thanks.

[PATCH] fix typo in skbuff.c

2017-10-14 Thread Wenhua Shi
--- net/core/skbuff.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/core/skbuff.c b/net/core/skbuff.c index 16982de6..e62476be 100644 --- a/net/core/skbuff.c +++ b/net/core/skbuff.c @@ -1896,7 +1896,7 @@ void *__pskb_pull_tail(struct sk_buff *skb, int delta) }

[PATCH] Fix typo in data structure name

2017-05-23 Thread Matthias Lange
This makes it easier to grep. Signed-off-by: Matthias Lange --- drivers/mtd/nand/gpmi-nand/gpmi-lib.c | 4 ++-- drivers/mtd/nand/gpmi-nand/gpmi-nand.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/mtd/nand/gpmi-nand/gpmi-lib.c b/drivers/mtd/nand/gpmi-nand/gpm

Re: [PATCH] Fix typo in the comment

2015-06-08 Thread Greg KH
On Wed, Jun 03, 2015 at 10:51:54AM +0900, wrote: > This patch fix a spelling typo in the comment in synclink.c and > synclinkmp.c. > > Signed-off-by: Hyuk Myeong > --- > drivers/tty/synclink.c | 4 ++-- > drivers/tty/synclinkmp.c | 4 ++-- > 2 files changed, 4 insertions(+), 4 deletions(-

[PATCH] Fix typo in the comment

2015-06-02 Thread 명혁
This patch fix a spelling typo in the comment in synclink.c and synclinkmp.c. Signed-off-by: Hyuk Myeong --- drivers/tty/synclink.c | 4 ++-- drivers/tty/synclinkmp.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/tty/synclink.c b/drivers/tty/synclink.c index

[PATCH] Fix typo in the comment

2015-06-02 Thread 명혁
This patch fix a spelling typo in the comment in pgtable-2level.h diff --git a/arch/arm/include/asm/pgtable-2level.h b/arch/arm/include/asm/pgtable-2level.h index bfd662e..49f91be 100644 --- a/arch/arm/include/asm/pgtable-2level.h +++ b/arch/arm/include/asm/pgtable-2level.h @@ -66,7 +66,7 @@ *

[PATCH] fix typo in X86_INTEL_PSTATE description

2013-11-28 Thread Lambrecht Jürgen
Signed-off-by: Jürgen Lambrecht --- drivers/cpufreq/Kconfig.x86 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/cpufreq/Kconfig.x86 b/drivers/cpufreq/Kconfig.x86 index d369349..5fd5236 100644 --- a/drivers/cpufreq/Kconfig.x86 +++ b/drivers/cpufreq/Kconfig.x86 @@ -1

[PATCH] fix typo in comment

2013-06-28 Thread Cristian Stoica
Signed-off-by: Cristian Stoica --- crypto/api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/api.c b/crypto/api.c index 033a714..733e4ef 100644 --- a/crypto/api.c +++ b/crypto/api.c @@ -397,7 +397,7 @@ EXPORT_SYMBOL_GPL(__crypto_alloc_tfm); * @mask: Mask for ty

[PATCH] fix typo "goot" -> "good"

2008-02-06 Thread Uwe Kleine-König
Signed-off-by: Uwe Kleine-König <[EMAIL PROTECTED]> --- Hello, ups, I made a typo myself, how embarrassing. Sorry for getting this patch twice. Best regards Uwe scripts/checkpatch.pl |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/scripts/checkpatch.pl b/scripts/check

[PATCH] fix typo 'the same the\>'

2008-01-10 Thread Uwe Kleine-König
Signed-off-by: Uwe Kleine-König <[EMAIL PROTECTED]> Cc: Marc Singer <[EMAIL PROTECTED]> Cc: Russell King <[EMAIL PROTECTED]> --- Documentation/arm/Sharp-LH/IOBarrier |2 +- drivers/mtd/devices/doc2000.c |2 +- include/asm-arm/arch-realview/irqs.h |2 +- include/asm-arm/arch-v

Re: [PATCH] fix typo in per_cpu_offset

2007-11-06 Thread Luming Yu
NAK for now. I'm trying to add lockdep , so please don't delete it until it could be proved really useless... Please don't hurry... On 11/7/07, Simon Horman <[EMAIL PROTECTED]> wrote: > On Tue, Oct 30, 2007 at 05:50:56PM +0900, Simon Horman wrote: > > On Tue, Oct 30, 2007 at 12:36:22AM -0700, Dav

Re: [PATCH] fix typo in per_cpu_offset

2007-11-06 Thread Simon Horman
On Tue, Oct 30, 2007 at 05:50:56PM +0900, Simon Horman wrote: > On Tue, Oct 30, 2007 at 12:36:22AM -0700, David Miller wrote: > > From: Simon Horman <[EMAIL PROTECTED]> > > Date: Tue, 30 Oct 2007 16:15:13 +0900 > > > > > Though curiuously with my config nothing uses per_cpu_offset() > > > (I added

Re: [PATCH] fix typo in per_cpu_offset

2007-10-30 Thread Simon Horman
On Tue, Oct 30, 2007 at 12:36:22AM -0700, David Miller wrote: > From: Simon Horman <[EMAIL PROTECTED]> > Date: Tue, 30 Oct 2007 16:15:13 +0900 > > > Though curiuously with my config nothing uses per_cpu_offset() > > (I added a bogus call to produce an error.) Is it actually > > used on ia64? > >

Re: [PATCH] fix typo in per_cpu_offset

2007-10-29 Thread David Miller
From: Simon Horman <[EMAIL PROTECTED]> Date: Tue, 30 Oct 2007 16:15:13 +0900 > Though curiuously with my config nothing uses per_cpu_offset() > (I added a bogus call to produce an error.) Is it actually > used on ia64? It is unused, and in that regard should probably be deleted. include/asm-gene

Re: [PATCH] fix typo in per_cpu_offset

2007-10-29 Thread Simon Horman
On Tue, Oct 23, 2007 at 03:15:55PM +0800, Luming Yu wrote: > Hello list, > > there is a typo in the definition of per_cpu_offset because, for ia64, > the __per_cpu_offset is an array. > > extern unsigned long __per_cpu_offset[NR_CPUS]; > -#define per_cpu_offset(x) (__per_cpu_offset(x)) > +#defin

[PATCH] fix typo in per_cpu_offset

2007-10-23 Thread Luming Yu
Hello list, there is a typo in the definition of per_cpu_offset because, for ia64, the __per_cpu_offset is an array. extern unsigned long __per_cpu_offset[NR_CPUS]; -#define per_cpu_offset(x) (__per_cpu_offset(x)) +#define per_cpu_offset(x) (__per_cpu_offset[x]) Thanks, Luming Signed-off-by: Y

[patch] fix typo about TBI in e1000 comment

2007-09-24 Thread Masatake YAMATO
I've found a typo in a comment of e1000 driver. I don't know the Signed-off-by for such a short and trivial patch. Any way I put it here. Signed-off-by: Masatake YAMATO <[EMAIL PROTECTED]> diff --git a/drivers/net/e1000/e1000_main.c b/drivers/net/e1000/e1000_main.c index 4a22595..50e9c41 100644

[PATCH] Fix typo in arch/i386/kernel/tsc.c

2007-08-10 Thread Josh Triplett
Signed-off-by: Josh Triplett <[EMAIL PROTECTED]> --- arch/i386/kernel/tsc.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/i386/kernel/tsc.c b/arch/i386/kernel/tsc.c index debd7db..8a58d30 100644 --- a/arch/i386/kernel/tsc.c +++ b/arch/i386/kernel/tsc.c @@ -80,7 +80

Re: [PATCH] Fix typo in arch/i386/kernel/tsc.c

2007-08-10 Thread Josh Triplett
On Thu, 2007-08-09 at 19:03 -0700, Andrew Morton wrote: > On Thu, 09 Aug 2007 18:58:09 -0700 Josh Triplett <[EMAIL PROTECTED]> wrote: > > > - * We can use khz divisor instead of mhz to keep a better percision, since > > + * We can use khz divisor instead of mhz to keep a better precision, since

Re: [PATCH] Fix typo in arch/i386/kernel/tsc.c

2007-08-09 Thread Andrew Morton
On Thu, 09 Aug 2007 18:58:09 -0700 Josh Triplett <[EMAIL PROTECTED]> wrote: > - * We can use khz divisor instead of mhz to keep a better percision, since > + * We can use khz divisor instead of mhz to keep a better precision, since I have an arbitrary i-dont-do-typos policy (unless they're in a

[PATCH] Fix typo in arch/i386/kernel/tsc.c

2007-08-09 Thread Josh Triplett
Signed-off-by: Josh Triplett <[EMAIL PROTECTED]> --- arch/i386/kernel/tsc.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/i386/kernel/tsc.c b/arch/i386/kernel/tsc.c index debd7db..8a58d30 100644 --- a/arch/i386/kernel/tsc.c +++ b/arch/i386/kernel/tsc.c @@ -80,7 +80

[PATCH] - Fix typo in Documentation/SubmitChecklist

2007-08-06 Thread Vincent Legoll
>From 065f7037a99d14c8678384c60046b8d39b1524c8 Mon Sep 17 00:00:00 2001 From: Vincent Legoll <[EMAIL PROTECTED]> Date: Sat, 4 Aug 2007 17:07:25 +0200 Subject: [PATCH] - Fix typo in Documentation/SubmitChecklist Signed-off-by: Vincent Legoll <[EMAIL PROTECTED]> --- Documentation/

[PATCH] Fix typo in include/linux/pci.h

2007-07-10 Thread Rolf Eike Beer
Signed-off-by: Rolf Eike Beer <[EMAIL PROTECTED]> --- commit f57463dabf991c306dc43dcf7445ec574484e4ee tree 37c5d48baf200d7c8d04e506fd8b99217953 parent 58056c2424917e90b86ca11c2c5d3fd35313d7b6 author Rolf Eike Beer <[EMAIL PROTECTED]> Tue, 10 Jul 2007 13:32:29 +0200 committer Rolf Eike Beer <[E

[PATCH] fix typo in acpi_pm.c

2007-06-21 Thread Alessio Igor Bogani
Signed-off-by: Alessio Igor Bogani <[EMAIL PROTECTED]> --- drivers/clocksource/acpi_pm.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/clocksource/acpi_pm.c b/drivers/clocksource/acpi_pm.c index 5cfcff5..7d25010 100644 --- a/drivers/clocksource/acpi_pm.c +++ b/d

[PATCH] fix typo in drivers/block/Kconfig

2007-03-24 Thread Patrick Ringl
Hello, this is just a QA / cosmetic fix .. nevertheless the documentation about modules / drivers should be appropriate to the great work of those who write all the real important stuff. :-) The following patch is against 2.6.21-rc4: --- linux-2.6.20-o/drivers/block/Kconfig2007-03-18 00

[PATCH] fix typo in net/ieee80211/Kconfig

2007-03-24 Thread Patrick Ringl
Hello, this is just a QA / cosmetic fix .. nevertheless the documentation about modules / drivers should be appropriate to the great work of those who write all the real important stuff. :-) The following patch is against 2.6.21-rc4: --- /root/dev/linux-2.6.20-o/net/ieee80211/Kconfig2007

[PATCH] Fix typo in sync_constant_test_bit()'s name.

2007-03-16 Thread Jeremy Fitzhardinge
Fix typo in sync_constant_test_bit()'s name, so sync_bitops.h is consistent with bitops.h [ Linus, please apply. Thanks -J ] Signed-off-by: Jeremy Fitzhardinge <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> Acked-by: Ingo Molnar <[EMAIL PROTECTED]> --- include/asm-i386/sy

Re: [patch] fix typo in i2c smbus documentation

2006-12-30 Thread Jean Delvare
Hi Mike, On 12/28/2006, Mike Frysinger wrote: > the i2c smbus documentation has a typo ... when it describes the > "SMBus Write Word Data" function, it says that it is meant to "read > from a device" when in reality it should obviously be writing to the > device Good catch, applied, thanks. I've

[patch] fix typo in i2c smbus documentation

2006-12-27 Thread Mike Frysinger
the i2c smbus documentation has a typo ... when it describes the "SMBus Write Word Data" function, it says that it is meant to "read from a device" when in reality it should obviously be writing to the device btw, the i2c/smbus docs in Documentation/i2c/ are superb, thanks all :) -mike linux-i2

[PATCH] Fix typo in 'EXPERIMENTAL' in CC_STACKPROTECTOR on x86_64

2006-12-11 Thread Brice Goglin
Fix typo in 'EXPERIMENTAL' in config CC_STACKPROTECTOR in arch/x86_64/Kconfig. Signed-off-by: <[EMAIL PROTECTED]> --- arch/x86_64/Kconfig |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: linux-2.6.git/arch/x86_64/Kconfig

[PATCH] fix typo in 2.4.6 for PPC

2001-07-04 Thread Paul Mackerras
The patch below fixes a typo in the PowerPC code in 2.4.6. Without this change, people attempting to compile up a kernel for a powermac will get a compile error. Paul. diff -urN linux/arch/ppc/kernel/pmac_pci.c linuxppc_2_4/arch/ppc/kernel/pmac_pci.c --- linux/arch/ppc/kernel/pmac_pci.cTue

[PATCH] Fix typo in linux/include/asm-ppc/semaphore.h

2001-02-06 Thread André Dahlqvist
Below is a patch for a typo that I found while doing some grepping. The patch is against 2.4.1-ac3. --- linux-2.4.1-ac3/include/asm-ppc/semaphore.h~Tue Feb 6 14:50:41 2001 +++ linux-2.4.1-ac3/include/asm-ppc/semaphore.h Tue Feb 6 14:50:45 2001 @@ -132,7 +132,7 @@ #define DECLARE_RWSE

[PATCH] Fix typo in linux/fs/reiserfs/namei.c

2001-02-06 Thread André Dahlqvist
The below patch fixes a typo in linux/fs/reiserfs/namei.c. It is against 2.4.1-ac3. --- linux-2.4.1-ac3/fs/reiserfs/namei.c~Tue Feb 6 14:58:08 2001 +++ linux-2.4.1-ac3/fs/reiserfs/namei.c Tue Feb 6 14:58:26 2001 @@ -1213,7 +1213,7 @@ // anybody, but it will panic if will not be abl

[PATCH] Fix typo in drivers/video/amifb.c in 2.4.0

2001-01-07 Thread Rich Baum
This fixes a comment at the end of an #endif. This should fix all of the warnings about tokens at the end of #endifs. Please disregard the parts of my earlier patch which made changes to comments and .S files. I should have reviewed the patch the script made more closely. diff -urN -X dont