public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: "Justin P. Mattock" <justinmattock@gmail.com>
To: Matt Turner <mattst88@gmail.com>
Cc: trivial@kernel.org, linux-kernel@vger.kernel.org,
	"Maciej W. Rozycki" <macro@linux-mips.org>,
	Geert Uytterhoeven <geert@linux-m68k.org>,
	Finn Thain <fthain@telegraphics.com.au>,
	Randy Dunlap <rdunlap@xenotime.net>,
	Dimitry Torokhov <dmitry.torokhov@gmail.com>,
	Ben Pfaff <blp@cs.stanford.edu>,
	Mike Frysinger <vapier.adi@gmail.com>
Subject: Re: [PATCH]Update-broken-web-addresses-in-the-kernel
Date: Mon, 20 Sep 2010 22:02:53 -0700	[thread overview]
Message-ID: <4C983C7D.1050000@gmail.com> (raw)
In-Reply-To: <AANLkTinE73z9QV0zriVE3bRtzMifWSGvG36hfvnA9biD@mail.gmail.com>

On 09/20/2010 09:52 PM, Matt Turner wrote:
> On Tue, Sep 21, 2010 at 12:18 AM, Justin P. Mattock
> <justinmattock@gmail.com>  wrote:
>> Signed-off-by: Matt Turner<mattst88@gmail.com>
>
> Yeah... I didn't give my sign off.
>
> [snip]

alright... My mistake,amongst putting this together I got a little 
cluttered..

>
>> diff --git a/arch/alpha/Kconfig b/arch/alpha/Kconfig
>> index b9647bb..8da39ce 100644
>> --- a/arch/alpha/Kconfig
>> +++ b/arch/alpha/Kconfig
>> @@ -219,7 +219,7 @@ config ALPHA_LX164
>>         bool "LX164"
>>         help
>>           A technical overview of this board is available at
>> -<http://www.unix-ag.org/Linux-Alpha/Architectures/LX164.html>.
>> +<http://www.alphalinux.org/>.
>>
>>   config ALPHA_LYNX
>>         bool "Lynx"
>> @@ -483,7 +483,7 @@ config ALPHA_AVANTI
>>         help
>>           Avanti AS 200, AS 205, AS 250, AS 255, AS 300, and AS 400-based
>>           Alphas. Info at
>> -<http://www.unix-ag.org/Linux-Alpha/Architectures/Avanti.html>.
>> +<http://www.alphalinux.org/>.
>>
>>   config ALPHA_BROKEN_IRQ_MASK
>>         bool
>> diff --git a/arch/alpha/kernel/sys_sio.c b/arch/alpha/kernel/sys_sio.c
>> index 85b4aea..c5051aa 100644
>> --- a/arch/alpha/kernel/sys_sio.c
>> +++ b/arch/alpha/kernel/sys_sio.c
>> @@ -154,7 +154,7 @@ noname_map_irq(struct pci_dev *dev, u8 slot, u8 pin)
>>          * bridge (PIRQ0-PIRQ3).  The table below is based on
>>          * information available at:
>>          *
>> -        *   http://ftp.digital.com/pub/DEC/axppci/ref_interrupts.txt
>> +        *  http://web.archive.org/web/*/http://ftp.digital.com/pub/DEC/axppci/ref_interrupts.txt
>>          *
>>          * I have no information on the Avanti interrupt routing, but
>>          * the routing seems to be identical to the Noname except
>
> This change looks harmless. After all, it's changing a comment. But wait.
>
> You're adding a */ into a block comment, thereby prematurely closing
> the comment and breaking compilation.

didnt even think about that.. I really appreciate you pointing this 
out..  I'll go through the whole thing and see if I can figure a good 
fix for the archive.org stuff

>
> I imagine that any other places you've changed the link to archive.org
> has the same problem.
>
> I appreciate the work, but please drop arch/alpha from your patch.
> I'll go through and fix those links at the same time as I update a lot
> of other Kconfig information.
>
> Matt
>

alright.. cool..

Justin P. Mattock

  reply	other threads:[~2010-09-21  5:02 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-21  4:18 [PATCH]Update-broken-web-addresses-in-the-kernel Justin P. Mattock
2010-09-21  4:32 ` [PATCH]Update-broken-web-addresses-in-the-kernel Randy Dunlap
2010-09-21  4:51   ` [PATCH]Update-broken-web-addresses-in-the-kernel Justin P. Mattock
2010-09-21  4:52 ` [PATCH]Update-broken-web-addresses-in-the-kernel Matt Turner
2010-09-21  5:02   ` Justin P. Mattock [this message]
2010-09-21  5:11     ` [PATCH]Update-broken-web-addresses-in-the-kernel Matt Turner
2010-09-21  5:17       ` [PATCH]Update-broken-web-addresses-in-the-kernel Finn Thain
2010-09-21  5:26         ` [PATCH]Update-broken-web-addresses-in-the-kernel Justin P. Mattock
2010-09-21 16:09         ` [PATCH]Update-broken-web-addresses-in-the-kernel Justin P. Mattock
2010-09-22  2:41           ` [PATCH]Update-broken-web-addresses-in-the-kernel Finn Thain
2010-09-22  3:12             ` [PATCH]Update-broken-web-addresses-in-the-kernel Justin P. Mattock
2010-09-22  5:44               ` [PATCH]Update-broken-web-addresses-in-the-kernel Finn Thain
2010-09-22  6:08                 ` [PATCH]Update-broken-web-addresses-in-the-kernel Justin P. Mattock
2010-09-21  5:20       ` [PATCH]Update-broken-web-addresses-in-the-kernel Justin P. Mattock
2010-09-21  5:22 ` [PATCH]Update-broken-web-addresses-in-the-kernel Dmitry Torokhov
2010-09-21  6:31   ` [PATCH]Update-broken-web-addresses-in-the-kernel Justin P. Mattock
2010-09-21  5:25 ` [PATCH]Update-broken-web-addresses-in-the-kernel Ben Pfaff
2010-09-21  6:32   ` [PATCH]Update-broken-web-addresses-in-the-kernel Justin P. Mattock
2010-09-21  9:50 ` [PATCH]Update-broken-web-addresses-in-the-kernel Finn Thain
2010-09-21 13:32   ` [PATCH]Update-broken-web-addresses-in-the-kernel Justin P. Mattock
2010-09-22  4:40   ` [PATCH]Update-broken-web-addresses-in-the-kernel Justin P. Mattock
2010-09-22  5:03     ` [PATCH]Update-broken-web-addresses-in-the-kernel Finn Thain

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4C983C7D.1050000@gmail.com \
    --to=justinmattock@gmail.com \
    --cc=blp@cs.stanford.edu \
    --cc=dmitry.torokhov@gmail.com \
    --cc=fthain@telegraphics.com.au \
    --cc=geert@linux-m68k.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=macro@linux-mips.org \
    --cc=mattst88@gmail.com \
    --cc=rdunlap@xenotime.net \
    --cc=trivial@kernel.org \
    --cc=vapier.adi@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox