diff for duplicates of <200802102003.25392.IvDoorn@gmail.com> diff --git a/a/1.txt b/N1/1.txt index f9dba04..c707833 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,30 +1,26 @@ On Sunday 10 February 2008, Randy Dunlap wrote: -> On Sat, 9 Feb 2008 16:23:06 +0100 Michael B=FCker wrote: ->=20 -> > 2) When selecting "Ralink driver support" (CONFIG_RT2X00), the acco= -mpanying=20 -> > drivers (CONFIG_RT2400PCI, CONFIG_RT61PC, ...) appear unindented. T= -hey should=20 +> On Sat, 9 Feb 2008 16:23:06 +0100 Michael Büker wrote: +> +> > 2) When selecting "Ralink driver support" (CONFIG_RT2X00), the accompanying +> > drivers (CONFIG_RT2400PCI, CONFIG_RT61PC, ...) appear unindented. They should > > be indented by four spaces. ->=20 +> > Yes, patch is below. ->=20 +> > --- > From: Randy Dunlap <randy.dunlap@oracle.com> ->=20 -> Michael B=FCker <m.bueker@berlin.de> reports that the RT2x00 drivers -> are not indented as they should be, so use proper dependencies to mak= -e +> +> Michael Büker <m.bueker@berlin.de> reports that the RT2x00 drivers +> are not indented as they should be, so use proper dependencies to make > them be indented as expected. ->=20 +> > Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> Ack-by: Ivo van Doorn <IvDoorn@gmail.com> --- John, -Could you push this directly into wireless-2.6 and probably upstream as= - well. +Could you push this directly into wireless-2.6 and probably upstream as well. Thanks. @@ -33,32 +29,32 @@ Ivo > --- > drivers/net/wireless/rt2x00/Kconfig | 16 ++++++++-------- > 1 file changed, 8 insertions(+), 8 deletions(-) ->=20 +> > --- linux-2.6.24-git21.orig/drivers/net/wireless/rt2x00/Kconfig > +++ linux-2.6.24-git21/drivers/net/wireless/rt2x00/Kconfig > @@ -11,18 +11,17 @@ config RT2X00 > will also be created. That library (when the driver is built as > a module) will be called "rt2x00lib.ko". -> =20 +> > +if RT2X00 > + > config RT2X00_LIB > tristate > - depends on RT2X00 -> =20 +> > config RT2X00_LIB_PCI > tristate > - depends on RT2X00 > select RT2X00_LIB -> =20 +> > config RT2X00_LIB_USB > tristate > - depends on RT2X00 > select RT2X00_LIB -> =20 +> > config RT2X00_LIB_FIRMWARE > @@ -39,7 +38,7 @@ config RT2X00_LIB_RFKILL -> =20 +> > config RT2400PCI > tristate "Ralink rt2400 pci/pcmcia support" > - depends on RT2X00 && PCI @@ -67,7 +63,7 @@ Ivo > select EEPROM_93CX6 > ---help--- > @@ -58,7 +57,7 @@ config RT2400PCI_RFKILL -> =20 +> > config RT2500PCI > tristate "Ralink rt2500 pci/pcmcia support" > - depends on RT2X00 && PCI @@ -76,7 +72,7 @@ Ivo > select EEPROM_93CX6 > ---help--- > @@ -77,7 +76,7 @@ config RT2500PCI_RFKILL -> =20 +> > config RT61PCI > tristate "Ralink rt61 pci/pcmcia support" > - depends on RT2X00 && PCI @@ -85,17 +81,16 @@ Ivo > select RT2X00_LIB_FIRMWARE > select EEPROM_93CX6 > @@ -97,7 +96,7 @@ config RT61PCI_RFKILL -> =20 +> > config RT2500USB > tristate "Ralink rt2500 usb support" > - depends on RT2X00 && USB > + depends on USB > select RT2X00_LIB_USB > ---help--- -> This is an experimental driver for the Ralink rt2500 wireless chi= -p. +> This is an experimental driver for the Ralink rt2500 wireless chip. > @@ -106,7 +105,7 @@ config RT2500USB -> =20 +> > config RT73USB > tristate "Ralink rt73 usb support" > - depends on RT2X00 && USB @@ -106,11 +101,10 @@ p. > @@ -128,3 +127,4 @@ config RT2X00_DEBUG > ---help--- > Enable debugging output for all rt2x00 modules -> =20 +> > +endif ->=20 -> ---------------------------------------------------------------------= ----- +> +> ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ @@ -118,11 +112,4 @@ p. > Rt2400-devel mailing list > Rt2400-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/rt2400-devel ->=20 - - -- -To unsubscribe from this list: send the line "unsubscribe linux-wireles= -s" in -the body of a message to majordomo@vger.kernel.org -More majordomo info at http://vger.kernel.org/majordomo-info.html +> diff --git a/a/content_digest b/N1/content_digest index d58461b..a3d4976 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -13,32 +13,28 @@ "\00:1\0" "b\0" "On Sunday 10 February 2008, Randy Dunlap wrote:\n" - "> On Sat, 9 Feb 2008 16:23:06 +0100 Michael B=FCker wrote:\n" - ">=20\n" - "> > 2) When selecting \"Ralink driver support\" (CONFIG_RT2X00), the acco=\n" - "mpanying=20\n" - "> > drivers (CONFIG_RT2400PCI, CONFIG_RT61PC, ...) appear unindented. T=\n" - "hey should=20\n" + "> On Sat, 9 Feb 2008 16:23:06 +0100 Michael B\303\274ker wrote:\n" + "> \n" + "> > 2) When selecting \"Ralink driver support\" (CONFIG_RT2X00), the accompanying \n" + "> > drivers (CONFIG_RT2400PCI, CONFIG_RT61PC, ...) appear unindented. They should \n" "> > be indented by four spaces.\n" - ">=20\n" + "> \n" "> Yes, patch is below.\n" - ">=20\n" + "> \n" "> ---\n" "> From: Randy Dunlap <randy.dunlap@oracle.com>\n" - ">=20\n" - "> Michael B=FCker <m.bueker@berlin.de> reports that the RT2x00 drivers\n" - "> are not indented as they should be, so use proper dependencies to mak=\n" - "e\n" + "> \n" + "> Michael B\303\274ker <m.bueker@berlin.de> reports that the RT2x00 drivers\n" + "> are not indented as they should be, so use proper dependencies to make\n" "> them be indented as expected.\n" - ">=20\n" + "> \n" "> Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>\n" "\n" "Ack-by: Ivo van Doorn <IvDoorn@gmail.com>\n" "\n" "---\n" "John,\n" - "Could you push this directly into wireless-2.6 and probably upstream as=\n" - " well.\n" + "Could you push this directly into wireless-2.6 and probably upstream as well.\n" "\n" "Thanks.\n" "\n" @@ -47,32 +43,32 @@ "> ---\n" "> drivers/net/wireless/rt2x00/Kconfig | 16 ++++++++--------\n" "> 1 file changed, 8 insertions(+), 8 deletions(-)\n" - ">=20\n" + "> \n" "> --- linux-2.6.24-git21.orig/drivers/net/wireless/rt2x00/Kconfig\n" "> +++ linux-2.6.24-git21/drivers/net/wireless/rt2x00/Kconfig\n" "> @@ -11,18 +11,17 @@ config RT2X00\n" "> \t will also be created. That library (when the driver is built as\n" "> \t a module) will be called \"rt2x00lib.ko\".\n" - "> =20\n" + "> \n" "> +if RT2X00\n" "> +\n" "> config RT2X00_LIB\n" "> \ttristate\n" "> -\tdepends on RT2X00\n" - "> =20\n" + "> \n" "> config RT2X00_LIB_PCI\n" "> \ttristate\n" "> -\tdepends on RT2X00\n" "> \tselect RT2X00_LIB\n" - "> =20\n" + "> \n" "> config RT2X00_LIB_USB\n" "> \ttristate\n" "> -\tdepends on RT2X00\n" "> \tselect RT2X00_LIB\n" - "> =20\n" + "> \n" "> config RT2X00_LIB_FIRMWARE\n" "> @@ -39,7 +38,7 @@ config RT2X00_LIB_RFKILL\n" - "> =20\n" + "> \n" "> config RT2400PCI\n" "> \ttristate \"Ralink rt2400 pci/pcmcia support\"\n" "> -\tdepends on RT2X00 && PCI\n" @@ -81,7 +77,7 @@ "> \tselect EEPROM_93CX6\n" "> \t---help---\n" "> @@ -58,7 +57,7 @@ config RT2400PCI_RFKILL\n" - "> =20\n" + "> \n" "> config RT2500PCI\n" "> \ttristate \"Ralink rt2500 pci/pcmcia support\"\n" "> -\tdepends on RT2X00 && PCI\n" @@ -90,7 +86,7 @@ "> \tselect EEPROM_93CX6\n" "> \t---help---\n" "> @@ -77,7 +76,7 @@ config RT2500PCI_RFKILL\n" - "> =20\n" + "> \n" "> config RT61PCI\n" "> \ttristate \"Ralink rt61 pci/pcmcia support\"\n" "> -\tdepends on RT2X00 && PCI\n" @@ -99,17 +95,16 @@ "> \tselect RT2X00_LIB_FIRMWARE\n" "> \tselect EEPROM_93CX6\n" "> @@ -97,7 +96,7 @@ config RT61PCI_RFKILL\n" - "> =20\n" + "> \n" "> config RT2500USB\n" "> \ttristate \"Ralink rt2500 usb support\"\n" "> -\tdepends on RT2X00 && USB\n" "> +\tdepends on USB\n" "> \tselect RT2X00_LIB_USB\n" "> \t---help---\n" - "> \t This is an experimental driver for the Ralink rt2500 wireless chi=\n" - "p.\n" + "> \t This is an experimental driver for the Ralink rt2500 wireless chip.\n" "> @@ -106,7 +105,7 @@ config RT2500USB\n" - "> =20\n" + "> \n" "> config RT73USB\n" "> \ttristate \"Ralink rt73 usb support\"\n" "> -\tdepends on RT2X00 && USB\n" @@ -120,11 +115,10 @@ "> @@ -128,3 +127,4 @@ config RT2X00_DEBUG\n" "> \t---help---\n" "> \t Enable debugging output for all rt2x00 modules\n" - "> =20\n" + "> \n" "> +endif\n" - ">=20\n" - "> ---------------------------------------------------------------------=\n" - "----\n" + "> \n" + "> -------------------------------------------------------------------------\n" "> This SF.net email is sponsored by: Microsoft\n" "> Defy all challenges. Microsoft(R) Visual Studio 2008.\n" "> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/\n" @@ -132,13 +126,6 @@ "> Rt2400-devel mailing list\n" "> Rt2400-devel@lists.sourceforge.net\n" "> https://lists.sourceforge.net/lists/listinfo/rt2400-devel\n" - ">=20\n" - "\n" - "\n" - "-\n" - "To unsubscribe from this list: send the line \"unsubscribe linux-wireles=\n" - "s\" in\n" - "the body of a message to majordomo@vger.kernel.org\n" - More majordomo info at http://vger.kernel.org/majordomo-info.html + > -9ed5c67a3070f34a43a823a28f5b210e6be357e0a848b1ee194fa18c93d8eed7 +9a46435b5ab6f075a3dd6fac3889135058893ffe41d4c0366f3e23b9e5b161f3
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.