All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] usb: noted broken URL link in usb.c description
@ 2011-11-14 20:14 Michael Lewis
  2011-11-14 20:25 ` Matthew Dharm
  0 siblings, 1 reply; 6+ messages in thread
From: Michael Lewis @ 2011-11-14 20:14 UTC (permalink / raw)
  To: linux-kernel; +Cc: mdharm-usb

>From ca036284fdc2a6801fab566c2218307235518876 Mon Sep 17 00:00:00 2001
From: Michael Lewis <miclewis@broadcom.com>
Date: Mon, 14 Nov 2011 11:47:42 -0800
Subject: [PATCH] usb: noted broken URL link in usb.c description


Signed-off-by: Michael Lewis <miclewis@broadcom.com>
---
 drivers/usb/storage/usb.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/drivers/usb/storage/usb.c b/drivers/usb/storage/usb.c
index aa84b3d..33cf6ad 100644
--- a/drivers/usb/storage/usb.c
+++ b/drivers/usb/storage/usb.c
@@ -28,7 +28,8 @@
  * status of a command.
  *
  * Please see http://www.one-eyed-alien.net/~mdharm/linux-usb for more
- * information about this driver.
+ * information about this driver. Note, URL link is dead and needs
+ * to be fixed.
  *
  * This program is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License as published by the
-- 
1.7.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH] usb: noted broken URL link in usb.c description
  2011-11-14 20:14 [PATCH] usb: noted broken URL link in usb.c description Michael Lewis
@ 2011-11-14 20:25 ` Matthew Dharm
  2011-11-14 20:28   ` Michael Lewis
  0 siblings, 1 reply; 6+ messages in thread
From: Matthew Dharm @ 2011-11-14 20:25 UTC (permalink / raw)
  To: Michael Lewis; +Cc: linux-kernel

A fair point.  I should get around to fixing that.  Why don't we
hold-off on the patch and let me work on this for a couple of days?

Matt

On Mon, Nov 14, 2011 at 12:14 PM, Michael Lewis <miclewis@broadcom.com> wrote:
> From ca036284fdc2a6801fab566c2218307235518876 Mon Sep 17 00:00:00 2001
> From: Michael Lewis <miclewis@broadcom.com>
> Date: Mon, 14 Nov 2011 11:47:42 -0800
> Subject: [PATCH] usb: noted broken URL link in usb.c description
>
>
> Signed-off-by: Michael Lewis <miclewis@broadcom.com>
> ---
>  drivers/usb/storage/usb.c |    3 ++-
>  1 files changed, 2 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/usb/storage/usb.c b/drivers/usb/storage/usb.c
> index aa84b3d..33cf6ad 100644
> --- a/drivers/usb/storage/usb.c
> +++ b/drivers/usb/storage/usb.c
> @@ -28,7 +28,8 @@
>  * status of a command.
>  *
>  * Please see http://www.one-eyed-alien.net/~mdharm/linux-usb for more
> - * information about this driver.
> + * information about this driver. Note, URL link is dead and needs
> + * to be fixed.
>  *
>  * This program is free software; you can redistribute it and/or modify it
>  * under the terms of the GNU General Public License as published by the
> --
> 1.7.1
>
>



-- 
Matthew Dharm
Maintainer, USB Mass Storage driver for Linux

^ permalink raw reply	[flat|nested] 6+ messages in thread

* RE: [PATCH] usb: noted broken URL link in usb.c description
  2011-11-14 20:25 ` Matthew Dharm
@ 2011-11-14 20:28   ` Michael Lewis
  2011-11-14 20:31     ` Matthew Dharm
  0 siblings, 1 reply; 6+ messages in thread
From: Michael Lewis @ 2011-11-14 20:28 UTC (permalink / raw)
  To: Matthew Dharm; +Cc: linux-kernel

Sure, that's fine. I didn't know if you were still actively maintaining it or not.

Thanks,
- Mike


-----Original Message-----
From: Matthew Dharm [mailto:mdharm-usb@one-eyed-alien.net] 
Sent: Monday, November 14, 2011 12:25 PM
To: Michael Lewis
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH] usb: noted broken URL link in usb.c description

A fair point.  I should get around to fixing that.  Why don't we
hold-off on the patch and let me work on this for a couple of days?

Matt

On Mon, Nov 14, 2011 at 12:14 PM, Michael Lewis <miclewis@broadcom.com> wrote:
> From ca036284fdc2a6801fab566c2218307235518876 Mon Sep 17 00:00:00 2001
> From: Michael Lewis <miclewis@broadcom.com>
> Date: Mon, 14 Nov 2011 11:47:42 -0800
> Subject: [PATCH] usb: noted broken URL link in usb.c description
>
>
> Signed-off-by: Michael Lewis <miclewis@broadcom.com>
> ---
>  drivers/usb/storage/usb.c |    3 ++-
>  1 files changed, 2 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/usb/storage/usb.c b/drivers/usb/storage/usb.c
> index aa84b3d..33cf6ad 100644
> --- a/drivers/usb/storage/usb.c
> +++ b/drivers/usb/storage/usb.c
> @@ -28,7 +28,8 @@
>  * status of a command.
>  *
>  * Please see http://www.one-eyed-alien.net/~mdharm/linux-usb for more
> - * information about this driver.
> + * information about this driver. Note, URL link is dead and needs
> + * to be fixed.
>  *
>  * This program is free software; you can redistribute it and/or modify it
>  * under the terms of the GNU General Public License as published by the
> --
> 1.7.1
>
>



-- 
Matthew Dharm
Maintainer, USB Mass Storage driver for Linux



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] usb: noted broken URL link in usb.c description
  2011-11-14 20:28   ` Michael Lewis
@ 2011-11-14 20:31     ` Matthew Dharm
  2011-11-21 19:04       ` Matthew Dharm
  0 siblings, 1 reply; 6+ messages in thread
From: Matthew Dharm @ 2011-11-14 20:31 UTC (permalink / raw)
  To: Michael Lewis; +Cc: linux-kernel

Well, it hasn't been updated since 2008, but it still used to get hit
periodically before I shutdown the server several months ago.

Let me see about moving the whopping 2 HTML files, one TXT file, and
one PNG to a different server within the organization... if it doesn't
happen in a few days, we should just take out all references to that
URL, not just mark it as a dead link.

Matt

On Mon, Nov 14, 2011 at 12:28 PM, Michael Lewis <miclewis@broadcom.com> wrote:
> Sure, that's fine. I didn't know if you were still actively maintaining it or not.
>
> Thanks,
> - Mike
>
>
> -----Original Message-----
> From: Matthew Dharm [mailto:mdharm-usb@one-eyed-alien.net]
> Sent: Monday, November 14, 2011 12:25 PM
> To: Michael Lewis
> Cc: linux-kernel@vger.kernel.org
> Subject: Re: [PATCH] usb: noted broken URL link in usb.c description
>
> A fair point.  I should get around to fixing that.  Why don't we
> hold-off on the patch and let me work on this for a couple of days?
>
> Matt
>
> On Mon, Nov 14, 2011 at 12:14 PM, Michael Lewis <miclewis@broadcom.com> wrote:
>> From ca036284fdc2a6801fab566c2218307235518876 Mon Sep 17 00:00:00 2001
>> From: Michael Lewis <miclewis@broadcom.com>
>> Date: Mon, 14 Nov 2011 11:47:42 -0800
>> Subject: [PATCH] usb: noted broken URL link in usb.c description
>>
>>
>> Signed-off-by: Michael Lewis <miclewis@broadcom.com>
>> ---
>>  drivers/usb/storage/usb.c |    3 ++-
>>  1 files changed, 2 insertions(+), 1 deletions(-)
>>
>> diff --git a/drivers/usb/storage/usb.c b/drivers/usb/storage/usb.c
>> index aa84b3d..33cf6ad 100644
>> --- a/drivers/usb/storage/usb.c
>> +++ b/drivers/usb/storage/usb.c
>> @@ -28,7 +28,8 @@
>>  * status of a command.
>>  *
>>  * Please see http://www.one-eyed-alien.net/~mdharm/linux-usb for more
>> - * information about this driver.
>> + * information about this driver. Note, URL link is dead and needs
>> + * to be fixed.
>>  *
>>  * This program is free software; you can redistribute it and/or modify it
>>  * under the terms of the GNU General Public License as published by the
>> --
>> 1.7.1
>>
>>
>
>
>
> --
> Matthew Dharm
> Maintainer, USB Mass Storage driver for Linux
>
>
>



-- 
Matthew Dharm
Maintainer, USB Mass Storage driver for Linux

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] usb: noted broken URL link in usb.c description
  2011-11-14 20:31     ` Matthew Dharm
@ 2011-11-21 19:04       ` Matthew Dharm
  2011-11-21 19:11         ` Michael Lewis
  0 siblings, 1 reply; 6+ messages in thread
From: Matthew Dharm @ 2011-11-21 19:04 UTC (permalink / raw)
  To: Michael Lewis; +Cc: linux-kernel

The page is back up, so we can discard this patch completely.

Matt

On Mon, Nov 14, 2011 at 12:31 PM, Matthew Dharm
<mdharm-usb@one-eyed-alien.net> wrote:
> Well, it hasn't been updated since 2008, but it still used to get hit
> periodically before I shutdown the server several months ago.
>
> Let me see about moving the whopping 2 HTML files, one TXT file, and
> one PNG to a different server within the organization... if it doesn't
> happen in a few days, we should just take out all references to that
> URL, not just mark it as a dead link.
>
> Matt
>
> On Mon, Nov 14, 2011 at 12:28 PM, Michael Lewis <miclewis@broadcom.com> wrote:
>> Sure, that's fine. I didn't know if you were still actively maintaining it or not.
>>
>> Thanks,
>> - Mike
>>
>>
>> -----Original Message-----
>> From: Matthew Dharm [mailto:mdharm-usb@one-eyed-alien.net]
>> Sent: Monday, November 14, 2011 12:25 PM
>> To: Michael Lewis
>> Cc: linux-kernel@vger.kernel.org
>> Subject: Re: [PATCH] usb: noted broken URL link in usb.c description
>>
>> A fair point.  I should get around to fixing that.  Why don't we
>> hold-off on the patch and let me work on this for a couple of days?
>>
>> Matt
>>
>> On Mon, Nov 14, 2011 at 12:14 PM, Michael Lewis <miclewis@broadcom.com> wrote:
>>> From ca036284fdc2a6801fab566c2218307235518876 Mon Sep 17 00:00:00 2001
>>> From: Michael Lewis <miclewis@broadcom.com>
>>> Date: Mon, 14 Nov 2011 11:47:42 -0800
>>> Subject: [PATCH] usb: noted broken URL link in usb.c description
>>>
>>>
>>> Signed-off-by: Michael Lewis <miclewis@broadcom.com>
>>> ---
>>>  drivers/usb/storage/usb.c |    3 ++-
>>>  1 files changed, 2 insertions(+), 1 deletions(-)
>>>
>>> diff --git a/drivers/usb/storage/usb.c b/drivers/usb/storage/usb.c
>>> index aa84b3d..33cf6ad 100644
>>> --- a/drivers/usb/storage/usb.c
>>> +++ b/drivers/usb/storage/usb.c
>>> @@ -28,7 +28,8 @@
>>>  * status of a command.
>>>  *
>>>  * Please see http://www.one-eyed-alien.net/~mdharm/linux-usb for more
>>> - * information about this driver.
>>> + * information about this driver. Note, URL link is dead and needs
>>> + * to be fixed.
>>>  *
>>>  * This program is free software; you can redistribute it and/or modify it
>>>  * under the terms of the GNU General Public License as published by the
>>> --
>>> 1.7.1
>>>
>>>
>>
>>
>>
>> --
>> Matthew Dharm
>> Maintainer, USB Mass Storage driver for Linux
>>
>>
>>
>
>
>
> --
> Matthew Dharm
> Maintainer, USB Mass Storage driver for Linux
>



-- 
Matthew Dharm
Maintainer, USB Mass Storage driver for Linux

^ permalink raw reply	[flat|nested] 6+ messages in thread

* RE: [PATCH] usb: noted broken URL link in usb.c description
  2011-11-21 19:04       ` Matthew Dharm
@ 2011-11-21 19:11         ` Michael Lewis
  0 siblings, 0 replies; 6+ messages in thread
From: Michael Lewis @ 2011-11-21 19:11 UTC (permalink / raw)
  To: Matthew Dharm; +Cc: linux-kernel

Thanks for fixing this, Matt.

- Mike


-----Original Message-----
From: Matthew Dharm [mailto:mdharm-usb@one-eyed-alien.net] 
Sent: Monday, November 21, 2011 11:04 AM
To: Michael Lewis
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH] usb: noted broken URL link in usb.c description

The page is back up, so we can discard this patch completely.

Matt

On Mon, Nov 14, 2011 at 12:31 PM, Matthew Dharm
<mdharm-usb@one-eyed-alien.net> wrote:
> Well, it hasn't been updated since 2008, but it still used to get hit
> periodically before I shutdown the server several months ago.
>
> Let me see about moving the whopping 2 HTML files, one TXT file, and
> one PNG to a different server within the organization... if it doesn't
> happen in a few days, we should just take out all references to that
> URL, not just mark it as a dead link.
>
> Matt
>
> On Mon, Nov 14, 2011 at 12:28 PM, Michael Lewis <miclewis@broadcom.com> wrote:
>> Sure, that's fine. I didn't know if you were still actively maintaining it or not.
>>
>> Thanks,
>> - Mike
>>
>>
>> -----Original Message-----
>> From: Matthew Dharm [mailto:mdharm-usb@one-eyed-alien.net]
>> Sent: Monday, November 14, 2011 12:25 PM
>> To: Michael Lewis
>> Cc: linux-kernel@vger.kernel.org
>> Subject: Re: [PATCH] usb: noted broken URL link in usb.c description
>>
>> A fair point.  I should get around to fixing that.  Why don't we
>> hold-off on the patch and let me work on this for a couple of days?
>>
>> Matt
>>
>> On Mon, Nov 14, 2011 at 12:14 PM, Michael Lewis <miclewis@broadcom.com> wrote:
>>> From ca036284fdc2a6801fab566c2218307235518876 Mon Sep 17 00:00:00 2001
>>> From: Michael Lewis <miclewis@broadcom.com>
>>> Date: Mon, 14 Nov 2011 11:47:42 -0800
>>> Subject: [PATCH] usb: noted broken URL link in usb.c description
>>>
>>>
>>> Signed-off-by: Michael Lewis <miclewis@broadcom.com>
>>> ---
>>>  drivers/usb/storage/usb.c |    3 ++-
>>>  1 files changed, 2 insertions(+), 1 deletions(-)
>>>
>>> diff --git a/drivers/usb/storage/usb.c b/drivers/usb/storage/usb.c
>>> index aa84b3d..33cf6ad 100644
>>> --- a/drivers/usb/storage/usb.c
>>> +++ b/drivers/usb/storage/usb.c
>>> @@ -28,7 +28,8 @@
>>>  * status of a command.
>>>  *
>>>  * Please see http://www.one-eyed-alien.net/~mdharm/linux-usb for more
>>> - * information about this driver.
>>> + * information about this driver. Note, URL link is dead and needs
>>> + * to be fixed.
>>>  *
>>>  * This program is free software; you can redistribute it and/or modify it
>>>  * under the terms of the GNU General Public License as published by the
>>> --
>>> 1.7.1
>>>
>>>
>>
>>
>>
>> --
>> Matthew Dharm
>> Maintainer, USB Mass Storage driver for Linux
>>
>>
>>
>
>
>
> --
> Matthew Dharm
> Maintainer, USB Mass Storage driver for Linux
>



-- 
Matthew Dharm
Maintainer, USB Mass Storage driver for Linux



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-11-21 19:11 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-11-14 20:14 [PATCH] usb: noted broken URL link in usb.c description Michael Lewis
2011-11-14 20:25 ` Matthew Dharm
2011-11-14 20:28   ` Michael Lewis
2011-11-14 20:31     ` Matthew Dharm
2011-11-21 19:04       ` Matthew Dharm
2011-11-21 19:11         ` Michael Lewis

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.